diff options
| author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-07-15 18:11:29 +0000 |
|---|---|---|
| committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-07-15 19:01:03 +0000 |
| commit | 72bcb38f9cc98b89af7166835d2da50ab8d6a04c (patch) | |
| tree | 6584a20c14a6357e645de34fb9576d2503131754 | |
| parent | e26b1dfaf11d39bbae4707bc6af1011d451f89de (diff) | |
devel/capstone{5}: Update version 5.0-rc2=>5.0-p1
- Move the port devel/capstone5 to devel/capstone. As this is the latest
upstream version keep this without any pkgnamesuffix.
Changelog:
https://github.com/capstone-engine/capstone/releases/tag/5.0-post1
| -rw-r--r-- | MOVED | 1 | ||||
| -rw-r--r-- | devel/Makefile | 2 | ||||
| -rw-r--r-- | devel/capstone/Makefile (renamed from devel/capstone5/Makefile) | 3 | ||||
| -rw-r--r-- | devel/capstone/distinfo | 3 | ||||
| -rw-r--r-- | devel/capstone/pkg-descr (renamed from devel/capstone5/pkg-descr) | 0 | ||||
| -rw-r--r-- | devel/capstone/pkg-plist (renamed from devel/capstone5/pkg-plist) | 2 | ||||
| -rw-r--r-- | devel/capstone5/distinfo | 3 |
7 files changed, 8 insertions, 6 deletions
@@ -7773,3 +7773,4 @@ net/rubygem-net-ldap017|net/rubygem-net-ldap|2023-07-09|Remove obsoleted port. U textproc/rubygem-nokogiri114|textproc/rubygem-nokogiri|2023-07-09|Remove obsoleted port. Use textproc/rubygem-nokogiri instead japanese/kterm||2023-07-12|Has expired: Last upstream release was in 2011 graphics/gmic-qt@krita|graphics/krita-gmic-plugin|2023-07-14|Forked to a seperate project +devel/capstone5|devel/capstone|2023-07-15|Keep the latest version without any pkgnamesufix diff --git a/devel/Makefile b/devel/Makefile index b7994f1f665c..6c0843c1c908 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -330,9 +330,9 @@ SUBDIR += caliper SUBDIR += capnproto SUBDIR += capnproto080 + SUBDIR += capstone SUBDIR += capstone3 SUBDIR += capstone4 - SUBDIR += capstone5 SUBDIR += cargo-bloat SUBDIR += cargo-c SUBDIR += cargo-generate diff --git a/devel/capstone5/Makefile b/devel/capstone/Makefile index 5805bd02bc96..6087d45a615b 100644 --- a/devel/capstone5/Makefile +++ b/devel/capstone/Makefile @@ -1,7 +1,6 @@ PORTNAME= capstone -DISTVERSION= 5.0-rc2 +DISTVERSION= 5.0-post1 CATEGORIES= devel -PKGNAMESUFFIX= 5 MAINTAINER= bofh@FreeBSD.org COMMENT= Multi-platform, multi-architecture disassembly framework diff --git a/devel/capstone/distinfo b/devel/capstone/distinfo new file mode 100644 index 000000000000..f72f66c98a90 --- /dev/null +++ b/devel/capstone/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1689444158 +SHA256 (capstone-engine-capstone-5.0-post1_GH0.tar.gz) = 3eedb7232a839bea7654fe5094e539a4792dd6cf64dd50fa8574dc953aaa69fc +SIZE (capstone-engine-capstone-5.0-post1_GH0.tar.gz) = 7636912 diff --git a/devel/capstone5/pkg-descr b/devel/capstone/pkg-descr index 588652e4936d..588652e4936d 100644 --- a/devel/capstone5/pkg-descr +++ b/devel/capstone/pkg-descr diff --git a/devel/capstone5/pkg-plist b/devel/capstone/pkg-plist index 03c703f95d15..0a2fff278382 100644 --- a/devel/capstone5/pkg-plist +++ b/devel/capstone/pkg-plist @@ -11,9 +11,11 @@ include/capstone/mos65xx.h include/capstone/platform.h include/capstone/ppc.h include/capstone/riscv.h +include/capstone/sh.h include/capstone/sparc.h include/capstone/systemz.h include/capstone/tms320c64x.h +include/capstone/tricore.h include/capstone/wasm.h include/capstone/x86.h include/capstone/xcore.h diff --git a/devel/capstone5/distinfo b/devel/capstone5/distinfo deleted file mode 100644 index 8d93d1371017..000000000000 --- a/devel/capstone5/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1647203530 -SHA256 (capstone-engine-capstone-5.0-rc2_GH0.tar.gz) = 869d94813a887329bc11b4bf1f4410a7a2b7f270176439e90b158127d5a215dd -SIZE (capstone-engine-capstone-5.0-rc2_GH0.tar.gz) = 5761725 |
