Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Jul 2023 19:01:21 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: 72bcb38f9cc9 - main - devel/capstone{5}: Update version 5.0-rc2=>5.0-p1
Message-ID:  <202307151901.36FJ1LSQ040942@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=72bcb38f9cc98b89af7166835d2da50ab8d6a04c

commit 72bcb38f9cc98b89af7166835d2da50ab8d6a04c
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-07-15 18:11:29 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-07-15 19:01:03 +0000

    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
---
 MOVED                                   | 1 +
 devel/Makefile                          | 2 +-
 devel/{capstone5 => capstone}/Makefile  | 3 +--
 devel/capstone/distinfo                 | 3 +++
 devel/{capstone5 => capstone}/pkg-descr | 0
 devel/{capstone5 => capstone}/pkg-plist | 2 ++
 devel/capstone5/distinfo                | 3 ---
 7 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/MOVED b/MOVED
index 093c6f03d39a..302ab1a59d7b 100644
--- a/MOVED
+++ b/MOVED
@@ -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
similarity index 94%
rename from devel/capstone5/Makefile
rename to 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
similarity index 100%
rename from devel/capstone5/pkg-descr
rename to devel/capstone/pkg-descr
diff --git a/devel/capstone5/pkg-plist b/devel/capstone/pkg-plist
similarity index 91%
rename from devel/capstone5/pkg-plist
rename to 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



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