diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-10-12 20:11:07 +0800 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-10-12 20:11:07 +0800 |
commit | f66b613d7079224f4ebe2033058615a97b2d76f0 (patch) | |
tree | fa455ac47a2d704ed34fde3278a0df55031dc029 /devel/py-twisted | |
parent | c8c0799bf1a73f2d71e0609bd6ea750f72be456d (diff) | |
download | freebsd-ports-gnome-f66b613d7079224f4ebe2033058615a97b2d76f0.tar.gz freebsd-ports-gnome-f66b613d7079224f4ebe2033058615a97b2d76f0.tar.zst freebsd-ports-gnome-f66b613d7079224f4ebe2033058615a97b2d76f0.zip |
o Fix CONFLICTS; thus, bump PORTREVISION
o Reset maintainer to ports@ on previous maintainer request
Approved by: nbm (previous maintainer)
Diffstat (limited to 'devel/py-twisted')
-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 |