pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-crack



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Jan 22 14:28:27 UTC 2022

Modified Files:
        pkgsrc/security/py-crack: Makefile PLIST

Log Message:
py-crack: fix PLIST for python 2.7


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/security/py-crack/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/py-crack/PLIST

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-crack/Makefile
diff -u pkgsrc/security/py-crack/Makefile:1.15 pkgsrc/security/py-crack/Makefile:1.16
--- pkgsrc/security/py-crack/Makefile:1.15      Mon Jan 10 08:59:05 2022
+++ pkgsrc/security/py-crack/Makefile   Sat Jan 22 14:28:27 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2022/01/10 08:59:05 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2022/01/22 14:28:27 wiz Exp $
 
 DISTNAME=      pycrack-0.01
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:C/py//}
@@ -13,7 +13,11 @@ LICENSE=     gnu-gpl-v2
 
 DEPENDS+=                      crack>=5.0:../../security/crack
 
+.include "../../lang/python/pyversion.mk"
+
+.if ${PYPKGPREFIX} != "py27"
 EGG_NAME=      pycrack-0.1
+.endif
 
 .include "../../lang/python/egg.mk"
 .include "../../security/libcrack/buildlink3.mk"

Index: pkgsrc/security/py-crack/PLIST
diff -u pkgsrc/security/py-crack/PLIST:1.5 pkgsrc/security/py-crack/PLIST:1.6
--- pkgsrc/security/py-crack/PLIST:1.5  Mon Jan 10 21:29:45 2022
+++ pkgsrc/security/py-crack/PLIST      Sat Jan 22 14:28:27 2022
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.5 2022/01/10 21:29:45 wiz Exp $
+@comment $NetBSD: PLIST,v 1.6 2022/01/22 14:28:27 wiz Exp $
+${PLIST.py2x}${PYSITELIB}/${EGG_INFODIR}
 ${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt



Home | Main Index | Thread Index | Old Index