pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-manticore Register missing dependency on math/z3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/488295e4f407
branches:  trunk
changeset: 375841:488295e4f407
user:      khorben <khorben%pkgsrc.org@localhost>
date:      Thu Feb 22 23:41:31 2018 +0000

description:
Register missing dependency on math/z3

Bumps PKGREVISION.

diffstat:

 devel/py-manticore/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r d1241421d4b1 -r 488295e4f407 devel/py-manticore/Makefile
--- a/devel/py-manticore/Makefile       Thu Feb 22 22:38:06 2018 +0000
+++ b/devel/py-manticore/Makefile       Thu Feb 22 23:41:31 2018 +0000
@@ -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 @@
 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