Date: Fri, 15 Nov 2013 20:53:14 +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: r333925 - head/devel/py-twistedCore Message-ID: <201311152053.rAFKrEmV076339@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Nov 15 20:53:14 2013 New Revision: 333925 URL: http://svnweb.freebsd.org/changeset/ports/333925 Log: - Update to 13.2.0 Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-13.2.0/twisted/topfiles/NEWS Modified: head/devel/py-twistedCore/Makefile head/devel/py-twistedCore/distinfo head/devel/py-twistedCore/pkg-plist Modified: head/devel/py-twistedCore/Makefile ============================================================================== --- head/devel/py-twistedCore/Makefile Fri Nov 15 20:52:32 2013 (r333924) +++ head/devel/py-twistedCore/Makefile Fri Nov 15 20:53:14 2013 (r333925) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= twistedCore -PORTVERSION= 13.1.0 +PORTVERSION= 13.2.0 CATEGORIES= devel net python MASTER_SITES= http://twistedmatrix.com/Releases/Core/${PORTVERSION:R}/ \ LOCAL/sunpoet @@ -22,6 +22,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} # Twisted, but the user should feel free to install x11-toolits/py-gnome # separately if desired. +NO_STAGE= yes USE_BZIP2= yes USE_PYTHON= -2.7 USE_PYDISTUTILS=yes @@ -30,7 +31,6 @@ REINPLACE_ARGS= -i '' MAN1= manhole.1 pyhtmlizer.1 tap2deb.1 tap2rpm.1 tapconvert.1 trial.1 twistd.1 -NO_STAGE= yes post-install: # permission safeness @${CHMOD} -R ${SHAREMODE} ${PYTHONPREFIX_SITELIBDIR}/twisted/ Modified: head/devel/py-twistedCore/distinfo ============================================================================== --- head/devel/py-twistedCore/distinfo Fri Nov 15 20:52:32 2013 (r333924) +++ head/devel/py-twistedCore/distinfo Fri Nov 15 20:53:14 2013 (r333925) @@ -1,2 +1,2 @@ -SHA256 (TwistedCore-13.1.0.tar.bz2) = 4668821d44ed6a8e5fb18845fee2326746cfd1a2346a0e1b003218baa12c7565 -SIZE (TwistedCore-13.1.0.tar.bz2) = 1482462 +SHA256 (TwistedCore-13.2.0.tar.bz2) = 396ee27f0e824772bf26c636c69c2751127738127e283112e72c2de6c28e36be +SIZE (TwistedCore-13.2.0.tar.bz2) = 1496299 Modified: head/devel/py-twistedCore/pkg-plist ============================================================================== --- head/devel/py-twistedCore/pkg-plist Fri Nov 15 20:52:32 2013 (r333924) +++ head/devel/py-twistedCore/pkg-plist Fri Nov 15 20:53:14 2013 (r333925) @@ -255,6 +255,7 @@ bin/twistd %%PYTHON_SITELIBDIR%%/twisted/internet/test/connectionmixins.py %%PYTHON_SITELIBDIR%%/twisted/internet/test/connectionmixins.pyc %%PYTHON_SITELIBDIR%%/twisted/internet/test/connectionmixins.pyo +%%PYTHON_SITELIBDIR%%/twisted/internet/test/fake_CAs/chain.pem %%PYTHON_SITELIBDIR%%/twisted/internet/test/fake_CAs/not-a-certificate %%PYTHON_SITELIBDIR%%/twisted/internet/test/fake_CAs/thing1.pem %%PYTHON_SITELIBDIR%%/twisted/internet/test/fake_CAs/thing2-duplicate.pem @@ -871,6 +872,9 @@ bin/twistd %%PYTHON_SITELIBDIR%%/twisted/scripts/test/test_scripts.py %%PYTHON_SITELIBDIR%%/twisted/scripts/test/test_scripts.pyc %%PYTHON_SITELIBDIR%%/twisted/scripts/test/test_scripts.pyo +%%PYTHON_SITELIBDIR%%/twisted/scripts/test/test_tap2deb.py +%%PYTHON_SITELIBDIR%%/twisted/scripts/test/test_tap2deb.pyc +%%PYTHON_SITELIBDIR%%/twisted/scripts/test/test_tap2deb.pyo %%PYTHON_SITELIBDIR%%/twisted/scripts/test/test_tap2rpm.py %%PYTHON_SITELIBDIR%%/twisted/scripts/test/test_tap2rpm.pyc %%PYTHON_SITELIBDIR%%/twisted/scripts/test/test_tap2rpm.pyo @@ -1383,6 +1387,9 @@ bin/twistd %%PYTHON_SITELIBDIR%%/twisted/trial/test/novars.py %%PYTHON_SITELIBDIR%%/twisted/trial/test/novars.pyc %%PYTHON_SITELIBDIR%%/twisted/trial/test/novars.pyo +%%PYTHON_SITELIBDIR%%/twisted/trial/test/ordertests.py +%%PYTHON_SITELIBDIR%%/twisted/trial/test/ordertests.pyc +%%PYTHON_SITELIBDIR%%/twisted/trial/test/ordertests.pyo %%PYTHON_SITELIBDIR%%/twisted/trial/test/packages.py %%PYTHON_SITELIBDIR%%/twisted/trial/test/packages.pyc %%PYTHON_SITELIBDIR%%/twisted/trial/test/packages.pyo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311152053.rAFKrEmV076339>