pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-backports.ssl_match_hostname Fix files in ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3b8754cc468d
branches:  trunk
changeset: 371808:3b8754cc468d
user:      gson <gson%pkgsrc.org@localhost>
date:      Thu Nov 23 15:05:03 2017 +0000

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

diffstat:

 security/py-backports.ssl_match_hostname/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r e20a197416cb -r 3b8754cc468d security/py-backports.ssl_match_hostname/Makefile
--- a/security/py-backports.ssl_match_hostname/Makefile Thu Nov 23 15:00:01 2017 +0000
+++ b/security/py-backports.ssl_match_hostname/Makefile Thu Nov 23 15:05:03 2017 +0000
@@ -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 @@
 
 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