Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Sep 2015 17:04:11 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r395884 - head/mail/py-spf
Message-ID:  <201509021704.t82H4BES025974@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509021704.t82H4BES025974>