[Midnightbsd-cvs] mports [20596] trunk/www/py-httplib2: update python httplib2 to 0.9.1
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Oct 31 15:07:23 EDT 2015
Revision: 20596
http://svnweb.midnightbsd.org/mports/?rev=20596
Author: laffer1
Date: 2015-10-31 15:07:23 -0400 (Sat, 31 Oct 2015)
Log Message:
-----------
update python httplib2 to 0.9.1
Modified Paths:
--------------
trunk/www/py-httplib2/Makefile
trunk/www/py-httplib2/distinfo
Modified: trunk/www/py-httplib2/Makefile
===================================================================
--- trunk/www/py-httplib2/Makefile 2015-10-31 19:05:46 UTC (rev 20595)
+++ trunk/www/py-httplib2/Makefile 2015-10-31 19:07:23 UTC (rev 20596)
@@ -1,10 +1,9 @@
# $MidnightBSD$
PORTNAME= httplib2
-PORTVERSION= 0.8
-PORTREVISION= 1
+PORTVERSION= 0.9.1
+DISTVERSIONPREFIX= v
CATEGORIES= www python
-MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports at MidnightBSD.org
@@ -12,14 +11,11 @@
LICENSE= mit
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
+NO_ARCH= yes
+USE_PYTHON= autoplist distutils
+USES= python
-.include <bsd.port.pre.mk>
+USE_GITHUB= yes
+GH_ACCOUNT= jcgregorio
-post-patch:
- ${FIND} ${WRKSRC} -type f -exec ${CHMOD} 644 {} \;
- ${FIND} ${WRKSRC} -type d -exec ${CHMOD} 755 {} \;
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: trunk/www/py-httplib2/distinfo
===================================================================
--- trunk/www/py-httplib2/distinfo 2015-10-31 19:05:46 UTC (rev 20595)
+++ trunk/www/py-httplib2/distinfo 2015-10-31 19:07:23 UTC (rev 20596)
@@ -1,2 +1,2 @@
-SHA256 (httplib2-0.8.tar.gz) = af689bc3cb10a95721eb0d0cf806202a699e7799dacd3497f63b48b2ba429c3f
-SIZE (httplib2-0.8.tar.gz) = 148284
+SHA256 (httplib2-v0.9.1_GH0.tar.gz) = 677a7c0fb0bcb896db96b45163d94107f0d6236379ea76415fd9a0956e684758
+SIZE (httplib2-v0.9.1_GH0.tar.gz) = 343945
More information about the Midnightbsd-cvs
mailing list