svn commit: r326650 - head/news/py-twistedNews
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Sep 7 16:15:41 UTC 2013
Author: sunpoet
Date: Sat Sep 7 16:15:40 2013
New Revision: 326650
URL: http://svnweb.freebsd.org/changeset/ports/326650
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/news/topfiles/NEWS
Modified:
head/news/py-twistedNews/Makefile (contents, props changed)
head/news/py-twistedNews/distinfo (contents, props changed)
Modified: head/news/py-twistedNews/Makefile
==============================================================================
--- head/news/py-twistedNews/Makefile Sat Sep 7 16:15:35 2013 (r326649)
+++ head/news/py-twistedNews/Makefile Sat Sep 7 16:15:40 2013 (r326650)
@@ -1,29 +1,25 @@
-# New ports collection makefile for: py-twistedNews
-# Date created: 14 April 2005
-# Whom: Neal Nelson <neal at nelson.name>
-#
+# Created by: Neal Nelson <neal at nelson.name>
# $FreeBSD$
-#
PORTNAME= twistedNews
-PORTVERSION= 12.1.0
+PORTVERSION= 13.1.0
CATEGORIES= news devel python
-MASTER_SITES= http://twistedmatrix.com/Releases/News/${PORTVERSION:R}/
+MASTER_SITES= http://twistedmatrix.com/Releases/News/${PORTVERSION:R}/ \
+ LOCAL/sunpoet
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= TwistedNews-${PORTVERSION}
MAINTAINER= python at FreeBSD.org
-COMMENT= An NNTP protocol implementation with client and server
+COMMENT= NNTP 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/news/py-twistedNews/distinfo
==============================================================================
--- head/news/py-twistedNews/distinfo Sat Sep 7 16:15:35 2013 (r326649)
+++ head/news/py-twistedNews/distinfo Sat Sep 7 16:15:40 2013 (r326650)
@@ -1,2 +1,2 @@
-SHA256 (TwistedNews-12.1.0.tar.bz2) = 19d6598845497960db1f6cf76e99513c38c98e326459d71b69133414ce5ec027
-SIZE (TwistedNews-12.1.0.tar.bz2) = 19611
+SHA256 (TwistedNews-13.1.0.tar.bz2) = e3a187dd79fb47534e5ca78eface8d3c5cd3c7826ccc208f74afcc7bea0cb151
+SIZE (TwistedNews-13.1.0.tar.bz2) = 19691
More information about the svn-ports-head
mailing list