diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-12-30 01:29:51 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-12-30 01:29:51 +0800 |
commit | c5ad6df0010d2c5a5f4483a92363142a0c13798c (patch) | |
tree | 354dbb3523bd0feff8794ab7a2a468c70b7f7883 /mail | |
parent | f492f9dd262b171c57f8ef7cba811516b75cc4b2 (diff) | |
download | freebsd-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/Makefile | 4 |
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: |