diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-10-12 12:11:07 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-10-12 12:11:07 +0000 |
commit | f66b613d7079224f4ebe2033058615a97b2d76f0 (patch) | |
tree | fa455ac47a2d704ed34fde3278a0df55031dc029 | |
parent | Update to 3.3.0 (diff) |
o Fix CONFLICTS; thus, bump PORTREVISION
o Reset maintainer to ports@ on previous maintainer request
Approved by: nbm (previous maintainer)
Notes
Notes:
svn path=/head/; revision=145102
-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 |