aboutsummaryrefslogtreecommitdiff
path: root/security/py-angr
diff options
context:
space:
mode:
authorGuangyuan Yang <ygy@FreeBSD.org>2021-04-29 17:48:52 +0000
committerGuangyuan Yang <ygy@FreeBSD.org>2021-04-29 17:53:44 +0000
commit5c99e255148f3ae5601582c3dc3dd08222dd43e6 (patch)
treec8b97f2bd48fb65cd448ce77676800c098ee8758 /security/py-angr
parent751545cdf6de2a9a1f18fb718906ace77d093b62 (diff)
downloadports-5c99e255148f3ae5601582c3dc3dd08222dd43e6.tar.gz
ports-5c99e255148f3ae5601582c3dc3dd08222dd43e6.zip
Unbreak ports after devel/py-gitpython's PORTNAME change
PR: 255489 Fixes: f133c410c6d97254810f4f0fbd329e42b9eaf3a1 Approved by: lwhsu, portmgr (blanket) Differential Revision: https://reviews.freebsd.org/D30039
Diffstat (limited to 'security/py-angr')
-rw-r--r--security/py-angr/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/py-angr/Makefile b/security/py-angr/Makefile
index be4d764390d7..6c60d4343227 100644
--- a/security/py-angr/Makefile
+++ b/security/py-angr/Makefile
@@ -1,6 +1,7 @@
PORTNAME= angr
DISTVERSIONPREFIX= v
DISTVERSION= ${ANGR_VERSION}
+PORTREVISION= 1
CATEGORIES= security devel python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -22,7 +23,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ailment>=${ANGR_VERSION}:security/py-ailment
${PYTHON_PKGNAMEPREFIX}cle>=${ANGR_VERSION}:devel/py-cle@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}cppheaderparser>=0:devel/py-cppheaderparser@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dpkt>=0:net/py-dpkt@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}GitPython>=0:devel/py-gitpython@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}gitpython>=0:devel/py-gitpython@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}itanium_demangler>=0:devel/py-itanium_demangler@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}mulpyplexer>=0:devel/py-mulpyplexer@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}networkx>=2.0:math/py-networkx@${PY_FLAVOR} \