Index: head/www/py-httplib2/Makefile =================================================================== --- head/www/py-httplib2/Makefile (revision 414693) +++ head/www/py-httplib2/Makefile (revision 414694) @@ -1,22 +1,19 @@ # Created by: Li-Wen Hsu # $FreeBSD$ PORTNAME= httplib2 -PORTVERSION= 0.9.1 -DISTVERSIONPREFIX= v +PORTVERSION= 0.9.2 CATEGORIES= www python +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= lwhsu@FreeBSD.org COMMENT= Comprehensive HTTP client library LICENSE= MIT NO_ARCH= yes USE_PYTHON= autoplist distutils USES= python - -USE_GITHUB= yes -GH_ACCOUNT= jcgregorio .include Index: head/www/py-httplib2/distinfo =================================================================== --- head/www/py-httplib2/distinfo (revision 414693) +++ head/www/py-httplib2/distinfo (revision 414694) @@ -1,2 +1,2 @@ -SHA256 (jcgregorio-httplib2-v0.9.1_GH0.tar.gz) = 677a7c0fb0bcb896db96b45163d94107f0d6236379ea76415fd9a0956e684758 -SIZE (jcgregorio-httplib2-v0.9.1_GH0.tar.gz) = 343945 +SHA256 (httplib2-0.9.2.tar.gz) = c3aba1c9539711551f4d83e857b316b5134a1c4ddce98a875b7027be7dd6d988 +SIZE (httplib2-0.9.2.tar.gz) = 205165 Index: head/www/py-httplib2/pkg-descr =================================================================== --- head/www/py-httplib2/pkg-descr (revision 414693) +++ head/www/py-httplib2/pkg-descr (revision 414694) @@ -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: https://github.com/httplib2/httplib2