pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc
Module Name: pkgsrc
Committed By: nikita
Date: Tue Jun 16 11:34:40 UTC 2020
Modified Files:
pkgsrc/devel/py-pyutil: Makefile
pkgsrc/security/passphrase: Makefile
Log Message:
py-pyutil, passphrase: Add CONFLICTS entry.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/py-pyutil/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/passphrase/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-pyutil/Makefile
diff -u pkgsrc/devel/py-pyutil/Makefile:1.22 pkgsrc/devel/py-pyutil/Makefile:1.23
--- pkgsrc/devel/py-pyutil/Makefile:1.22 Mon Aug 26 13:47:24 2019
+++ pkgsrc/devel/py-pyutil/Makefile Tue Jun 16 11:34:40 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2019/08/26 13:47:24 adam Exp $
+# $NetBSD: Makefile,v 1.23 2020/06/16 11:34:40 nikita Exp $
DISTNAME= pyutil-3.3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -16,6 +16,8 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-twisted>=1
USE_LANGUAGES= # none
+CONFLICTS+= passphrase-[0-9]*
+
post-extract:
${FIND} ${WRKSRC} -name __pycache__ -or -name '*.pyc' -exec ${RM} -R {} +
Index: pkgsrc/security/passphrase/Makefile
diff -u pkgsrc/security/passphrase/Makefile:1.2 pkgsrc/security/passphrase/Makefile:1.3
--- pkgsrc/security/passphrase/Makefile:1.2 Tue Jun 16 11:02:44 2020
+++ pkgsrc/security/passphrase/Makefile Tue Jun 16 11:34:40 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/06/16 11:02:44 nikita Exp $
+# $NetBSD: Makefile,v 1.3 2020/06/16 11:34:40 nikita Exp $
DISTNAME= 1.0.0
PKGNAME= passphrase-1.0.0
@@ -13,6 +13,9 @@ LICENSE= mit
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
+.include "../../lang/python/egg.mk"
+CONFLICTS+= ${PYPKGPREFIX}-pyutil-[0-9]*
+
SUBST_CLASSES+= mandir
SUBST_STAGE.mandir= pre-build
SUBST_MESSAGE.mandir= replacing mandir location
Home |
Main Index |
Thread Index |
Old Index