diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-09-08 00:15:57 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-09-08 00:15:57 +0800 |
commit | ca95da025f8c89536ef3cfb453702c06551458f4 (patch) | |
tree | e71a2c3aaa660a8c5bca816d442f4ed8ce8fb4b5 /net-im | |
parent | ad4f26c96b2ee88f0d927d623c403892e850eafb (diff) | |
download | freebsd-ports-gnome-ca95da025f8c89536ef3cfb453702c06551458f4.tar.gz freebsd-ports-gnome-ca95da025f8c89536ef3cfb453702c06551458f4.tar.zst freebsd-ports-gnome-ca95da025f8c89536ef3cfb453702c06551458f4.zip |
- Update to 13.1.0
- Add my LOCAL to MASTER_SITES
- 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/words/topfiles/NEWS
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/py-twistedWords/Makefile | 16 | ||||
-rw-r--r-- | net-im/py-twistedWords/distinfo | 4 |
2 files changed, 8 insertions, 12 deletions
diff --git a/net-im/py-twistedWords/Makefile b/net-im/py-twistedWords/Makefile index 81dfff74663c..f41ad706ec5d 100644 --- a/net-im/py-twistedWords/Makefile +++ b/net-im/py-twistedWords/Makefile @@ -1,14 +1,11 @@ -# New ports collection makefile for: py-twistedWords -# Date created: 14 April 2005 -# Whom: Neal Nelson <neal@nelson.name> -# +# Created by: Neal Nelson <neal@nelson.name> # $FreeBSD$ -# PORTNAME= twistedWords -PORTVERSION= 12.1.0 +PORTVERSION= 13.1.0 CATEGORIES= net-im devel python -MASTER_SITES= http://twistedmatrix.com/Releases/Words/${PORTVERSION:R}/ +MASTER_SITES= http://twistedmatrix.com/Releases/Words/${PORTVERSION:R}/ \ + LOCAL/sunpoet PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= TwistedWords-${PORTVERSION} @@ -16,14 +13,13 @@ MAINTAINER= python@FreeBSD.org COMMENT= Twisted Words has more chat than you can handle 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/net-im/py-twistedWords/distinfo b/net-im/py-twistedWords/distinfo index 6afbbcad6685..29a2085bae20 100644 --- a/net-im/py-twistedWords/distinfo +++ b/net-im/py-twistedWords/distinfo @@ -1,2 +1,2 @@ -SHA256 (TwistedWords-12.1.0.tar.bz2) = 696f16e6ade8b2d68af8a0d8954d23bfc35b382025f457fdc47bdc265b81ac5f -SIZE (TwistedWords-12.1.0.tar.bz2) = 166618 +SHA256 (TwistedWords-13.1.0.tar.bz2) = 114641e867205cf8957e566e8a0b58dada50ff399b8f8ba6c4cfea681a2d7c94 +SIZE (TwistedWords-13.1.0.tar.bz2) = 173509 |