diff options
author | lioux <lioux@FreeBSD.org> | 2005-10-12 20:11:07 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2005-10-12 20:11:07 +0800 |
commit | 59827e45818cac271e5b5c97a921886df0597086 (patch) | |
tree | 2a35dbda2594952d18dce4e0ff6fb7d934a39fcf | |
parent | 3475113d366072cae2cbf2f602f70ba1162ef53c (diff) | |
download | freebsd-ports-gnome-59827e45818cac271e5b5c97a921886df0597086.tar.gz freebsd-ports-gnome-59827e45818cac271e5b5c97a921886df0597086.tar.zst freebsd-ports-gnome-59827e45818cac271e5b5c97a921886df0597086.zip |
o Fix CONFLICTS; thus, bump PORTREVISION
o Reset maintainer to ports@ on previous maintainer request
Approved by: nbm (previous maintainer)
-rw-r--r-- | devel/py-twisted/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/py-twisted/Makefile b/devel/py-twisted/Makefile index 71f9c2a030a7..c9ece905f059 100644 --- a/devel/py-twisted/Makefile +++ b/devel/py-twisted/Makefile @@ -7,7 +7,7 @@ PORTNAME= twisted PORTVERSION= 1.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel net python MASTER_SITES= http://twisted.sourceforge.net/ \ http://twistedmatrix.com/downloads/ \ @@ -17,10 +17,10 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Twisted_NoDocs-${PORTVERSION} WRKSRC= ${WRKDIR}/Twisted-${PORTVERSION} -MAINTAINER= nbm@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= An event-based Python framework for internet applications -CONFLICTS= py-twistedCore-[0-9]* +CONFLICTS= py??-twistedCore-[0-9]* # - Note that Twisted ships with some graphical examples and clients that # require PyGNOME to run. These are not central to the funcitoning of |