Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Aug 2024 00:40:17 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f17e4f2e04ee - main - devel/py-capstone: Update version 5.0.1=>5.0.2
Message-ID:  <202408170040.47H0eH18003903@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f17e4f2e04eee0bd8ea4bb3a0cc8051fdde7383b

commit f17e4f2e04eee0bd8ea4bb3a0cc8051fdde7383b
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-08-17 00:09:55 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-08-17 00:39:50 +0000

    devel/py-capstone: Update version 5.0.1=>5.0.2
    
    Changelog: https://github.com/capstone-engine/capstone/releases/tag/5.0.2
---
 devel/py-capstone/Makefile                             |  2 +-
 devel/py-capstone/distinfo                             |  6 +++---
 devel/py-capstone/files/patch-capstone_____init____.py | 10 ----------
 3 files changed, 4 insertions(+), 14 deletions(-)

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,5 +1,5 @@
 PORTNAME=	capstone
-DISTVERSION=	5.0.1
+DISTVERSION=	5.0.2
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
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'),
-               '',



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408170040.47H0eH18003903>