pkgsrc-Changes archive

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

CVS commit: pkgsrc/pkgtools/pkgchkxx



Module Name:    pkgsrc
Committed By:   pho
Date:           Thu Oct  2 03:08:42 UTC 2025

Modified Files:
        pkgsrc/pkgtools/pkgchkxx: Makefile distinfo

Log Message:
pkgtools/pkgchkxx: Update to 0.3.4

## 0.3.4 -- 2025-10-02

* Fixed an issue where `pkgrrxx` didn't preserve case in version numbers,
  leading to a failure while checking for updates when a package like
  `osabi-NetBSD-11.0_BETA` was installed. Reported by @drixter [#13].


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/pkgtools/pkgchkxx/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/pkgtools/pkgchkxx/distinfo

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

Modified files:

Index: pkgsrc/pkgtools/pkgchkxx/Makefile
diff -u pkgsrc/pkgtools/pkgchkxx/Makefile:1.15 pkgsrc/pkgtools/pkgchkxx/Makefile:1.16
--- pkgsrc/pkgtools/pkgchkxx/Makefile:1.15      Fri May  9 15:41:49 2025
+++ pkgsrc/pkgtools/pkgchkxx/Makefile   Thu Oct  2 03:08:42 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2025/05/09 15:41:49 tnn Exp $
+# $NetBSD: Makefile,v 1.16 2025/10/02 03:08:42 pho Exp $
 
-DISTNAME=      pkgchkxx-0.3.3
-PKGREVISION=   2
+DISTNAME=      pkgchkxx-0.3.4
 CATEGORIES=    pkgtools
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=depressed-pho/}
 GITHUB_RELEASE=        ${DISTNAME}
@@ -37,7 +36,7 @@ CONFIGURE_ARGS+=      PKG_ADMIN=${PREFIX}/sbi
 CONFIGURE_ARGS+=       PKG_DELETE=${PREFIX}/sbin/pkg_delete
 CONFIGURE_ARGS+=       PKG_INFO=${PREFIX}/bin/pkg_info
 .endif
-DEPENDS+=      pkgconf>=1.9.4:../../devel/pkgconf
+DEPENDS+=              pkgconf>=1.9.4:../../devel/pkgconf
 
 .include "../../archivers/bzip2/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"

Index: pkgsrc/pkgtools/pkgchkxx/distinfo
diff -u pkgsrc/pkgtools/pkgchkxx/distinfo:1.11 pkgsrc/pkgtools/pkgchkxx/distinfo:1.12
--- pkgsrc/pkgtools/pkgchkxx/distinfo:1.11      Fri Mar  7 07:08:47 2025
+++ pkgsrc/pkgtools/pkgchkxx/distinfo   Thu Oct  2 03:08:42 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2025/03/07 07:08:47 pho Exp $
+$NetBSD: distinfo,v 1.12 2025/10/02 03:08:42 pho Exp $
 
-BLAKE2s (pkgchkxx-0.3.3.tar.gz) = 9df6ab1cf35bb0884b3ea3f3e826e3ada83bc66a5a491f54c63684f21862240f
-SHA512 (pkgchkxx-0.3.3.tar.gz) = 529ff1c1052d7160096c1e4b286b1ba5b1e03e682c9cd505456c73e04432b6ce4a4e795c6f5f3f7a68157d42ad01707a213d2ac24b827a615ed6d7e6b81e2fea
-Size (pkgchkxx-0.3.3.tar.gz) = 556407 bytes
+BLAKE2s (pkgchkxx-0.3.4.tar.gz) = 29df7c92928beef2b0dc95f9cba8e5ae7c68649ba3991a0c905fd77b9a12187a
+SHA512 (pkgchkxx-0.3.4.tar.gz) = fae37bd62f9ea470a7a56ea6057b9e14cc40f0e90397c46fb85b66aa89b1dc5087eb5655337c12cbb3bd7121ae0875050ac4e57acaafa2b4775e4a2cee397767
+Size (pkgchkxx-0.3.4.tar.gz) = 561829 bytes



Home | Main Index | Thread Index | Old Index