svn commit: r395884 - head/mail/py-spf

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Sep 2 17:04:11 UTC 2015


Author: sunpoet
Date: Wed Sep  2 17:04:10 2015
New Revision: 395884
URL: https://svnweb.freebsd.org/changeset/ports/395884

Log:
  - Allow concurrent installation (USE_PYTHON=concurrent)
  - Bump PORTREVISION for package change

Modified:
  head/mail/py-spf/Makefile

Modified: head/mail/py-spf/Makefile
==============================================================================
--- head/mail/py-spf/Makefile	Wed Sep  2 17:04:05 2015	(r395883)
+++ head/mail/py-spf/Makefile	Wed Sep  2 17:04:10 2015	(r395884)
@@ -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 RF
 LICENSE=	PSFL
 
 NO_ARCH=	yes
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
 USES=		python shebangfix
 
 PLIST_FILES=	bin/spf.py


More information about the svn-ports-head mailing list