Date: Sun, 6 Jul 2014 18:52:04 +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: r360989 - head/devel/py-twistedRunner Message-ID: <201407061852.s66Iq4Pm060504@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Jul 6 18:52:04 2014 New Revision: 360989 URL: http://svnweb.freebsd.org/changeset/ports/360989 QAT: https://qat.redports.org/buildarchive/r360989/ 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/runner/topfiles/NEWS Deleted: head/devel/py-twistedRunner/pkg-plist Modified: head/devel/py-twistedRunner/Makefile head/devel/py-twistedRunner/distinfo Modified: head/devel/py-twistedRunner/Makefile ============================================================================== --- head/devel/py-twistedRunner/Makefile Sun Jul 6 18:51:59 2014 (r360988) +++ head/devel/py-twistedRunner/Makefile Sun Jul 6 18:52:04 2014 (r360989) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= twistedRunner -PORTVERSION= 13.2.0 +PORTVERSION= 14.0.0 CATEGORIES= devel net python MASTER_SITES= http://twistedmatrix.com/Releases/Runner/${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/devel/py-twistedRunner/distinfo ============================================================================== --- head/devel/py-twistedRunner/distinfo Sun Jul 6 18:51:59 2014 (r360988) +++ head/devel/py-twistedRunner/distinfo Sun Jul 6 18:52:04 2014 (r360989) @@ -1,2 +1,2 @@ -SHA256 (TwistedRunner-13.2.0.tar.bz2) = 0609d2706da8ed0f6e96ca1d94c7dbcb90cd3972d26e1c471df8532a7553e9fb -SIZE (TwistedRunner-13.2.0.tar.bz2) = 12944 +SHA256 (TwistedRunner-14.0.0.tar.bz2) = 918c8a0ecfbb6362df8a794260eaea9c74f70e080dc3642179b2c5d838f719fe +SIZE (TwistedRunner-14.0.0.tar.bz2) = 13020
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407061852.s66Iq4Pm060504>