Date: Sun, 6 Jul 2014 18:52:45 +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: r360997 - head/www/py-twistedWeb Message-ID: <201407061852.s66IqjRX061596@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Jul 6 18:52:45 2014 New Revision: 360997 URL: http://svnweb.freebsd.org/changeset/ports/360997 QAT: https://qat.redports.org/buildarchive/r360997/ 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/web/topfiles/NEWS Deleted: head/www/py-twistedWeb/pkg-plist Modified: head/www/py-twistedWeb/Makefile head/www/py-twistedWeb/distinfo Modified: head/www/py-twistedWeb/Makefile ============================================================================== --- head/www/py-twistedWeb/Makefile Sun Jul 6 18:52:39 2014 (r360996) +++ head/www/py-twistedWeb/Makefile Sun Jul 6 18:52:45 2014 (r360997) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= twistedWeb -PORTVERSION= 13.2.0 +PORTVERSION= 14.0.0 CATEGORIES= www devel python MASTER_SITES= http://twistedmatrix.com/Releases/Web/${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/www/py-twistedWeb/distinfo ============================================================================== --- head/www/py-twistedWeb/distinfo Sun Jul 6 18:52:39 2014 (r360996) +++ head/www/py-twistedWeb/distinfo Sun Jul 6 18:52:45 2014 (r360997) @@ -1,2 +1,2 @@ -SHA256 (TwistedWeb-13.2.0.tar.bz2) = aee160e0264d9dbaa0ec0613851128c91e3ac4246d3e9e13a6f2cfdfe7a4904f -SIZE (TwistedWeb-13.2.0.tar.bz2) = 403931 +SHA256 (TwistedWeb-14.0.0.tar.bz2) = 02ee70e0fc06c6e35ef808321826bff1d64baae5331f69b179af80a7069f3573 +SIZE (TwistedWeb-14.0.0.tar.bz2) = 228686
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407061852.s66IqjRX061596>