diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-09-07 16:15:40 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-09-07 16:15:40 +0000 |
commit | a9b5868fc89f309496ba5dfbc8b5b9418b8c3064 (patch) | |
tree | 35b3f1d32aed51714ff0a3bf7dd6310d97f768e7 /news | |
parent | da744849c256c80ec822d8cba2c12b4c052610d0 (diff) | |
download | ports-a9b5868fc89f309496ba5dfbc8b5b9418b8c3064.tar.gz ports-a9b5868fc89f309496ba5dfbc8b5b9418b8c3064.zip |
Notes
Diffstat (limited to 'news')
-rw-r--r-- | news/py-twistedNews/Makefile | 18 | ||||
-rw-r--r-- | news/py-twistedNews/distinfo | 4 |
2 files changed, 9 insertions, 13 deletions
diff --git a/news/py-twistedNews/Makefile b/news/py-twistedNews/Makefile index df5f8fd6c05b..882e52bdcc80 100644 --- a/news/py-twistedNews/Makefile +++ b/news/py-twistedNews/Makefile @@ -1,29 +1,25 @@ -# New ports collection makefile for: py-twistedNews -# Date created: 14 April 2005 -# Whom: Neal Nelson <neal@nelson.name> -# +# Created by: Neal Nelson <neal@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@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> diff --git a/news/py-twistedNews/distinfo b/news/py-twistedNews/distinfo index f8347f6fbc09..6aff5a62672a 100644 --- a/news/py-twistedNews/distinfo +++ b/news/py-twistedNews/distinfo @@ -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 |