svn commit: r442638 - head/mail/py-apolicy
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Jun 5 14:50:47 UTC 2017
Author: sunpoet
Date: Mon Jun 5 14:50:46 2017
New Revision: 442638
URL: https://svnweb.freebsd.org/changeset/ports/442638
Log:
Change from USES=twisted to devel/py-twisted
- Add missing PKGNAMEPREFIX by removing trailing \ of previous line
- Fix USES=python: restrict to 2.7
- Use USE_PYTHON=autoplist instead of PLIST
- Bump PORTREVISION for dependency change
Deleted:
head/mail/py-apolicy/pkg-plist
Modified:
head/mail/py-apolicy/Makefile
Modified: head/mail/py-apolicy/Makefile
==============================================================================
--- head/mail/py-apolicy/Makefile Mon Jun 5 14:50:41 2017 (r442637)
+++ head/mail/py-apolicy/Makefile Mon Jun 5 14:50:46 2017 (r442638)
@@ -3,10 +3,10 @@
PORTNAME= apolicy
PORTVERSION= 0.73
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= mail python
MASTER_SITES= http://download.gna.org/apolicy/%SUBDIR%/ \
- http://www.chifeng.name/dist/apolicy/%SUBDIR%/ \
+ http://www.chifeng.name/dist/apolicy/%SUBDIR%/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports at FreeBSD.org
@@ -16,10 +16,11 @@ LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE.TXT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipy>=0:net-mgmt/py-ipy \
- ${PYTHON_PKGNAMEPREFIX}pyspf>=0:mail/py-pyspf
+ ${PYTHON_PKGNAMEPREFIX}pyspf>=0:mail/py-pyspf \
+ ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted
-USES= python twisted
-USE_PYTHON= distutils
+USES= python:2.7
+USE_PYTHON= autoplist distutils
NO_ARCH= yes
NO_BUILD= yes
USE_RC_SUBR= apolicyd
More information about the svn-ports-all
mailing list