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: Thu Feb 22 23:41:31 UTC 2018
Modified Files:
pkgsrc/devel/py-manticore: Makefile
Log Message:
Register missing dependency on math/z3
Bumps PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.1 pkgsrc/devel/py-manticore/Makefile:1.2
--- pkgsrc/devel/py-manticore/Makefile:1.1 Thu Feb 22 22:35:25 2018
+++ pkgsrc/devel/py-manticore/Makefile Thu Feb 22 23:41:31 2018
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2018/02/22 22:35:25 khorben Exp $
+# $NetBSD: Makefile,v 1.2 2018/02/22 23:41:31 khorben Exp $
DISTNAME= manticore-${GITHUB_TAG}
PKGNAME= ${PYPKGPREFIX}-${EGG_NAME}
+PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=trailofbits/}
GITHUB_PROJECT= manticore
@@ -15,6 +16,7 @@ LICENSE= apache-2.0
DEPENDS+= ${PYPKGPREFIX}-capstone-[0-9]*:../../devel/py-capstone
DEPENDS+= ${PYPKGPREFIX}-ply-[0-9]*:../../devel/py-ply
DEPENDS+= unicorn-[0-9]*:../../emulators/unicorn
+DEPENDS+= z3-[0-9]*:../../math/z3
PYTHON_VERSIONS_ACCEPTED= 27
Home |
Main Index |
Thread Index |
Old Index