pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-manticore Correct the dependency on unicorn
details: https://anonhg.NetBSD.org/pkgsrc/rev/dafa0bea7f8a
branches: trunk
changeset: 376139:dafa0bea7f8a
user: khorben <khorben%pkgsrc.org@localhost>
date: Mon Feb 26 02:31:34 2018 +0000
description:
Correct the dependency on unicorn
Manticore really depends on the Python bindings for Unicorn.
Bumps PKGREVISION.
diffstat:
devel/py-manticore/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (22 lines):
diff -r 112eca446abd -r dafa0bea7f8a devel/py-manticore/Makefile
--- a/devel/py-manticore/Makefile Mon Feb 26 02:25:57 2018 +0000
+++ b/devel/py-manticore/Makefile Mon Feb 26 02:31:34 2018 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2018/02/25 21:58:48 khorben Exp $
+# $NetBSD: Makefile,v 1.4 2018/02/26 02:31:34 khorben Exp $
DISTNAME= manticore-${GITHUB_TAG}
PKGNAME= ${PYPKGPREFIX}-${EGG_NAME}
+PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=trailofbits/}
GITHUB_PROJECT= manticore
@@ -14,7 +15,7 @@
DEPENDS+= ${PYPKGPREFIX}-capstone-[0-9]*:../../devel/py-capstone
DEPENDS+= ${PYPKGPREFIX}-ply-[0-9]*:../../devel/py-ply
-DEPENDS+= unicorn-[0-9]*:../../emulators/unicorn
+DEPENDS+= ${PYPKGPREFIX}-unicorn-[0-9]*:../../emulators/py-unicorn
DEPENDS+= z3-[0-9]*:../../math/z3
PYTHON_VERSIONS_ACCEPTED= 27
Home |
Main Index |
Thread Index |
Old Index