Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Apr 2026 00:03:26 +0000
From:      Robert Clausecker <fuz@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Cc:        Stefan Schlosser <bsdcode@disroot.org>
Subject:   git: 7bcd265a390d - main - devel/libchdr: update to 0.3.0
Message-ID:  <69eea7ce.1e882.c17de69@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by fuz:

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

commit 7bcd265a390de8e92acac3b16cef3136cc6c8efd
Author:     Stefan Schlosser <bsdcode@disroot.org>
AuthorDate: 2026-04-26 10:34:43 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2026-04-27 00:01:09 +0000

    devel/libchdr: update to 0.3.0
    
    * This is the first formally tagged release version. The port can switch
      to using release tags instead of commit hashes.
    
    * Replace hardcoded SOVERSION in pkg-plist with the DISTVERSION-derived
      value.
    
    Changelog: https://github.com/rtissera/libchdr/releases/tag/v0.3.0
    
    PR:             294810
    Event:          Wiesbaden Hackathon 202604
---
 devel/libchdr/Makefile  | 6 ++++--
 devel/libchdr/distinfo  | 6 +++---
 devel/libchdr/pkg-plist | 2 +-
 3 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/devel/libchdr/Makefile b/devel/libchdr/Makefile
index 8b2a6764d6cc..6bb61aa2e0d9 100644
--- a/devel/libchdr/Makefile
+++ b/devel/libchdr/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	libchdr
-DISTVERSION=	g20260310
+DISTVERSIONPREFIX=	v
+DISTVERSION=	0.3.0
 CATEGORIES=	devel
 
 MAINTAINER=	bsdcode@disroot.org
@@ -15,7 +16,6 @@ USES=		cmake pathfix
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	rtissera
-GH_TAGNAME=	7715de1
 
 USE_LDCONFIG=	yes
 
@@ -27,6 +27,8 @@ EXTRACT_AFTER_ARGS=	--exclude ${GH_PROJECT_DEFAULT}-${GH_TAGNAME_EXTRACT}/deps/m
 			--exclude ${GH_PROJECT_DEFAULT}-${GH_TAGNAME_EXTRACT}/deps/zstd* \
 			--no-same-owner --no-same-permissions
 
+PLIST_SUB=	SOVERSION=${DISTVERSION:R}
+
 OPTIONS_DEFINE=		LTO
 OPTIONS_DEFAULT=	LTO
 
diff --git a/devel/libchdr/distinfo b/devel/libchdr/distinfo
index 8e4816c12b5d..6f74ed5d52d7 100644
--- a/devel/libchdr/distinfo
+++ b/devel/libchdr/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1774783000
-SHA256 (rtissera-libchdr-g20260310-7715de1_GH0.tar.gz) = fc58712b0292fe823f64fffdf09ddfb273d8b8b227a9a3924152ae93442ab609
-SIZE (rtissera-libchdr-g20260310-7715de1_GH0.tar.gz) = 515515
+TIMESTAMP = 1777198085
+SHA256 (rtissera-libchdr-v0.3.0_GH0.tar.gz) = 313f6bf5537e2494daa3daa8a931a2536fc4f2b8312c07e3c3d5324d2052fa20
+SIZE (rtissera-libchdr-v0.3.0_GH0.tar.gz) = 520105
diff --git a/devel/libchdr/pkg-plist b/devel/libchdr/pkg-plist
index 85eff9ccbe8a..68215b9fac9b 100644
--- a/devel/libchdr/pkg-plist
+++ b/devel/libchdr/pkg-plist
@@ -10,5 +10,5 @@ lib/libchdr-static.a
 lib/libchdr.a
 lib/libchdr.so
 lib/libchdr.so.0
-lib/libchdr.so.0.2
+lib/libchdr.so.%%SOVERSION%%
 libdata/pkgconfig/libchdr.pc


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69eea7ce.1e882.c17de69>