diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-09-08 00:15:40 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-09-08 00:15:40 +0800 |
commit | 01bf7c006bcaea55ee42a58f1039e92c9c412f04 (patch) | |
tree | 35b3f1d32aed51714ff0a3bf7dd6310d97f768e7 /news | |
parent | 02081c83e5abeb3b91146473c698f0cf52886ee9 (diff) | |
download | freebsd-ports-gnome-01bf7c006bcaea55ee42a58f1039e92c9c412f04.tar.gz freebsd-ports-gnome-01bf7c006bcaea55ee42a58f1039e92c9c412f04.tar.zst freebsd-ports-gnome-01bf7c006bcaea55ee42a58f1039e92c9c412f04.zip |
- 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
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 |