Received: by mail.netbsd.org (Postfix, from userid 605) id 222DA84F5D; Sun, 14 Jan 2024 08:52:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5295C84CE8 for ; Sun, 14 Jan 2024 08:52:32 +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 AS8qSxjoagLq for ; Sun, 14 Jan 2024 08:52:31 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 98C5D84CCC for ; Sun, 14 Jan 2024 08:52:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 89FEAFA42; Sun, 14 Jan 2024 08:52:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1705222351204840" MIME-Version: 1.0 Date: Sun, 14 Jan 2024 08:52:31 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/sysutils/attr To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240114085231.89FEAFA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1705222351204840 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Jan 14 08:52:31 UTC 2024 Modified Files: pkgsrc/sysutils/attr: Makefile PLIST distinfo Removed Files: pkgsrc/sysutils/attr/patches: patch-configure.ac patch-libattr_Makemodule.am patch-tools_Makemodule.am patch-tools_attr.c Log Message: attr: update to 2.5.2. Changes not found. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/sysutils/attr/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/sysutils/attr/PLIST cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/attr/distinfo cvs rdiff -u -r1.1 -r0 pkgsrc/sysutils/attr/patches/patch-configure.ac \ pkgsrc/sysutils/attr/patches/patch-tools_attr.c cvs rdiff -u -r1.2 -r0 \ pkgsrc/sysutils/attr/patches/patch-libattr_Makemodule.am \ pkgsrc/sysutils/attr/patches/patch-tools_Makemodule.am Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1705222351204840 Content-Disposition: inline Content-Length: 3409 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/attr/Makefile diff -u pkgsrc/sysutils/attr/Makefile:1.11 pkgsrc/sysutils/attr/Makefile:1.12 --- pkgsrc/sysutils/attr/Makefile:1.11 Sun Jan 14 08:28:05 2024 +++ pkgsrc/sysutils/attr/Makefile Sun Jan 14 08:52:30 2024 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2024/01/14 08:28:05 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2024/01/14 08:52:30 wiz Exp $ -DISTNAME= attr-2.5.1 -PKGREVISION= 1 +DISTNAME= attr-2.5.2 CATEGORIES= sysutils MASTER_SITES= https://download.savannah.gnu.org/releases/attr/ EXTRACT_SUFX= .tar.xz @@ -12,7 +11,7 @@ COMMENT= Commands for Manipulating Files LICENSE= gnu-gpl-v2 GNU_CONFIGURE= yes -USE_TOOLS+= autoconf automake autopoint autoreconf gmake msgfmt perl:test +USE_TOOLS+= gmake msgfmt perl:test USE_LIBTOOL= yes # first test part: # 119 commands (88 passed, 31 failed) @@ -26,9 +25,6 @@ INSTALLATION_DIRS+= share/examples/attr CONF_FILES+= share/examples/attr/xattr.conf ${PKG_SYSCONFDIR}/xattr.conf -pre-configure: - cd ${WRKSRC} && autoreconf -fiv - post-install: ${MV} ${DESTDIR}${PKG_SYSCONFDIR}/xattr.conf ${DESTDIR}${PREFIX}/share/examples/attr # https://savannah.nongnu.org/bugs/index.php?65161 Index: pkgsrc/sysutils/attr/PLIST diff -u pkgsrc/sysutils/attr/PLIST:1.4 pkgsrc/sysutils/attr/PLIST:1.5 --- pkgsrc/sysutils/attr/PLIST:1.4 Sun Jan 14 08:28:05 2024 +++ pkgsrc/sysutils/attr/PLIST Sun Jan 14 08:52:30 2024 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2024/01/14 08:28:05 wiz Exp $ +@comment $NetBSD: PLIST,v 1.5 2024/01/14 08:52:30 wiz Exp $ bin/attr bin/getfattr bin/setfattr @@ -23,7 +23,6 @@ man/man3/attr_setf.3 share/doc/attr/CHANGES share/doc/attr/COPYING share/doc/attr/COPYING.LGPL -share/doc/attr/PORTING share/examples/attr/xattr.conf share/locale/cs/LC_MESSAGES/attr.mo share/locale/de/LC_MESSAGES/attr.mo @@ -32,6 +31,7 @@ share/locale/en@quot/LC_MESSAGES/attr.mo share/locale/es/LC_MESSAGES/attr.mo share/locale/fr/LC_MESSAGES/attr.mo share/locale/gl/LC_MESSAGES/attr.mo +share/locale/ka/LC_MESSAGES/attr.mo share/locale/nl/LC_MESSAGES/attr.mo share/locale/pl/LC_MESSAGES/attr.mo share/locale/sv/LC_MESSAGES/attr.mo Index: pkgsrc/sysutils/attr/distinfo diff -u pkgsrc/sysutils/attr/distinfo:1.6 pkgsrc/sysutils/attr/distinfo:1.7 --- pkgsrc/sysutils/attr/distinfo:1.6 Sun Jan 14 08:34:07 2024 +++ pkgsrc/sysutils/attr/distinfo Sun Jan 14 08:52:30 2024 @@ -1,9 +1,5 @@ -$NetBSD: distinfo,v 1.6 2024/01/14 08:34:07 wiz Exp $ +$NetBSD: distinfo,v 1.7 2024/01/14 08:52:30 wiz Exp $ -BLAKE2s (attr-2.5.1.tar.xz) = 52fb843466e2b96ad92b8f77fadb8da7cc65b838ca76380e8cb6a954769cb983 -SHA512 (attr-2.5.1.tar.xz) = 9e5555260189bb6ef2440c76700ebb813ff70582eb63d446823874977307d13dfa3a347dfae619f8866943dfa4b24ccf67dadd7e3ea2637239fdb219be5d2932 -Size (attr-2.5.1.tar.xz) = 318188 bytes -SHA1 (patch-configure.ac) = 89c966ac640fb6ddaa4e5e4e1e936fe64a9c47ed -SHA1 (patch-libattr_Makemodule.am) = 82be080f7cf58671c1d837686d9f08bf90817956 -SHA1 (patch-tools_Makemodule.am) = 220d3fa6f5702602926da2c05c2e808ff9356677 -SHA1 (patch-tools_attr.c) = 477e5f77394a4debb8ba5923fea29ea29c1cf4d4 +BLAKE2s (attr-2.5.2.tar.xz) = b5de9fb010ca9a567602f62a412efe652e68e85336c3f63ef15c52611470790c +SHA512 (attr-2.5.2.tar.xz) = f587ea544effb7cfed63b3027bf14baba2c2dbe3a9b6c0c45fc559f7e8cb477b3e9a4a826eae30f929409468c50d11f3e7dc6d2500f41e1af8662a7e96a30ef3 +Size (attr-2.5.2.tar.xz) = 334180 bytes --_----------=_1705222351204840--