svn commit: r360991 - head/mail/py-twistedMail

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


Author: sunpoet
Date: Sun Jul  6 18:52:14 2014
New Revision: 360991
URL: http://svnweb.freebsd.org/changeset/ports/360991
QAT: https://qat.redports.org/buildarchive/r360991/

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

Deleted:
  head/mail/py-twistedMail/pkg-plist
Modified:
  head/mail/py-twistedMail/Makefile
  head/mail/py-twistedMail/distinfo

Modified: head/mail/py-twistedMail/Makefile
==============================================================================
--- head/mail/py-twistedMail/Makefile	Sun Jul  6 18:52:09 2014	(r360990)
+++ head/mail/py-twistedMail/Makefile	Sun Jul  6 18:52:14 2014	(r360991)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	twistedMail
-PORTVERSION=	13.2.0
+PORTVERSION=	14.0.0
 CATEGORIES=	mail devel python
 MASTER_SITES=	http://twistedmatrix.com/Releases/Mail/${PORTVERSION:R}/ \
 		LOCAL/sunpoet
@@ -18,9 +18,9 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}tw
 		${PYTHON_PKGNAMEPREFIX}twistedNames>=${PORTVERSION}:${PORTSDIR}/dns/py-twistedNames
 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/mail/py-twistedMail/distinfo
==============================================================================
--- head/mail/py-twistedMail/distinfo	Sun Jul  6 18:52:09 2014	(r360990)
+++ head/mail/py-twistedMail/distinfo	Sun Jul  6 18:52:14 2014	(r360991)
@@ -1,2 +1,2 @@
-SHA256 (TwistedMail-13.2.0.tar.bz2) = 6e4b3844a27bc1f85ae7529bf1c0574f6962c8ca66e08c3c06c2a5a2e39acfc8
-SIZE (TwistedMail-13.2.0.tar.bz2) = 160046
+SHA256 (TwistedMail-14.0.0.tar.bz2) = 6a4ac184a719cb273cb055869c2c42e4c96fd0cd8f56cc0ffdeff8cd68d22075
+SIZE (TwistedMail-14.0.0.tar.bz2) = 157816


More information about the svn-ports-head mailing list