pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/pax-utils



Module Name:    pkgsrc
Committed By:   fcambus
Date:           Sat Jan  7 09:43:30 UTC 2023

Modified Files:
        pkgsrc/devel/pax-utils: Makefile distinfo

Log Message:
pax-utils: update to 1.3.6.

ChangeLog:

- man: reorder xmlto arguments
- lddtree: update CrOS copyright line
- lddtree: sort imports
- lddtree: specify utf-8 encoding with text files
- lddtree: Add logging for ELFParseError
- lddtree: switch to f-strings in most places
- lddtree: add typing info to more places
- lddtree: simplify join logic
- lddtree: avoid shadowing function args
- lddtree: reformat with black
- pylint: reformat with black
- meson: include generated man pages in dist tarballs


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/pax-utils/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/pax-utils/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/pax-utils/Makefile
diff -u pkgsrc/devel/pax-utils/Makefile:1.5 pkgsrc/devel/pax-utils/Makefile:1.6
--- pkgsrc/devel/pax-utils/Makefile:1.5 Sun Jul 31 17:10:15 2022
+++ pkgsrc/devel/pax-utils/Makefile     Sat Jan  7 09:43:29 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2022/07/31 17:10:15 fcambus Exp $
+# $NetBSD: Makefile,v 1.6 2023/01/07 09:43:29 fcambus Exp $
 
-DISTNAME=      pax-utils-1.3.5
+DISTNAME=      pax-utils-1.3.6
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=gentoo/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/devel/pax-utils/distinfo
diff -u pkgsrc/devel/pax-utils/distinfo:1.3 pkgsrc/devel/pax-utils/distinfo:1.4
--- pkgsrc/devel/pax-utils/distinfo:1.3 Sun Jul 31 17:10:15 2022
+++ pkgsrc/devel/pax-utils/distinfo     Sat Jan  7 09:43:29 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2022/07/31 17:10:15 fcambus Exp $
+$NetBSD: distinfo,v 1.4 2023/01/07 09:43:29 fcambus Exp $
 
-BLAKE2s (pax-utils-1.3.5.tar.gz) = f6789d240a50baa335db576c9b95ddfb26988fb447cd34b7eeb5a90b17b63635
-SHA512 (pax-utils-1.3.5.tar.gz) = 33727125e363ad953261418d2cc831742a30a90ef721a14962c9fabf36752101db9cf8c2e7767bfc80922bd7160d8c54992d97cc1719cfbf85ffc1413e867f1b
-Size (pax-utils-1.3.5.tar.gz) = 147062 bytes
+BLAKE2s (pax-utils-1.3.6.tar.gz) = 9dbae15d34fb2676e71205397c562308adfbe1b26529da2c37c56febc94f3fe7
+SHA512 (pax-utils-1.3.6.tar.gz) = 4a3c4e8b516591e64befae3eff7424f49ad55721032d1a540d31c14b5d790d4379ca46082ccaf851dd8ac22f9c1904e6a75134f292f009702a1a6cd1cc448e1f
+Size (pax-utils-1.3.6.tar.gz) = 136886 bytes
 SHA1 (patch-porting.h) = 4967398b589a09f5e0a55dc09d690eebae1a926b



Home | Main Index | Thread Index | Old Index