pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-pip



Module Name:    pkgsrc
Committed By:   hauke
Date:           Mon May 28 07:46:58 UTC 2018

Modified Files:
        pkgsrc/devel/py-pip: Makefile

Log Message:
Do not attempt to install world-writable files.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/py-pip/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-pip/Makefile
diff -u pkgsrc/devel/py-pip/Makefile:1.23 pkgsrc/devel/py-pip/Makefile:1.24
--- pkgsrc/devel/py-pip/Makefile:1.23   Wed Apr 25 07:06:36 2018
+++ pkgsrc/devel/py-pip/Makefile        Mon May 28 07:46:58 2018
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2018/04/25 07:06:36 adam Exp $
+# $NetBSD: Makefile,v 1.24 2018/05/28 07:46:58 hauke Exp $
 
 DISTNAME=      pip-10.0.1
+PKGREVISION=   1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pip/}
@@ -19,6 +20,8 @@ REPLACE_PYTHON+=      src/pip/_vendor/request
 
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && ${RM} -f pip pip[2-3]
+       cd ${DESTDIR}${PREFIX}/${PYSITELIB}/pip/_vendor && \
+               chmod -R go-w .
 
 # no tests included
 do-test:



Home | Main Index | Thread Index | Old Index