diff options
author | obache <obache@pkgsrc.org> | 2010-03-06 13:18:07 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-03-06 13:18:07 +0000 |
commit | 6a9540c6c49d2ec47d0921efd28eade8227a163d (patch) | |
tree | 54e17be64cdf51c0c97e4f8d4734586e87acd4df /net/py-twisted/Makefile.common | |
parent | 75e40cb10dfdcf5fdd174df62018b2ca77508cd6 (diff) | |
download | pkgsrc-6a9540c6c49d2ec47d0921efd28eade8227a163d.tar.gz |
Update py-twisted to 10.0.0.
Based on PR#42918 by Wen Heping
Pkgsrc changes:
* set LICENSE to mit
* add handling of plugin cache file
Upstream changes:
from 8.1.0 to 10.0.0 is too long to put here.
please refer: http://twistedmatrix.com/trac/browser/trunk/NEWS
Diffstat (limited to 'net/py-twisted/Makefile.common')
-rw-r--r-- | net/py-twisted/Makefile.common | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net/py-twisted/Makefile.common b/net/py-twisted/Makefile.common index 041cbd3ad92..0561caf6222 100644 --- a/net/py-twisted/Makefile.common +++ b/net/py-twisted/Makefile.common @@ -1,15 +1,16 @@ -# $NetBSD: Makefile.common,v 1.5 2008/08/22 21:49:08 epg Exp $ +# $NetBSD: Makefile.common,v 1.6 2010/03/06 13:18:07 obache Exp $ # used by net/py-twisted/Makefile # used by net/py-twisted-docs/Makefile -TWISTED_VERSION= 8.1.0 +TWISTED_VERSION= 10.0.0 DISTNAME= Twisted-${TWISTED_VERSION} CATEGORIES= net python -MASTER_SITES= http://tmrc.mit.edu/mirror/twisted/Twisted/8.1/ +MASTER_SITES= http://tmrc.mit.edu/mirror/twisted/Twisted/10.0/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.twistedmatrix.com/ +LICENSE= mit DISTINFO_FILE?= ${.CURDIR}/../py-twisted/distinfo PATCHDIR?= ${.CURDIR}/../py-twisted/patches |