svn commit: r364911 - head/mail/py-spf
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Aug 15 03:01:55 UTC 2014
Author: sunpoet
Date: Fri Aug 15 03:01:54 2014
New Revision: 364911
URL: http://svnweb.freebsd.org/changeset/ports/364911
QAT: https://qat.redports.org/buildarchive/r364911/
Log:
- Use USES=python
Modified:
head/mail/py-spf/Makefile
Modified: head/mail/py-spf/Makefile
==============================================================================
--- head/mail/py-spf/Makefile Fri Aug 15 03:01:49 2014 (r364910)
+++ head/mail/py-spf/Makefile Fri Aug 15 03:01:54 2014 (r364911)
@@ -16,10 +16,8 @@ LICENSE= PSFL
OPTIONS_DEFINE= DOCS
OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options
-PYDISTUTILS_AUTOPLIST= yes
-USE_PYDISTUTILS=yes
-USE_PYTHON= yes
-USES= shebangfix
+PYTHON_FEATURES=autoplist,distutils
+USES= python shebangfix
PLIST_FILES= bin/spf.py
PORTDOCS= CHANGELOG README
More information about the svn-ports-head
mailing list