diff options
author | kris <kris@FreeBSD.org> | 2005-07-11 02:15:11 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-07-11 02:15:11 +0800 |
commit | 364af0e18bcc836d7a1887e2931654d2c1657746 (patch) | |
tree | 51654b0ccc9c41d1b629cc9506e3955781f19858 | |
parent | 494ee583bc131683ce5bd13e98dae853c240288c (diff) | |
download | freebsd-ports-gnome-364af0e18bcc836d7a1887e2931654d2c1657746.tar.gz freebsd-ports-gnome-364af0e18bcc836d7a1887e2931654d2c1657746.tar.zst freebsd-ports-gnome-364af0e18bcc836d7a1887e2931654d2c1657746.zip |
Update to xmlrpclib-1.0.1 to fix fetching
-rw-r--r-- | net/py-xmlrpclib/Makefile | 6 | ||||
-rw-r--r-- | net/py-xmlrpclib/distinfo | 4 |
2 files changed, 4 insertions, 6 deletions
diff --git a/net/py-xmlrpclib/Makefile b/net/py-xmlrpclib/Makefile index 21c14a5ca0d4..ae7ba9b9e993 100644 --- a/net/py-xmlrpclib/Makefile +++ b/net/py-xmlrpclib/Makefile @@ -6,18 +6,16 @@ # PORTNAME= xmlrpclib -PORTVERSION= 0.9.9 +PORTVERSION= 1.0.1 CATEGORIES= net python -MASTER_SITES= http://www.pythonware.net/storage/ +MASTER_SITES= http://effbot.org/downloads/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= xmlrpc-${PORTVERSION}-010226 MAINTAINER= ports@FreeBSD.org COMMENT= A Python implementation of the XML-RPC protocol USE_PYTHON= yes USE_ZIP= yes -NO_WRKSUBDIR= yes XRL_DOCDIR= ${PREFIX}/share/doc/py-xmlrpclib XRL_EGDIR= ${PREFIX}/share/examples/py-xmlrpclib diff --git a/net/py-xmlrpclib/distinfo b/net/py-xmlrpclib/distinfo index 04a8310f90c7..f9534aaad017 100644 --- a/net/py-xmlrpclib/distinfo +++ b/net/py-xmlrpclib/distinfo @@ -1,2 +1,2 @@ -MD5 (xmlrpc-0.9.9-010226.zip) = 49d877913f712e1fa24d1072d4898cb6 -SIZE (xmlrpc-0.9.9-010226.zip) = 11232 +MD5 (xmlrpclib-1.0.1.zip) = 56528a4b31e2b1c6be6710d8a4edd96f +SIZE (xmlrpclib-1.0.1.zip) = 19566 |