svn commit: r360990 - head/dns/py-twistedNames
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Jul 6 18:52:10 UTC 2014
Author: sunpoet
Date: Sun Jul 6 18:52:09 2014
New Revision: 360990
URL: http://svnweb.freebsd.org/changeset/ports/360990
QAT: https://qat.redports.org/buildarchive/r360990/
Log:
- Update to 14.0.0
- Use PYDISTUTILS_AUTOPLIST
- Use USES=tar:bzip2
Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-14.0.0/twisted/names/topfiles/NEWS
Deleted:
head/dns/py-twistedNames/pkg-plist
Modified:
head/dns/py-twistedNames/Makefile
head/dns/py-twistedNames/distinfo
Modified: head/dns/py-twistedNames/Makefile
==============================================================================
--- head/dns/py-twistedNames/Makefile Sun Jul 6 18:52:04 2014 (r360989)
+++ head/dns/py-twistedNames/Makefile Sun Jul 6 18:52:09 2014 (r360990)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= twistedNames
-PORTVERSION= 13.2.0
+PORTVERSION= 14.0.0
CATEGORIES= dns devel python
MASTER_SITES= http://twistedmatrix.com/Releases/Names/${PORTVERSION:R}/ \
LOCAL/sunpoet
@@ -17,9 +17,9 @@ LICENSE= MIT
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedCore>=${PORTVERSION}:${PORTSDIR}/devel/py-twistedCore
RUN_DEPENDS:= ${BUILD_DEPENDS}
-USE_BZIP2= yes
USE_PYTHON= 2
USE_PYDISTUTILS=yes
-PYDISTUTILS_PKGNAME= ${PORTNAME:S/twisted/Twisted_/}
+PYDISTUTILS_AUTOPLIST= yes
+USES= tar:bzip2
.include <bsd.port.mk>
Modified: head/dns/py-twistedNames/distinfo
==============================================================================
--- head/dns/py-twistedNames/distinfo Sun Jul 6 18:52:04 2014 (r360989)
+++ head/dns/py-twistedNames/distinfo Sun Jul 6 18:52:09 2014 (r360990)
@@ -1,2 +1,2 @@
-SHA256 (TwistedNames-13.2.0.tar.bz2) = b8ed07790661eac454ee0bc424f9ede649dec87c11d423421ce2808795e131d5
-SIZE (TwistedNames-13.2.0.tar.bz2) = 71127
+SHA256 (TwistedNames-14.0.0.tar.bz2) = 6adf7fea6048bd2938c6aa8b7dab852dd8f372e2896d65745389e3c88fcbf612
+SIZE (TwistedNames-14.0.0.tar.bz2) = 88385
More information about the svn-ports-all
mailing list