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:           Mon Feb 10 08:07:27 UTC 2025

Modified Files:
        pkgsrc/pkgtools/pkgchkxx: Makefile distinfo

Log Message:
pkgtools/pkgchkxx: update to 0.3.1

## 0.3.1 -- 2025-02-10

* Fix an issue where `pkgrrxx` (and possibly `pkgchkxx` also) would die
  when it receives a signal while it's blocking on `waitpid(2)`.
* Fix an issue in 0.3 where ANSI escape sequences would leak into `make`
  output.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/pkgtools/pkgchkxx/Makefile
cvs rdiff -u -r1.8 -r1.9 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.10 pkgsrc/pkgtools/pkgchkxx/Makefile:1.11
--- pkgsrc/pkgtools/pkgchkxx/Makefile:1.10      Mon Feb 10 04:21:00 2025
+++ pkgsrc/pkgtools/pkgchkxx/Makefile   Mon Feb 10 08:07:26 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2025/02/10 04:21:00 pho Exp $
+# $NetBSD: Makefile,v 1.11 2025/02/10 08:07:26 pho Exp $
 
-DISTNAME=      pkgchkxx-0.3
+DISTNAME=      pkgchkxx-0.3.1
 CATEGORIES=    pkgtools
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=depressed-pho/}
 GITHUB_RELEASE=        ${DISTNAME}

Index: pkgsrc/pkgtools/pkgchkxx/distinfo
diff -u pkgsrc/pkgtools/pkgchkxx/distinfo:1.8 pkgsrc/pkgtools/pkgchkxx/distinfo:1.9
--- pkgsrc/pkgtools/pkgchkxx/distinfo:1.8       Mon Feb 10 04:21:00 2025
+++ pkgsrc/pkgtools/pkgchkxx/distinfo   Mon Feb 10 08:07:26 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2025/02/10 04:21:00 pho Exp $
+$NetBSD: distinfo,v 1.9 2025/02/10 08:07:26 pho Exp $
 
-BLAKE2s (pkgchkxx-0.3.tar.gz) = d3673ce706cb691a9df74c226c6fa92b2b4bfa5b6457a4ad702aa5598fdd3c77
-SHA512 (pkgchkxx-0.3.tar.gz) = e56920cbad4bc751ca9c7b8a66636de246ec8cea6c6cb2c11e497447045dafa0ff927f6db0af5970196f03222f554a65695b963c1c36b26b090645c971b2636e
-Size (pkgchkxx-0.3.tar.gz) = 555942 bytes
+BLAKE2s (pkgchkxx-0.3.1.tar.gz) = cfee977bfac74b4ac361d40f4a2307e0417bfe17dd815c16c098e3464d059cb1
+SHA512 (pkgchkxx-0.3.1.tar.gz) = c06e50733f1428984ebb507603a9db0e415d8f19e889685a72b2eb7b4229a9f61f5fb3685861bfac3525d930b5ab6f13f5141ac9b30d9c62f1d2a9ae3bef6061
+Size (pkgchkxx-0.3.1.tar.gz) = 556200 bytes



Home | Main Index | Thread Index | Old Index