Hi, ports@:
Here is a simple patch for www/py-formencode to add
missing RUN_D.
Any comments ?
Regards,
wen
Index: Makefile
===================================================================
RCS file: /cvs/ports/www/py-formencode/Makefile,v
retrieving revision 1.32
diff -u -p -r1.32 Makefile
--- Makefile 25 Nov 2022 21:11:39 -0000 1.32
+++ Makefile 21 Nov 2023 02:09:45 -0000
@@ -3,7 +3,7 @@ COMMENT = HTML form validation, generat
MODPY_EGG_VERSION = 2.0.1
DISTNAME = FormEncode-${MODPY_EGG_VERSION}
PKGNAME = py-formencode-${MODPY_EGG_VERSION}
-REVISION = 1
+REVISION = 2
CATEGORIES = www
@@ -21,6 +21,7 @@ FLAVORS = python3
FLAVOR = python3
BUILD_DEPENDS =
devel/py-setuptools_scm_git_archive${MODPY_FLAVOR}
+RUN_DEPENDS = devel/py-six${MODPY_FLAVOR}
TEST_DEPENDS = devel/py-country${MODPY_FLAVOR} \
net/py-dnspython${MODPY_FLAVOR}