diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2008-01-09 11:32:34 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2008-01-09 11:32:34 +0000 |
commit | 3c75a5e54cde2a59a71100c410d6a59f71274657 (patch) | |
tree | f6718c0df121da3f1dbd4ff380aa732ad3a54e5e /www | |
parent | Update to 3.4.5. (diff) |
- Update to 0.4.0
- Update WWW
Notes
Notes:
svn path=/head/; revision=205312
Diffstat (limited to 'www')
-rw-r--r-- | www/py-httplib2/Makefile | 4 | ||||
-rw-r--r-- | www/py-httplib2/distinfo | 6 | ||||
-rw-r--r-- | www/py-httplib2/pkg-descr | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/www/py-httplib2/Makefile b/www/py-httplib2/Makefile index f5f1bff7fd02..b551c976c26e 100644 --- a/www/py-httplib2/Makefile +++ b/www/py-httplib2/Makefile @@ -6,9 +6,9 @@ # PORTNAME= httplib2 -PORTVERSION= 0.3.0 +PORTVERSION= 0.4.0 CATEGORIES= www python -MASTER_SITES= http://bitworking.org/projects/httplib2/dist/ +MASTER_SITES= http://httplib2.googlecode.com/files/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= lwhsu@FreeBSD.org diff --git a/www/py-httplib2/distinfo b/www/py-httplib2/distinfo index fc9610f5c32e..009c65c51285 100644 --- a/www/py-httplib2/distinfo +++ b/www/py-httplib2/distinfo @@ -1,3 +1,3 @@ -MD5 (httplib2-0.3.0.tar.gz) = 781110e8031bdbe753d80532cfbe1bc4 -SHA256 (httplib2-0.3.0.tar.gz) = 20c85b73dd6c4a1d0aeaa21f2d0161fd1e79ea5562cd92e89d63a209a9514372 -SIZE (httplib2-0.3.0.tar.gz) = 16149 +MD5 (httplib2-0.4.0.tar.gz) = 022006c6c5fb75ea082b97d0fcc89d94 +SHA256 (httplib2-0.4.0.tar.gz) = 816479fb906a7832527eab6852961f0ce7460f7159f0dd13cbef34721a2174d4 +SIZE (httplib2-0.4.0.tar.gz) = 16770 diff --git a/www/py-httplib2/pkg-descr b/www/py-httplib2/pkg-descr index 0da39fed6178..22576effe309 100644 --- a/www/py-httplib2/pkg-descr +++ b/www/py-httplib2/pkg-descr @@ -1,4 +1,4 @@ A comprehensive HTTP client library, httplib2.py supports many features left out of other HTTP libraries. -WWW: http://bitworking.org/projects/httplib2/ +WWW: http://code.google.com/p/httplib2/ |