Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id D71F81A9239 for ; Fri, 19 Nov 2021 10:58:48 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 0876984D69; Fri, 19 Nov 2021 10:58:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3F3C384D66 for ; Fri, 19 Nov 2021 10:58:47 +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 9OA3x_tA9yvC for ; Fri, 19 Nov 2021 10:58:46 +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 B611A84D65 for ; Fri, 19 Nov 2021 10:58:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A4F45FAEC; Fri, 19 Nov 2021 10:58:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_163731952691890" MIME-Version: 1.0 Date: Fri, 19 Nov 2021 10:58:46 +0000 From: "Michael Baeuerle" Subject: CVS commit: pkgsrc/archivers/star To: pkgsrc-changes@NetBSD.org Reply-To: micha@netbsd.org X-Mailer: log_accum Message-Id: <20211119105846.A4F45FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_163731952691890 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: micha Date: Fri Nov 19 10:58:46 UTC 2021 Modified Files: pkgsrc/archivers/star: Makefile distinfo Log Message: archivers/star: Update to 1.6.1nb16 Rebase to the final Schily Tools release. The author Jörg Schilling passed away in October 2021. To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 pkgsrc/archivers/star/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/archivers/star/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_163731952691890 Content-Disposition: inline Content-Length: 1633 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/archivers/star/Makefile diff -u pkgsrc/archivers/star/Makefile:1.59 pkgsrc/archivers/star/Makefile:1.60 --- pkgsrc/archivers/star/Makefile:1.59 Fri Aug 6 10:04:43 2021 +++ pkgsrc/archivers/star/Makefile Fri Nov 19 10:58:46 2021 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.59 2021/08/06 10:04:43 micha Exp $ +# $NetBSD: Makefile,v 1.60 2021/11/19 10:58:46 micha Exp $ -DISTNAME= schily-2021-07-29 +DISTNAME= schily-2021-09-18 PKGNAME= star-1.6.1 -PKGREVISION= 15 +PKGREVISION= 16 CATEGORIES= archivers MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=schilytools/} EXTRACT_SUFX= .tar.bz2 Index: pkgsrc/archivers/star/distinfo diff -u pkgsrc/archivers/star/distinfo:1.30 pkgsrc/archivers/star/distinfo:1.31 --- pkgsrc/archivers/star/distinfo:1.30 Tue Oct 26 09:57:17 2021 +++ pkgsrc/archivers/star/distinfo Fri Nov 19 10:58:46 2021 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.30 2021/10/26 09:57:17 nia Exp $ +$NetBSD: distinfo,v 1.31 2021/11/19 10:58:46 micha Exp $ -BLAKE2s (schily-2021-07-29.tar.bz2) = 19e70c3d4f724a51774a9e3d1eccfdcc79c7e0cee88a4f1df90aed24b2fc2830 -SHA512 (schily-2021-07-29.tar.bz2) = 095740bf1190440d386145653763d74ad93abf996e6a1e56279b5441990898515356eda0f7b5d07386d2aac1ba1adf0e9dac423ce49ced4fdc13914857b6afc1 -Size (schily-2021-07-29.tar.bz2) = 4927143 bytes +BLAKE2s (schily-2021-09-18.tar.bz2) = 1ee4b41d2f684e695d40cf03e4335ad0e699cbf0bb99b46e197e202d79ccc949 +SHA512 (schily-2021-09-18.tar.bz2) = d25765074ac39ca2db63cb9841288dd4457f55588e0389a58ad78da62f745a766b4608d3d137a1908e2ca60511784d5f0af67bab1d1612478dbf120188ed5f31 +Size (schily-2021-09-18.tar.bz2) = 4952788 bytes --_----------=_163731952691890--