pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-manticore
Module Name: pkgsrc
Committed By: khorben
Date: Tue Mar 13 00:58:35 UTC 2018
Modified Files:
pkgsrc/devel/py-manticore: Makefile
Log Message:
devel/py-manticore really depends on the Python bindings for math/z3
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-manticore/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-manticore/Makefile
diff -u pkgsrc/devel/py-manticore/Makefile:1.4 pkgsrc/devel/py-manticore/Makefile:1.5
--- pkgsrc/devel/py-manticore/Makefile:1.4 Mon Feb 26 02:31:34 2018
+++ pkgsrc/devel/py-manticore/Makefile Tue Mar 13 00:58:35 2018
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2018/02/26 02:31:34 khorben Exp $
+# $NetBSD: Makefile,v 1.5 2018/03/13 00:58:35 khorben Exp $
DISTNAME= manticore-${GITHUB_TAG}
PKGNAME= ${PYPKGPREFIX}-${EGG_NAME}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=trailofbits/}
GITHUB_PROJECT= manticore
@@ -16,7 +16,7 @@ LICENSE= apache-2.0
DEPENDS+= ${PYPKGPREFIX}-capstone-[0-9]*:../../devel/py-capstone
DEPENDS+= ${PYPKGPREFIX}-ply-[0-9]*:../../devel/py-ply
DEPENDS+= ${PYPKGPREFIX}-unicorn-[0-9]*:../../emulators/py-unicorn
-DEPENDS+= z3-[0-9]*:../../math/z3
+DEPENDS+= ${PYPKGPREFIX}-z3-[0-9]*:../../math/py-z3
PYTHON_VERSIONS_ACCEPTED= 27
Home |
Main Index |
Thread Index |
Old Index