diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2013-09-23 06:58:36 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2013-09-23 06:58:36 +0000 |
commit | 0bc06e51a1b2697e7727af1fb9d01b2d810d3c44 (patch) | |
tree | 269c8d4433dd4c9efd54869e6e5fd0fb37af2608 /www | |
parent | fc3040d2825491b2d646d13ac04092408afac960 (diff) |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/py-httplib2/Makefile | 3 | ||||
-rw-r--r-- | www/py-httplib2/distinfo | 4 | ||||
-rw-r--r-- | www/py-httplib2/pkg-descr | 2 |
3 files changed, 5 insertions, 4 deletions
diff --git a/www/py-httplib2/Makefile b/www/py-httplib2/Makefile index 5326399e2085..397c2bcb1796 100644 --- a/www/py-httplib2/Makefile +++ b/www/py-httplib2/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= httplib2 -PORTVERSION= 0.7.6 +PORTVERSION= 0.8 CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,4 +16,5 @@ USE_PYTHON= yes USE_PYDISTUTILS= easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/www/py-httplib2/distinfo b/www/py-httplib2/distinfo index b1684c1efb62..ed87b958bddc 100644 --- a/www/py-httplib2/distinfo +++ b/www/py-httplib2/distinfo @@ -1,2 +1,2 @@ -SHA256 (httplib2-0.7.6.tar.gz) = baa7bf431fa9d3c1016562de717e1ebb322a99df72a2918f6b5b8f65fa65bc2e -SIZE (httplib2-0.7.6.tar.gz) = 141916 +SHA256 (httplib2-0.8.tar.gz) = af689bc3cb10a95721eb0d0cf806202a699e7799dacd3497f63b48b2ba429c3f +SIZE (httplib2-0.8.tar.gz) = 148284 diff --git a/www/py-httplib2/pkg-descr b/www/py-httplib2/pkg-descr index 22576effe309..d3e1a403e360 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://code.google.com/p/httplib2/ +WWW: http://code.google.com/p/httplib2/ |