diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2002-04-11 11:45:29 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2002-04-11 11:45:29 +0000 |
commit | 5ce365a086e0012397a6851aeca518c253c36433 (patch) | |
tree | c1abb76ec4b55a91f17a7f4ac884bef01cb7acad /databases/gadfly/Makefile | |
parent | fd97ea3585493bea8d3d79789a43379e11bc9bb7 (diff) |
- Use re instead of obsolete regex module. This fixes some warnings
with newer versions of Python.
- Call socket.{connect,bind} with a tuple (ip, port).
Obtained from: Zope CVS tree
Notes
Notes:
svn path=/head/; revision=57569
Diffstat (limited to 'databases/gadfly/Makefile')
-rw-r--r-- | databases/gadfly/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/gadfly/Makefile b/databases/gadfly/Makefile index a050ba5215b1..8f8be59eeff8 100644 --- a/databases/gadfly/Makefile +++ b/databases/gadfly/Makefile @@ -7,6 +7,7 @@ PORTNAME= gadfly PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= http://www.chordate.com/kwParsing/ DISTNAME= kwP |