svn commit: r326651 - head/net/py-twistedPair
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Sep 7 16:15:45 UTC 2013
Author: sunpoet
Date: Sat Sep 7 16:15:44 2013
New Revision: 326651
URL: http://svnweb.freebsd.org/changeset/ports/326651
Log:
- Update to 13.1.0
- Add my LOCAL to MASTER_SITES
- Remove LICENSE_FILE for well-known licenses
- Update USE_PYTHON
- Remove unnecessary WRKSRC
- Cleanup Makefile header
Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-13.1.0/twisted/pair/topfiles/NEWS
Modified:
head/net/py-twistedPair/Makefile (contents, props changed)
head/net/py-twistedPair/distinfo (contents, props changed)
Modified: head/net/py-twistedPair/Makefile
==============================================================================
--- head/net/py-twistedPair/Makefile Sat Sep 7 16:15:40 2013 (r326650)
+++ head/net/py-twistedPair/Makefile Sat Sep 7 16:15:44 2013 (r326651)
@@ -1,14 +1,11 @@
-# New ports collection makefile for: py-twistedPair
-# Date created: 14 April 2005
-# Whom: Neal Nelson <neal at nelson.name>
-#
+# Created by: Neal Nelson <neal at nelson.name>
# $FreeBSD$
-#
PORTNAME= twistedPair
-PORTVERSION= 12.1.0
+PORTVERSION= 13.1.0
CATEGORIES= net devel python
-MASTER_SITES= http://twistedmatrix.com/Releases/Pair/${PORTVERSION:R}/
+MASTER_SITES= http://twistedmatrix.com/Releases/Pair/${PORTVERSION:R}/ \
+ LOCAL/sunpoet
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= TwistedPair-${PORTVERSION}
@@ -16,16 +13,13 @@ MAINTAINER= python at FreeBSD.org
COMMENT= Twisted Pair can do low level TCP work
LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedCore>=${PORTVERSION}:${PORTSDIR}/devel/py-twistedCore
RUN_DEPENDS:= ${BUILD_DEPENDS}
-WRKSRC= ${WRKDIR}/TwistedPair-${PORTVERSION}
-
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/net/py-twistedPair/distinfo
==============================================================================
--- head/net/py-twistedPair/distinfo Sat Sep 7 16:15:40 2013 (r326650)
+++ head/net/py-twistedPair/distinfo Sat Sep 7 16:15:44 2013 (r326651)
@@ -1,2 +1,2 @@
-SHA256 (TwistedPair-12.1.0.tar.bz2) = a8259148a8a7a2d051373be6aedd6d84460430ef9789399c6916bc564b8b1327
-SIZE (TwistedPair-12.1.0.tar.bz2) = 9162
+SHA256 (TwistedPair-13.1.0.tar.bz2) = fdc144dc4708be7cec54722df620d8abe1de192c0095aa297be0d4519588f39b
+SIZE (TwistedPair-13.1.0.tar.bz2) = 9230
More information about the svn-ports-all
mailing list