On Sat, Apr 18, 2020 at 12:30:43AM +0200, Joerg Jung wrote:
> Yes, the others should not need it. 
This should do it, then.  Picking REVISIONs because all packages except
-python change, but one could also go for the easier REVISION=3 to bump
all packages.

Port-wise this makes nothing but -python (already has explicit LIB- and
RUN_DEPENDS) depend on python.

Index: Makefile
===================================================================
RCS file: /cvs/ports/mail/opensmtpd-extras/Makefile,v
retrieving revision 1.32
diff -u -p -r1.32 Makefile
--- Makefile    26 Dec 2019 11:19:28 -0000      1.32
+++ Makefile    17 Apr 2020 21:20:24 -0000
@@ -13,7 +13,11 @@ PKGNAME-mysql=               opensmtpd-extras-mysql-$
 PKGNAME-pgsql=         opensmtpd-extras-pgsql-${V}
 PKGNAME-python=                opensmtpd-extras-python-${V}
 PKGNAME-redis=         opensmtpd-extras-redis-${V}
-REVISION=              2
+REVISION-main=         3
+REVISION-mysql=                3
+REVISION-pgsql=                3
+REVISION-python=       2
+REVISION-redis=                3
 EPOCH=                 0
 
 CATEGORIES=            mail
@@ -39,6 +43,7 @@ MASTER_SITES=         ${HOMEPAGE}archives/
 WRKSRC=                        ${WRKDIR}/OpenSMTPD-extras-${V}
 
 MODULES=               lang/python
+MODPY_RUNDEP =         No
 
 LIB_DEPENDS-main=      databases/sqlite3
 LIB_DEPENDS-mysql=     databases/mariadb,-main

Reply via email to