Date: Wed, 24 Jun 2015 18:03:06 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390510 - head/www/py-httplib2 Message-ID: <201506241803.t5OI366M090443@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed Jun 24 18:03:05 2015 New Revision: 390510 URL: https://svnweb.freebsd.org/changeset/ports/390510 Log: - Update to 0.9.1 - Add NO_ARCH Changes: https://github.com/jcgregorio/httplib2/releases Submitted by: sunpoet (myself) Approved by: lwhsu (maintainer) Modified: head/www/py-httplib2/Makefile head/www/py-httplib2/distinfo Modified: head/www/py-httplib2/Makefile ============================================================================== --- head/www/py-httplib2/Makefile Wed Jun 24 17:59:51 2015 (r390509) +++ head/www/py-httplib2/Makefile Wed Jun 24 18:03:05 2015 (r390510) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= httplib2 -PORTVERSION= 0.9 +PORTVERSION= 0.9.1 DISTVERSIONPREFIX= v CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,6 +12,7 @@ COMMENT= Comprehensive HTTP client libra LICENSE= MIT +NO_ARCH= yes USE_PYTHON= autoplist distutils USES= python Modified: head/www/py-httplib2/distinfo ============================================================================== --- head/www/py-httplib2/distinfo Wed Jun 24 17:59:51 2015 (r390509) +++ head/www/py-httplib2/distinfo Wed Jun 24 18:03:05 2015 (r390510) @@ -1,2 +1,2 @@ -SHA256 (jcgregorio-httplib2-v0.9_GH0.tar.gz) = 67168e0bb5d4cf255067ad303a1cc3a16424cee0770c60fdbfdc62a67bdeed01 -SIZE (jcgregorio-httplib2-v0.9_GH0.tar.gz) = 342800 +SHA256 (jcgregorio-httplib2-v0.9.1_GH0.tar.gz) = 677a7c0fb0bcb896db96b45163d94107f0d6236379ea76415fd9a0956e684758 +SIZE (jcgregorio-httplib2-v0.9.1_GH0.tar.gz) = 343945
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506241803.t5OI366M090443>