Date: Sat, 7 May 2016 05:28:39 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414754 - head/www/py-httplib2 Message-ID: <201605070528.u475Sdlk065390@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sat May 7 05:28:39 2016 New Revision: 414754 URL: https://svnweb.freebsd.org/changeset/ports/414754 Log: Allow use as a regular user Reported by: pkg-fallout Modified: head/www/py-httplib2/Makefile Modified: head/www/py-httplib2/Makefile ============================================================================== --- head/www/py-httplib2/Makefile Sat May 7 03:28:18 2016 (r414753) +++ head/www/py-httplib2/Makefile Sat May 7 05:28:39 2016 (r414754) @@ -3,6 +3,7 @@ PORTNAME= httplib2 PORTVERSION= 0.9.2 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,4 +17,7 @@ NO_ARCH= yes USE_PYTHON= autoplist distutils USES= python +post-extract: + @${CHMOD} -R a+rX ${WRKSRC} + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605070528.u475Sdlk065390>