Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D9E6184D09 for ; Sat, 2 Sep 2023 15:52:34 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 2_ha9so8eM75 for ; Sat, 2 Sep 2023 15:52:34 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2EB6984CFA for ; Sat, 2 Sep 2023 15:52:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 55BDAFBDB; Sat, 2 Sep 2023 15:48:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1693669692184640" MIME-Version: 1.0 Date: Sat, 2 Sep 2023 15:48:12 +0000 From: "Paolo Vincenzo Olivo" Subject: CVS commit: pkgsrc/devel/got-portable To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: vins@netbsd.org X-Mailer: log_accum Message-Id: <20230902154812.55BDAFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1693669692184640 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: vins Date: Sat Sep 2 15:48:12 UTC 2023 Modified Files: pkgsrc/devel/got-portable: Makefile PLIST Log Message: got-portable: install the new cvg(1) client; unbreaks build. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/got-portable/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/got-portable/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1693669692184640 Content-Disposition: inline Content-Length: 1269 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/got-portable/Makefile diff -u pkgsrc/devel/got-portable/Makefile:1.12 pkgsrc/devel/got-portable/Makefile:1.13 --- pkgsrc/devel/got-portable/Makefile:1.12 Thu Aug 31 19:39:07 2023 +++ pkgsrc/devel/got-portable/Makefile Sat Sep 2 15:48:12 2023 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2023/08/31 19:39:07 vins Exp $ +# $NetBSD: Makefile,v 1.13 2023/09/02 15:48:12 vins Exp $ DISTNAME= got-portable-0.92 +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= https://gameoftrees.org/releases/portable/ Index: pkgsrc/devel/got-portable/PLIST diff -u pkgsrc/devel/got-portable/PLIST:1.1 pkgsrc/devel/got-portable/PLIST:1.2 --- pkgsrc/devel/got-portable/PLIST:1.1 Mon Dec 19 17:42:06 2022 +++ pkgsrc/devel/got-portable/PLIST Sat Sep 2 15:48:12 2023 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2022/12/19 17:42:06 vins Exp $ +@comment $NetBSD: PLIST,v 1.2 2023/09/02 15:48:12 vins Exp $ bin/got bin/gotadmin bin/tog @@ -14,6 +14,7 @@ libexec/got-read-patch libexec/got-read-tag libexec/got-read-tree libexec/got-send-pack +man/man1/cvg.1 man/man1/got.1 man/man1/gotadmin.1 man/man1/tog.1 @@ -22,4 +23,5 @@ man/man5/got-worktree.5 man/man5/got.conf.5 man/man5/gotwebd.conf.5 man/man8/gotwebd.8 +sbin/cvg sbin/gotwebd --_----------=_1693669692184640--