pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/dotconf



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jun  9 17:17:25 UTC 2026

Modified Files:
        pkgsrc/devel/dotconf: Makefile distinfo

Log Message:
dotconf: update to 1.4.1.

14 years since 1.3 release, no summary found.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/dotconf/Makefile \
    pkgsrc/devel/dotconf/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/dotconf/Makefile
diff -u pkgsrc/devel/dotconf/Makefile:1.4 pkgsrc/devel/dotconf/Makefile:1.5
--- pkgsrc/devel/dotconf/Makefile:1.4   Mon Jul 25 11:12:21 2022
+++ pkgsrc/devel/dotconf/Makefile       Tue Jun  9 17:17:25 2026
@@ -1,17 +1,22 @@
-# $NetBSD: Makefile,v 1.4 2022/07/25 11:12:21 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2026/06/09 17:17:25 wiz Exp $
 
-DISTNAME=      dotconf-1.3
+DISTNAME=      dotconf-1.4.1
 CATEGORIES=    devel
-MASTER_SITES=  http://files.opentts.org/dotconf/
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=williamh/}
+GITHUB_TAG=    v${PKGVERSION_NOREV}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-#HOMEPAGE=     http://www.opentts.org/projects/dotconf
+HOMEPAGE=      https://github.com/williamh/dotconf
 COMMENT=       Simple-to-use and powerful configuration-file parser library
 LICENSE=       gnu-gpl-v2
 
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
+USE_TOOLS+=    autoconf automake autoreconf
 
 PKGCONFIG_OVERRIDE+=   dotconf.pc.in
 
+pre-configure:
+       cd ${WRKSRC} && autoreconf -fiv
+
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/dotconf/distinfo
diff -u pkgsrc/devel/dotconf/distinfo:1.4 pkgsrc/devel/dotconf/distinfo:1.5
--- pkgsrc/devel/dotconf/distinfo:1.4   Tue Oct 26 10:14:34 2021
+++ pkgsrc/devel/dotconf/distinfo       Tue Jun  9 17:17:25 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 10:14:34 nia Exp $
+$NetBSD: distinfo,v 1.5 2026/06/09 17:17:25 wiz Exp $
 
-BLAKE2s (dotconf-1.3.tar.gz) = 804986a5195cd005af5ce391e34018270cb00c54f0067c3cede82f1c2fa19218
-SHA512 (dotconf-1.3.tar.gz) = 58d9bc39874d0062669c706ff7e653540657772c81061dcf2f61ef7a0265c8be5a2f34d4e3850d1be7a57906a33c799cd00d3849a16b95757095ec183e1a2d51
-Size (dotconf-1.3.tar.gz) = 333310 bytes
+BLAKE2s (dotconf-1.4.1.tar.gz) = 58c4319f07790b8cd91b0faf791db31efa662a78830f1ea9a493ed0237ffd3cf
+SHA512 (dotconf-1.4.1.tar.gz) = a6cada8621295b268d4b4fd85bc0c207e78324c9e84754ead2fdf6c1598ec8bdf626f9c24e66063d921c95d73e83b50ab50416a9b4c9a7a631392552ec46f55a
+Size (dotconf-1.4.1.tar.gz) = 46565 bytes



Home | Main Index | Thread Index | Old Index