pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-backports.ssl_match_hostname



Module Name:    pkgsrc
Committed By:   gson
Date:           Thu Nov 23 15:05:03 UTC 2017

Modified Files:
        pkgsrc/security/py-backports.ssl_match_hostname: Makefile

Log Message:
Fix files in .destdir but not in PLIST, modelled after
devel/py-backports.functools_lru_cache.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 \
    pkgsrc/security/py-backports.ssl_match_hostname/Makefile

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

Modified files:

Index: pkgsrc/security/py-backports.ssl_match_hostname/Makefile
diff -u pkgsrc/security/py-backports.ssl_match_hostname/Makefile:1.8 pkgsrc/security/py-backports.ssl_match_hostname/Makefile:1.9
--- pkgsrc/security/py-backports.ssl_match_hostname/Makefile:1.8        Wed Nov 22 11:00:24 2017
+++ pkgsrc/security/py-backports.ssl_match_hostname/Makefile    Thu Nov 23 15:05:03 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2017/11/22 11:00:24 markd Exp $
+# $NetBSD: Makefile,v 1.9 2017/11/23 15:05:03 gson Exp $
 
 DISTNAME=      backports.ssl_match_hostname-3.5.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -15,5 +15,8 @@ DEPENDS+=     ${PYPKGPREFIX}-backports-[0-9]
 
 PYTHON_VERSIONS_INCOMPATIBLE=  34 35 36 # included in 3.2+
 
+post-install:
+       rm ${DESTDIR}${PREFIX}/${PYSITELIB}/backports/__init__.*
+
 .include "../../lang/python/distutils.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index