Date: Tue, 1 Mar 2022 01:49:23 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 9f292517d7b7 - main - mail/mailman: Update dependency Message-ID: <202203010149.2211nNhx007691@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=9f292517d7b73723c0b2d9f14ebc06a1b78c7443 commit 9f292517d7b73723c0b2d9f14ebc06a1b78c7443 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2022-03-01 01:47:57 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2022-03-01 01:47:57 +0000 mail/mailman: Update dependency dns/pydnspython1 has been created to isolate python 2.7 only version for the ports that require python 2.7. Update the dependency accordingly. --- mail/mailman/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mail/mailman/Makefile b/mail/mailman/Makefile index d1abb4ad769c..b1b2511c0d07 100644 --- a/mail/mailman/Makefile +++ b/mail/mailman/Makefile @@ -2,7 +2,7 @@ PORTNAME= mailman DISTVERSION= 2.1.39 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= GNU \ SF/${PORTNAME}/Mailman%202.1%20%28stable%29/${PORTVERSION} \ @@ -149,8 +149,8 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch-Mailman-Cgi-private.py EXTRA_PATCHES+= ${FILESDIR}/extra-patch-mailpasswds .endif -BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dnspython>=0:dns/py-dnspython@${PY_FLAVOR} -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dnspython>=0:dns/py-dnspython@${PY_FLAVOR} +BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dnspython1>=0:dns/py-dnspython1@${PY_FLAVOR} +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dnspython1>=0:dns/py-dnspython1@${PY_FLAVOR} pre-everything:: @${ECHO} ""
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203010149.2211nNhx007691>