Received: by mail.netbsd.org (Postfix, from userid 605) id BE57884E78; Tue, 27 Feb 2024 04:37:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1709008663; bh=2gQU5IvT18Uc5TtBtQU/rysStftHyymehYgLAhw+JT0=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=vsDvSI9Hm0Wt8sqwoZKiFj0I13MjRpvSt1R9tfhyFlENBn38vFjj+iKkpCtNpTRWC Sr/cYBjIXjjgCmiR34C9bRipnp67SLyvMM2nwU1bqlTt3t+09P+7LyVbrTvvUbEVGw MPCaVf7MwOf6Pke4WZoVnF/RlyojpXMBgInzfLKs= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B0CAA84E76 for ; Tue, 27 Feb 2024 04:37:42 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id w1oIVyFbru5X for ; Tue, 27 Feb 2024 04:37:42 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1026284CCF for ; Tue, 27 Feb 2024 04:37:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1709008662; bh=2gQU5IvT18Uc5TtBtQU/rysStftHyymehYgLAhw+JT0=; h=Date:From:Subject:To:Reply-To; b=JtMok5exk1tpH/p4a0O8+SaF+dMeom0YF1VPx1fPmsF9QiJeVN03SGLHLOqZO1DsF 3awoFz6T8mrAitN1EO2arfIbhbgwJ1bgPpgO71my7A31KnTJVTHcQuKRRVemnOrGBF n+ZSWmov4NzoVG8OOZs6mVGTSsUpMxeAlwH7ida8= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0B325FA27; Tue, 27 Feb 2024 04:37:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1709008662138570" MIME-Version: 1.0 Date: Tue, 27 Feb 2024 04:37:42 +0000 From: "Charlotte Koch" Subject: CVS commit: pkgsrc/misc/s6-portable-utils To: pkgsrc-changes@NetBSD.org Reply-To: charlotte@netbsd.org X-Mailer: log_accum Message-Id: <20240227043742.0B325FA27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1709008662138570 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: charlotte Date: Tue Feb 27 04:37:41 UTC 2024 Modified Files: pkgsrc/misc/s6-portable-utils: Makefile Log Message: misc/s6-portable-utils: Reset MAINTAINER To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/misc/s6-portable-utils/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1709008662138570 Content-Disposition: inline Content-Length: 776 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.15 pkgsrc/misc/s6-portable-utils/Makefile:1.16 --- pkgsrc/misc/s6-portable-utils/Makefile:1.15 Sat Nov 11 11:54:17 2023 +++ pkgsrc/misc/s6-portable-utils/Makefile Tue Feb 27 04:37:41 2024 @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.15 2023/11/11 11:54:17 schmonz Exp $ +# $NetBSD: Makefile,v 1.16 2024/02/27 04:37:41 charlotte Exp $ DISTNAME= s6-portable-utils-2.3.0.3 CATEGORIES= misc MASTER_SITES= ${HOMEPAGE} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${MANPAGES_DIST} -MAINTAINER= charlotte@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://www.skarnet.org/software/s6-portable-utils/ COMMENT= Tiny portable generic utilties LICENSE= isc --_----------=_1709008662138570--