pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/py-flask-testing Remove group and world writeable ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/619c57d2e0d9
branches:  trunk
changeset: 649612:619c57d2e0d9
user:      rodent <rodent%pkgsrc.org@localhost>
date:      Sun Apr 05 23:26:27 2015 +0000

description:
Remove group and world writeable permissions on files in ${EGG_INFODIR} in
post-install. Shown from build failure on OmniOS.

diffstat:

 www/py-flask-testing/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 976d84e2039a -r 619c57d2e0d9 www/py-flask-testing/Makefile
--- a/www/py-flask-testing/Makefile     Sun Apr 05 23:23:47 2015 +0000
+++ b/www/py-flask-testing/Makefile     Sun Apr 05 23:26:27 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2014/12/31 13:57:33 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2015/04/05 23:26:27 rodent Exp $
 
 DISTNAME=      Flask-Testing-0.4.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -14,5 +14,8 @@
 
 .include "options.mk"
 
+post-install:
+       ${CHMOD} go-w ${DESTDIR}${PREFIX}/${PYSITELIB}/${EGG_INFODIR}/*
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index