From 9a9597d501bf041b42bd459a675b73660c8650f0 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 28 Aug 2015 10:51:42 +0000 Subject: [PATCH] Fix permissions on egg info files. Add link to bug report. Update HOMEPAGE. Bump PKGREVISION. --- devel/py-google-apputils/Makefile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/devel/py-google-apputils/Makefile b/devel/py-google-apputils/Makefile index e2a46f4f8451..e356e6f45b4b 100644 --- a/devel/py-google-apputils/Makefile +++ b/devel/py-google-apputils/Makefile @@ -1,16 +1,21 @@ -# $NetBSD: Makefile,v 1.1 2015/06/24 17:59:19 khorben Exp $ +# $NetBSD: Makefile,v 1.2 2015/08/28 10:51:42 wiz Exp $ DISTNAME= google-apputils-0.4.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= https://pypi.python.org/packages/source/g/google-apputils/ MAINTAINER= khorben@defora.org -HOMEPAGE= http://code.google.com/p/google-apputils-python/ +HOMEPAGE= https://github.com/google/google-apputils COMMENT= Google Application Utilities for Python LICENSE= apache-2.0 PYTHON_VERSIONS_INCOMPATIBLE= 33 34 +# https://github.com/google/google-apputils/issues/4 +post-extract: + ${CHMOD} 644 ${WRKSRC}/google_apputils.egg-info/* + .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk"