Received: by mail.netbsd.org (Postfix, from userid 605) id 843CA84F48; Sat, 7 Jan 2023 09:43:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B339A84D31 for ; Sat, 7 Jan 2023 09:43:30 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id uPznLBipE1XQ for ; Sat, 7 Jan 2023 09:43:30 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2A32E84CBC for ; Sat, 7 Jan 2023 09:43:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 24145FA90; Sat, 7 Jan 2023 09:43:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1673084610298610" MIME-Version: 1.0 Date: Sat, 7 Jan 2023 09:43:30 +0000 From: "Frederic Cambus" Subject: CVS commit: pkgsrc/devel/pax-utils To: pkgsrc-changes@NetBSD.org Reply-To: fcambus@netbsd.org X-Mailer: log_accum Message-Id: <20230107094330.24145FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1673084610298610 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1673084610298610 Content-Disposition: inline Content-Length: 1627 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1673084610298610--