pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/pkgconf



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Oct  1 17:03:49 UTC 2023

Modified Files:
        pkgsrc/devel/pkgconf: Makefile distinfo

Log Message:
pkgconf: updated to 2.0.3

Changes from 2.0.2 to 2.0.3:
----------------------------

* Fix some edge-cases with the new `--modversion` implementation
  and add additional regression tests.
  Patch by Colin Gillespie.

* Fix some format specifiers to use PRIu64 in debug tracing.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/pkgconf/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/pkgconf/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/pkgconf/Makefile
diff -u pkgsrc/devel/pkgconf/Makefile:1.24 pkgsrc/devel/pkgconf/Makefile:1.25
--- pkgsrc/devel/pkgconf/Makefile:1.24  Thu Aug 17 20:59:06 2023
+++ pkgsrc/devel/pkgconf/Makefile       Sun Oct  1 17:03:49 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2023/08/17 20:59:06 ryoon Exp $
+# $NetBSD: Makefile,v 1.25 2023/10/01 17:03:49 adam Exp $
 
-DISTNAME=      pkgconf-2.0.2
+DISTNAME=      pkgconf-2.0.3
 CATEGORIES=    devel
 MASTER_SITES=  https://distfiles.dereferenced.org/pkgconf/
 

Index: pkgsrc/devel/pkgconf/distinfo
diff -u pkgsrc/devel/pkgconf/distinfo:1.20 pkgsrc/devel/pkgconf/distinfo:1.21
--- pkgsrc/devel/pkgconf/distinfo:1.20  Thu Aug 17 20:59:06 2023
+++ pkgsrc/devel/pkgconf/distinfo       Sun Oct  1 17:03:49 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2023/08/17 20:59:06 ryoon Exp $
+$NetBSD: distinfo,v 1.21 2023/10/01 17:03:49 adam Exp $
 
-BLAKE2s (pkgconf-2.0.2.tar.gz) = 49e9e8bbf3a751596bd745d49099993f28b3508f6a84dae0b8090898bde221c2
-SHA512 (pkgconf-2.0.2.tar.gz) = 4106502ca636e60e97d4887d28b2d5acb40bd0882895d6eadec1492e3d467cb1013a37e90495975836310a368bd0af05e16e922c5e99040f1b39ce01ad6f19b5
-Size (pkgconf-2.0.2.tar.gz) = 449616 bytes
+BLAKE2s (pkgconf-2.0.3.tar.gz) = 9268759e827e0507cb62ec6a346e3aa3fe646dc664a5007894e0167c01974350
+SHA512 (pkgconf-2.0.3.tar.gz) = 04889ff4a8c4b37f2674d000feb7860470672335f3deb62b64a51bddd5c41192f65b80fb61bb60f9dac4ed2df69f6979f150cc0d30cd48e5017c3464f4d96acd
+Size (pkgconf-2.0.3.tar.gz) = 449898 bytes



Home | Main Index | Thread Index | Old Index