svn commit: r360988 - head/devel/py-twistedCore

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jul 6 18:52:00 UTC 2014


Author: sunpoet
Date: Sun Jul  6 18:51:59 2014
New Revision: 360988
URL: http://svnweb.freebsd.org/changeset/ports/360988
QAT: https://qat.redports.org/buildarchive/r360988/

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/topfiles/NEWS

Deleted:
  head/devel/py-twistedCore/pkg-plist
Modified:
  head/devel/py-twistedCore/Makefile
  head/devel/py-twistedCore/distinfo

Modified: head/devel/py-twistedCore/Makefile
==============================================================================
--- head/devel/py-twistedCore/Makefile	Sun Jul  6 18:51:54 2014	(r360987)
+++ head/devel/py-twistedCore/Makefile	Sun Jul  6 18:51:59 2014	(r360988)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	twistedCore
-PORTVERSION=	13.2.0
+PORTVERSION=	14.0.0
 CATEGORIES=	devel net python
 MASTER_SITES=	http://twistedmatrix.com/Releases/Core/${PORTVERSION:R}/ \
 		LOCAL/sunpoet
@@ -22,15 +22,9 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 #   Twisted, but the user should feel free to install x11-toolits/py-gnome
 #   separately if desired.
 
-USE_BZIP2=	yes
 USE_PYTHON=	2
 USE_PYDISTUTILS=yes
-PYDISTUTILS_PKGNAME=	${PORTNAME:S/twisted/Twisted_/}
-REINPLACE_ARGS=	-i ''
-
-MAN1=		manhole.1 pyhtmlizer.1 tap2deb.1 tap2rpm.1 tapconvert.1 trial.1 twistd.1
-
-post-install:
-	cd ${WRKSRC}/doc/man/ && ${INSTALL_MAN} ${MAN1} ${STAGEDIR}${MANPREFIX}/man/man1/
+PYDISTUTILS_AUTOPLIST=	yes
+USES=		tar:bzip2
 
 .include <bsd.port.mk>

Modified: head/devel/py-twistedCore/distinfo
==============================================================================
--- head/devel/py-twistedCore/distinfo	Sun Jul  6 18:51:54 2014	(r360987)
+++ head/devel/py-twistedCore/distinfo	Sun Jul  6 18:51:59 2014	(r360988)
@@ -1,2 +1,2 @@
-SHA256 (TwistedCore-13.2.0.tar.bz2) = 396ee27f0e824772bf26c636c69c2751127738127e283112e72c2de6c28e36be
-SIZE (TwistedCore-13.2.0.tar.bz2) = 1496299
+SHA256 (TwistedCore-14.0.0.tar.bz2) = 41fde42b917ea91c74e9ad15ae45a8104de156bcb32e7bb6a2dfa6c68141a72e
+SIZE (TwistedCore-14.0.0.tar.bz2) = 1126188


More information about the svn-ports-all mailing list