diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-09-02 17:04:10 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-09-02 17:04:10 +0000 |
commit | b42ac860b682936e800547a92b32f5838efde381 (patch) | |
tree | 1617ddf691cc3de61bc613c73a97fa9164a5574c /mail | |
parent | - Allow concurrent installation (USE_PYTHON=concurrent) (diff) |
- Allow concurrent installation (USE_PYTHON=concurrent)
- Bump PORTREVISION for package change
Notes
Notes:
svn path=/head/; revision=395884
Diffstat (limited to 'mail')
-rw-r--r-- | mail/py-spf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/py-spf/Makefile b/mail/py-spf/Makefile index ddd78a222ed2..d119ca604f85 100644 --- a/mail/py-spf/Makefile +++ b/mail/py-spf/Makefile @@ -3,6 +3,7 @@ PORTNAME= spf PORTVERSION= 2.0.12 +PORTREVISION= 1 CATEGORIES= mail python MASTER_SITES= SF/pymilter/py${PORTNAME}/py${PORTNAME}-${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +15,7 @@ COMMENT= Python implementation of the RFC 4408 SPF protocol LICENSE= PSFL NO_ARCH= yes -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils USES= python shebangfix PLIST_FILES= bin/spf.py |