aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-12-30 01:29:51 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-12-30 01:29:51 +0800
commitc5ad6df0010d2c5a5f4483a92363142a0c13798c (patch)
tree354dbb3523bd0feff8794ab7a2a468c70b7f7883 /mail
parentf492f9dd262b171c57f8ef7cba811516b75cc4b2 (diff)
downloadfreebsd-ports-gnome-c5ad6df0010d2c5a5f4483a92363142a0c13798c.tar.gz
freebsd-ports-gnome-c5ad6df0010d2c5a5f4483a92363142a0c13798c.tar.zst
freebsd-ports-gnome-c5ad6df0010d2c5a5f4483a92363142a0c13798c.zip
- Move dns/py-dns3 to dns/py-py3dns
- Update MASTER_SITES: change from launchpad.net to CHEESEHOP - Remove PKGNAMESUFFIX - Add NO_ARCH - Relax USES=python - Add PyPI as primary WWW - Bump PORTREVISION for dependent ports
Diffstat (limited to 'mail')
-rw-r--r--mail/py-spf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/py-spf/Makefile b/mail/py-spf/Makefile
index d119ca604f85..8a384c87395a 100644
--- a/mail/py-spf/Makefile
+++ b/mail/py-spf/Makefile
@@ -3,7 +3,7 @@
PORTNAME= spf
PORTVERSION= 2.0.12
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= mail python
MASTER_SITES= SF/pymilter/py${PORTNAME}/py${PORTNAME}-${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -27,7 +27,7 @@ SHEBANG_FILES= spf.py
.if ${PYTHON_REL} < 3000
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dns>=0:${PORTSDIR}/dns/py-dns
.else
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dns3>=0:${PORTSDIR}/dns/py-dns3
+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}py3dns>=0:${PORTSDIR}/dns/py-py3dns
.endif
post-install: