diff --git a/devel/py-capstone/Makefile b/devel/py-capstone/Makefile index 9d210daa22a0..4c5f34c185c7 100644 --- a/devel/py-capstone/Makefile +++ b/devel/py-capstone/Makefile @@ -1,27 +1,27 @@ PORTNAME= capstone -DISTVERSION= 5.0.1 +DISTVERSION= 5.0.2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DIST_SUBDIR= python # Conflicts with devel/capstone distfile MAINTAINER= bofh@FreeBSD.org COMMENT= Python bindings for the Capstone Disassembly Engine WWW= https://www.capstone-engine.org LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.TXT LIB_DEPENDS= libcapstone.so:devel/capstone USES= cpe python CPE_VENDOR= ${PORTNAME}-engine USE_PYTHON= autoplist distutils MAKE_ENV+= LIBCAPSTONE_PATH= # Prevent bundled libcapstone from being built NO_ARCH= yes post-patch: @${REINPLACE_CMD} 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/capstone/__init__.py .include diff --git a/devel/py-capstone/distinfo b/devel/py-capstone/distinfo index e68b82f94095..5a113d3d397a 100644 --- a/devel/py-capstone/distinfo +++ b/devel/py-capstone/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1692762997 -SHA256 (python/capstone-5.0.1.tar.gz) = 740afacc29861db591316beefe30df382c4da08dcb0345a0d10f0cac4f8b1ee2 -SIZE (python/capstone-5.0.1.tar.gz) = 2929485 +TIMESTAMP = 1723853231 +SHA256 (python/capstone-5.0.2.tar.gz) = 2bcebb5746027fbd082b5392c9f56c9f5645bdf11555fff70eedb6ed724f4d5d +SIZE (python/capstone-5.0.2.tar.gz) = 2943487 diff --git a/devel/py-capstone/files/patch-capstone_____init____.py b/devel/py-capstone/files/patch-capstone_____init____.py deleted file mode 100644 index ee467307a16a..000000000000 --- a/devel/py-capstone/files/patch-capstone_____init____.py +++ /dev/null @@ -1,10 +0,0 @@ ---- capstone/__init__.py.orig 2018-07-18 16:17:10 UTC -+++ capstone/__init__.py -@@ -236,6 +236,7 @@ _cs = None - # - last-gasp attempt at some hardcoded paths on darwin and linux - - _path_list = [os.getenv('LIBCAPSTONE_PATH', None), -+ '%%LOCALBASE%%/lib', - pkg_resources.resource_filename(__name__, 'lib'), - join(split(__file__)[0], 'lib'), - '',