From 509766251bb654dbdadf1329012aaef4a9248216 Mon Sep 17 00:00:00 2001 From: sunpoet Date: Wed, 28 Mar 2012 19:37:35 +0000 Subject: - Update to 12.0.0 - Pass maintainership to python@ Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-12.0.0/twisted/mail/topfiles/NEWS PR: ports/165733 Submitted by: sunpoet (myself) Approved by: Neal Nelson (maintainer) Feature safe: yes --- mail/py-twistedMail/Makefile | 4 ++-- mail/py-twistedMail/distinfo | 4 ++-- mail/py-twistedMail/pkg-plist | 4 ++++ 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/mail/py-twistedMail/Makefile b/mail/py-twistedMail/Makefile index a9fe1449969c..b7ca2463cefa 100644 --- a/mail/py-twistedMail/Makefile +++ b/mail/py-twistedMail/Makefile @@ -6,13 +6,13 @@ # PORTNAME= twistedMail -PORTVERSION= 11.0.0 +PORTVERSION= 12.0.0 CATEGORIES= mail devel python MASTER_SITES= http://twistedmatrix.com/Releases/Mail/${PORTVERSION:R}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= TwistedMail-${PORTVERSION} -MAINTAINER= neal@nelson.name +MAINTAINER= python@FreeBSD.org COMMENT= An SMTP, IMAP and POP protocol implementation with clients and servers LICENSE= MIT diff --git a/mail/py-twistedMail/distinfo b/mail/py-twistedMail/distinfo index c73b7fe34cfa..2b0008d817f6 100644 --- a/mail/py-twistedMail/distinfo +++ b/mail/py-twistedMail/distinfo @@ -1,2 +1,2 @@ -SHA256 (TwistedMail-11.0.0.tar.bz2) = 0f876dd80602294635cf8092260dcdc61f7dec177d75946ed21c557f534c7a8a -SIZE (TwistedMail-11.0.0.tar.bz2) = 145928 +SHA256 (TwistedMail-12.0.0.tar.bz2) = 680ec9964c6a75c89c7470dba4d6423d142549b1fcace0ff19fcb58e1fd88c3c +SIZE (TwistedMail-12.0.0.tar.bz2) = 146270 diff --git a/mail/py-twistedMail/pkg-plist b/mail/py-twistedMail/pkg-plist index 6d13e11fad8e..c1b605cee461 100644 --- a/mail/py-twistedMail/pkg-plist +++ b/mail/py-twistedMail/pkg-plist @@ -78,6 +78,9 @@ bin/mailmail %%PYTHON_SITELIBDIR%%/twisted/mail/test/test_pop3client.py %%PYTHON_SITELIBDIR%%/twisted/mail/test/test_pop3client.pyc %%PYTHON_SITELIBDIR%%/twisted/mail/test/test_pop3client.pyo +%%PYTHON_SITELIBDIR%%/twisted/mail/test/test_scripts.py +%%PYTHON_SITELIBDIR%%/twisted/mail/test/test_scripts.pyc +%%PYTHON_SITELIBDIR%%/twisted/mail/test/test_scripts.pyo %%PYTHON_SITELIBDIR%%/twisted/mail/test/test_smtp.py %%PYTHON_SITELIBDIR%%/twisted/mail/test/test_smtp.pyc %%PYTHON_SITELIBDIR%%/twisted/mail/test/test_smtp.pyo @@ -88,3 +91,4 @@ bin/mailmail @dirrm %%PYTHON_SITELIBDIR%%/twisted/mail/test @dirrm %%PYTHON_SITELIBDIR%%/twisted/mail/scripts @dirrm %%PYTHON_SITELIBDIR%%/twisted/mail +@dirrmtry %%PYTHON_SITELIBDIR%%/twisted -- cgit