Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Sep 2013 16:15:35 +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: r326649 - head/dns/py-twistedNames
Message-ID:  <201309071615.r87GFZed002605@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Sep  7 16:15:35 2013
New Revision: 326649
URL: http://svnweb.freebsd.org/changeset/ports/326649

Log:
  - Update to 13.1.0
  - Add my LOCAL to MASTER_SITES
  - Remove leading indefinite article from COMMENT
  - 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/names/topfiles/NEWS

Modified:
  head/dns/py-twistedNames/Makefile   (contents, props changed)
  head/dns/py-twistedNames/distinfo   (contents, props changed)
  head/dns/py-twistedNames/pkg-plist   (contents, props changed)

Modified: head/dns/py-twistedNames/Makefile
==============================================================================
--- head/dns/py-twistedNames/Makefile	Sat Sep  7 16:15:31 2013	(r326648)
+++ head/dns/py-twistedNames/Makefile	Sat Sep  7 16:15:35 2013	(r326649)
@@ -1,29 +1,25 @@
-# New ports collection makefile for:	py-twistedNames
-# Date created:		14 April 2005
-# Whom:	      		Neal Nelson <neal@nelson.name>
-#
+# Created by: Neal Nelson <neal@nelson.name>
 # $FreeBSD$
-#
 
 PORTNAME=	twistedNames
-PORTVERSION=	12.1.0
+PORTVERSION=	13.1.0
 CATEGORIES=	dns devel python
-MASTER_SITES=	http://twistedmatrix.com/Releases/Names/${PORTVERSION:R}/
+MASTER_SITES=	http://twistedmatrix.com/Releases/Names/${PORTVERSION:R}/ \
+		LOCAL/sunpoet
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	TwistedNames-${PORTVERSION}
 
 MAINTAINER=	python@FreeBSD.org
-COMMENT=	A DNS protocol implementation with client and server
+COMMENT=	DNS protocol implementation with client and server
 
 LICENSE=	MIT
-LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}twistedCore>=${PORTVERSION}:${PORTSDIR}/devel/py-twistedCore
 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/dns/py-twistedNames/distinfo
==============================================================================
--- head/dns/py-twistedNames/distinfo	Sat Sep  7 16:15:31 2013	(r326648)
+++ head/dns/py-twistedNames/distinfo	Sat Sep  7 16:15:35 2013	(r326649)
@@ -1,2 +1,2 @@
-SHA256 (TwistedNames-12.1.0.tar.bz2) = b22537fe7009bb107ee1326e91c8a7e209cd6abf7fe3d7ff86247b9fc9ed9ced
-SIZE (TwistedNames-12.1.0.tar.bz2) = 58205
+SHA256 (TwistedNames-13.1.0.tar.bz2) = f4d4825f77a0768a8a537a5b7604dc934be3fba547db444c3dafcef767476aa6
+SIZE (TwistedNames-13.1.0.tar.bz2) = 62294

Modified: head/dns/py-twistedNames/pkg-plist
==============================================================================
--- head/dns/py-twistedNames/pkg-plist	Sat Sep  7 16:15:31 2013	(r326648)
+++ head/dns/py-twistedNames/pkg-plist	Sat Sep  7 16:15:35 2013	(r326649)
@@ -58,6 +58,9 @@
 %%PYTHON_SITELIBDIR%%/twisted/names/test/test_dns.py
 %%PYTHON_SITELIBDIR%%/twisted/names/test/test_dns.pyc
 %%PYTHON_SITELIBDIR%%/twisted/names/test/test_dns.pyo
+%%PYTHON_SITELIBDIR%%/twisted/names/test/test_examples.py
+%%PYTHON_SITELIBDIR%%/twisted/names/test/test_examples.pyc
+%%PYTHON_SITELIBDIR%%/twisted/names/test/test_examples.pyo
 %%PYTHON_SITELIBDIR%%/twisted/names/test/test_hosts.py
 %%PYTHON_SITELIBDIR%%/twisted/names/test/test_hosts.pyc
 %%PYTHON_SITELIBDIR%%/twisted/names/test/test_hosts.pyo



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309071615.r87GFZed002605>