Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=HGTuQg/3; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=GPJHVbNs Received: by mail.netbsd.org (Postfix, from userid 605) id 05A4784E87; Thu, 16 May 2024 14:03:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715868239; bh=fw0FpzROPPDnttmOemwdjalPSgiJe9eX31GK4ZTjpz8=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=HGTuQg/3IRmyAnehBWtTnx/4v2UFdlyIhHCIa7wrbdSSLvPf2sxaKFXI9T61OwCsZ fRkObd/7d6i6OWlhZ6kywY81EoCdXzikHvr9xKbwPvQeViTvvGqNmY63wR9rWoJI8Q iSUtkir6Tnyode8qwvSZjalJkacRvAkN8S6aW7pc= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id ECDD284E5E for ; Thu, 16 May 2024 14:03:57 +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 u_XZaZTSiJSr for ; Thu, 16 May 2024 14:03:57 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7E9AB84D8B for ; Thu, 16 May 2024 14:03:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715868237; bh=fw0FpzROPPDnttmOemwdjalPSgiJe9eX31GK4ZTjpz8=; h=Date:From:Subject:To:Reply-To; b=GPJHVbNsh5zEZfFZHHTSvGfnaf2r2HQlzInX22EMYxKyeHnwdmzsX1pnfQzDFQmqC VAta4WxmmkWscHgWqCyk2GdBI4lykie2t1feIZRJfW7vJdtCmtu1u/H7JmF6ddsf08 jG0axbrZyOSNBoMQlcYntE0bE+5WWzxaRrmRfr3E= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 751F9FA2C; Thu, 16 May 2024 14:03:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1715868237236230" MIME-Version: 1.0 Date: Thu, 16 May 2024 14:03:57 +0000 From: "Aleksey Cheusov" Subject: CVS commit: pkgsrc/sysutils/sets2rootfs To: pkgsrc-changes@NetBSD.org Reply-To: cheusov@netbsd.org X-Mailer: log_accum Message-Id: <20240516140357.751F9FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1715868237236230 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: cheusov Date: Thu May 16 14:03:57 UTC 2024 Modified Files: pkgsrc/sysutils/sets2rootfs: Makefile Log Message: Add MASTER_SITES= To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/sysutils/sets2rootfs/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1715868237236230 Content-Disposition: inline Content-Length: 610 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/sets2rootfs/Makefile diff -u pkgsrc/sysutils/sets2rootfs/Makefile:1.1 pkgsrc/sysutils/sets2rootfs/Makefile:1.2 --- pkgsrc/sysutils/sets2rootfs/Makefile:1.1 Thu May 16 13:55:28 2024 +++ pkgsrc/sysutils/sets2rootfs/Makefile Thu May 16 14:03:57 2024 @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2024/05/16 13:55:28 cheusov Exp $ +# $NetBSD: Makefile,v 1.2 2024/05/16 14:03:57 cheusov Exp $ DISTNAME= sets2rootfs-0.1.0 CATEGORIES= sysutils +MASTER_SITES= ${MASTER_SITE_GITHUB:=cheusov/} MAINTAINER= cheusov@NetBSD.org HOMEPAGE= https://github.com/cheusov/sets2rootfs --_----------=_1715868237236230--