svn commit: r360995 - head/security/py-twistedConch
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Jul 6 18:52:35 UTC 2014
Author: sunpoet
Date: Sun Jul 6 18:52:34 2014
New Revision: 360995
URL: http://svnweb.freebsd.org/changeset/ports/360995
QAT: https://qat.redports.org/buildarchive/r360995/
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/conch/topfiles/NEWS
Deleted:
head/security/py-twistedConch/pkg-plist
Modified:
head/security/py-twistedConch/Makefile
head/security/py-twistedConch/distinfo
Modified: head/security/py-twistedConch/Makefile
==============================================================================
--- head/security/py-twistedConch/Makefile Sun Jul 6 18:52:29 2014 (r360994)
+++ head/security/py-twistedConch/Makefile Sun Jul 6 18:52:34 2014 (r360995)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= twistedConch
-PORTVERSION= 13.2.0
+PORTVERSION= 14.0.0
CATEGORIES= security devel python
MASTER_SITES= http://twistedmatrix.com/Releases/Conch/${PORTVERSION:R}/ \
LOCAL/sunpoet
@@ -18,9 +18,9 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tw
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1>=0.0.9a:${PORTSDIR}/devel/py-asn1 \
${PYTHON_PKGNAMEPREFIX}twistedCore>=${PORTVERSION}:${PORTSDIR}/devel/py-twistedCore
-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/security/py-twistedConch/distinfo
==============================================================================
--- head/security/py-twistedConch/distinfo Sun Jul 6 18:52:29 2014 (r360994)
+++ head/security/py-twistedConch/distinfo Sun Jul 6 18:52:34 2014 (r360995)
@@ -1,2 +1,2 @@
-SHA256 (TwistedConch-13.2.0.tar.bz2) = 1559f2070e47a8dfb63a387a8d8deb4dae73226429b26bf2983dc7d1df86cc69
-SIZE (TwistedConch-13.2.0.tar.bz2) = 243977
+SHA256 (TwistedConch-14.0.0.tar.bz2) = 5d1023bec87d2c1bf4d1e85f62a5fa304d9b3bf13e86c0af74cc8c9fb4916a83
+SIZE (TwistedConch-14.0.0.tar.bz2) = 219179
More information about the svn-ports-head
mailing list