Received: by mail.netbsd.org (Postfix, from userid 605) id 0141584E78; Wed, 29 Sep 2021 09:57:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3D48684E19 for ; Wed, 29 Sep 2021 09:57:14 +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 1gKIv7Uky38o for ; Wed, 29 Sep 2021 09:57:13 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B472D84D24 for ; Wed, 29 Sep 2021 09:57:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B1F3AFA97; Wed, 29 Sep 2021 09:57:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1632909433172510" MIME-Version: 1.0 Date: Wed, 29 Sep 2021 09:57:13 +0000 From: "Amitai Schleier" Subject: CVS commit: pkgsrc/misc/s6-portable-utils To: pkgsrc-changes@NetBSD.org Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20210929095713.B1F3AFA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1632909433172510 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Wed Sep 29 09:57:13 UTC 2021 Modified Files: pkgsrc/misc/s6-portable-utils: Makefile distinfo Log Message: Update to 2.2.3.3. From the changelog: - Adaptation to skalibs-2.11.0.0. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/misc/s6-portable-utils/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/misc/s6-portable-utils/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1632909433172510 Content-Disposition: inline Content-Length: 1774 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/misc/s6-portable-utils/Makefile diff -u pkgsrc/misc/s6-portable-utils/Makefile:1.4 pkgsrc/misc/s6-portable-utils/Makefile:1.5 --- pkgsrc/misc/s6-portable-utils/Makefile:1.4 Mon Apr 26 15:04:27 2021 +++ pkgsrc/misc/s6-portable-utils/Makefile Wed Sep 29 09:57:13 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2021/04/26 15:04:27 schmonz Exp $ +# $NetBSD: Makefile,v 1.5 2021/09/29 09:57:13 schmonz Exp $ -DISTNAME= s6-portable-utils-2.2.3.2 +DISTNAME= s6-portable-utils-2.2.3.3 CATEGORIES= misc MASTER_SITES= ${HOMEPAGE} Index: pkgsrc/misc/s6-portable-utils/distinfo diff -u pkgsrc/misc/s6-portable-utils/distinfo:1.3 pkgsrc/misc/s6-portable-utils/distinfo:1.4 --- pkgsrc/misc/s6-portable-utils/distinfo:1.3 Mon Apr 26 15:04:27 2021 +++ pkgsrc/misc/s6-portable-utils/distinfo Wed Sep 29 09:57:13 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2021/04/26 15:04:27 schmonz Exp $ +$NetBSD: distinfo,v 1.4 2021/09/29 09:57:13 schmonz Exp $ -SHA1 (s6-portable-utils-2.2.3.2.tar.gz) = 4dcf4705e6709856b376ded05b49994324afc922 -RMD160 (s6-portable-utils-2.2.3.2.tar.gz) = d50cede6bce887b707a626044d7d079be723668e -SHA512 (s6-portable-utils-2.2.3.2.tar.gz) = 3d976bb41502b86cc68d25bcde44fc218668d8d1c4c6e513ab2bc0dda459439d6d55144e503420ac38d0b052e7c678a254780f9cc6dee6ae6d6debf4d1954134 -Size (s6-portable-utils-2.2.3.2.tar.gz) = 49515 bytes +SHA1 (s6-portable-utils-2.2.3.3.tar.gz) = 15500bd53cdfa19fa6b0cba155ddd759460f2c68 +RMD160 (s6-portable-utils-2.2.3.3.tar.gz) = a59fd37a08fde3e6ec69cffdbd5fd424907a3129 +SHA512 (s6-portable-utils-2.2.3.3.tar.gz) = f3f2e2f47ac61bad23e04a7e27cb833c21be610d54b50fc0f69d7a4d8f19e435a97bd1d570eb2b159d3e0a8b135aaa04cf02bd0a8dc216e0f6872af9c7649461 +Size (s6-portable-utils-2.2.3.3.tar.gz) = 50103 bytes --_----------=_1632909433172510--