Date: Sat, 7 Sep 2013 16:15:31 +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: r326648 - head/mail/py-twistedMail Message-ID: <201309071615.r87GFV0o002487@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Sep 7 16:15:31 2013 New Revision: 326648 URL: http://svnweb.freebsd.org/changeset/ports/326648 Log: - Update to 13.1.0 - Add my LOCAL to MASTER_SITES - Remove LICENSE_FILE for well-known licenses - Update USE_PYTHON - Cleanup Makefile header Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-13.1.0/twisted/mail/topfiles/NEWS Modified: head/mail/py-twistedMail/Makefile (contents, props changed) head/mail/py-twistedMail/distinfo (contents, props changed) head/mail/py-twistedMail/pkg-plist (contents, props changed) Modified: head/mail/py-twistedMail/Makefile ============================================================================== --- head/mail/py-twistedMail/Makefile Sat Sep 7 16:15:26 2013 (r326647) +++ head/mail/py-twistedMail/Makefile Sat Sep 7 16:15:31 2013 (r326648) @@ -1,14 +1,11 @@ -# New ports collection makefile for: py-twistedMail -# Date created: 14 April 2005 -# Whom: Neal Nelson <neal@nelson.name> -# +# Created by: Neal Nelson <neal@nelson.name> # $FreeBSD$ -# PORTNAME= twistedMail -PORTVERSION= 12.1.0 +PORTVERSION= 13.1.0 CATEGORIES= mail devel python -MASTER_SITES= http://twistedmatrix.com/Releases/Mail/${PORTVERSION:R}/ +MASTER_SITES= http://twistedmatrix.com/Releases/Mail/${PORTVERSION:R}/ \ + LOCAL/sunpoet PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= TwistedMail-${PORTVERSION} @@ -16,15 +13,14 @@ MAINTAINER= python@FreeBSD.org COMMENT= SMTP, IMAP, and POP protocol implementation with clients and servers LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedCore>=${PORTVERSION}:${PORTSDIR}/devel/py-twistedCore \ ${PYTHON_PKGNAMEPREFIX}twistedNames>=${PORTVERSION}:${PORTSDIR}/dns/py-twistedNames RUN_DEPENDS:= ${BUILD_DEPENDS} USE_BZIP2= yes -USE_PYTHON= yes -USE_PYDISTUTILS= yes +USE_PYTHON= -2.7 +USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME= ${PORTNAME:S/twisted/Twisted_/} .include <bsd.port.mk> Modified: head/mail/py-twistedMail/distinfo ============================================================================== --- head/mail/py-twistedMail/distinfo Sat Sep 7 16:15:26 2013 (r326647) +++ head/mail/py-twistedMail/distinfo Sat Sep 7 16:15:31 2013 (r326648) @@ -1,2 +1,2 @@ -SHA256 (TwistedMail-12.1.0.tar.bz2) = 8ad7662c16ba9e4754a842c7f0b723029563901fcf9972611422f24cfc055732 -SIZE (TwistedMail-12.1.0.tar.bz2) = 146882 +SHA256 (TwistedMail-13.1.0.tar.bz2) = 45a630a0d8f53d7d924ae87d2df0a6d0b2d3a2c8fd3e06010938f18ca741d8f0 +SIZE (TwistedMail-13.1.0.tar.bz2) = 156870 Modified: head/mail/py-twistedMail/pkg-plist ============================================================================== --- head/mail/py-twistedMail/pkg-plist Sat Sep 7 16:15:26 2013 (r326647) +++ head/mail/py-twistedMail/pkg-plist Sat Sep 7 16:15:31 2013 (r326648) @@ -57,6 +57,7 @@ bin/mailmail %%PYTHON_SITELIBDIR%%/twisted/mail/test/pop3testserver.pyc %%PYTHON_SITELIBDIR%%/twisted/mail/test/pop3testserver.pyo %%PYTHON_SITELIBDIR%%/twisted/mail/test/rfc822.message +%%PYTHON_SITELIBDIR%%/twisted/mail/test/server.pem %%PYTHON_SITELIBDIR%%/twisted/mail/test/test_bounce.py %%PYTHON_SITELIBDIR%%/twisted/mail/test/test_bounce.pyc %%PYTHON_SITELIBDIR%%/twisted/mail/test/test_bounce.pyo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309071615.r87GFV0o002487>