git: 79e7792d2c8f - main - devel/libscfg: Update to 0.2.0 and take maintainership
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 10 Feb 2026 07:48:45 UTC
The branch main has been updated by tagattie:
URL: https://cgit.FreeBSD.org/ports/commit/?id=79e7792d2c8fe1a76d57a0f87ec802b765420831
commit 79e7792d2c8fe1a76d57a0f87ec802b765420831
Author: Hiroki Tagato <tagattie@FreeBSD.org>
AuthorDate: 2026-02-10 05:49:50 +0000
Commit: Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2026-02-10 07:48:37 +0000
devel/libscfg: Update to 0.2.0 and take maintainership
While here, update MASTER_SITES and WWW.
Changelog: https://codeberg.org/emersion/libscfg/compare/v0.1.1...v0.2.0
---
devel/libscfg/Makefile | 12 ++++++++----
devel/libscfg/distinfo | 6 +++---
2 files changed, 11 insertions(+), 7 deletions(-)
diff --git a/devel/libscfg/Makefile b/devel/libscfg/Makefile
index 84b2b523bff5..358b43e888c4 100644
--- a/devel/libscfg/Makefile
+++ b/devel/libscfg/Makefile
@@ -1,20 +1,24 @@
PORTNAME= libscfg
DISTVERSIONPREFIX= v
-DISTVERSION= 0.1.1
+DISTVERSION= 0.2.0
CATEGORIES= devel
-MASTER_SITES= https://git.sr.ht/~emersion/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/
+MASTER_SITES= https://codeberg.org/emersion/${PORTNAME}/releases/download/${DISTVERSIONFULL}/
+DISTNAME= ${PORTNAME}-${DISTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= tagattie@FreeBSD.org
COMMENT= C library for a simple configuration file format
-WWW= https://sr.ht/~emersion/libscfg/
+WWW= https://codeberg.org/emersion/libscfg
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= meson pkgconfig
USE_LDCONFIG= yes
+
PLIST_FILES= include/${PORTNAME:S/lib//}.h \
lib/${PORTNAME}.so \
+ lib/${PORTNAME}.so.${DISTVERSION} \
+ lib/${PORTNAME}.so.2 \
libdata/pkgconfig/${PORTNAME:S/lib//}.pc
.include <bsd.port.mk>
diff --git a/devel/libscfg/distinfo b/devel/libscfg/distinfo
index 32dd7e634362..9b870a637236 100644
--- a/devel/libscfg/distinfo
+++ b/devel/libscfg/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1706867836
-SHA256 (libscfg-v0.1.1.tar.gz) = 621a91bf233176e0052e9444f0a42696ad1bfda24b25c027c99cb6e693f273d7
-SIZE (libscfg-v0.1.1.tar.gz) = 4081
+TIMESTAMP = 1770700738
+SHA256 (libscfg-0.2.0.tar.gz) = 18bf24666aa77b12347b6dffeec32b2e7d24719698041c372ab27da80d16150c
+SIZE (libscfg-0.2.0.tar.gz) = 5312