Received: by mail.netbsd.org (Postfix, from userid 605) id 6617A84E55; Fri, 13 Jul 2018 00:56:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 921218505B for ; Fri, 13 Jul 2018 00:56:33 +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 AYURdNs8-KZe for ; Fri, 13 Jul 2018 00:56:33 +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 1547C84D28 for ; Fri, 13 Jul 2018 00:56:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 09856FBEC; Fri, 13 Jul 2018 00:56:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_15314433937570" MIME-Version: 1.0 Date: Fri, 13 Jul 2018 00:56:33 +0000 From: "Min Sik Kim" Subject: CVS commit: pkgsrc/www To: pkgsrc-changes@NetBSD.org Reply-To: minskim@netbsd.org X-Mailer: log_accum Message-Id: <20180713005633.09856FBEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_15314433937570 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: minskim Date: Fri Jul 13 00:56:32 UTC 2018 Modified Files: pkgsrc/www: Makefile Log Message: www/Makefile: Add go-gogs-client To generate a diff of this commit: cvs rdiff -u -r1.1331 -r1.1332 pkgsrc/www/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_15314433937570 Content-Disposition: inline Content-Length: 601 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/Makefile diff -u pkgsrc/www/Makefile:1.1331 pkgsrc/www/Makefile:1.1332 --- pkgsrc/www/Makefile:1.1331 Thu Jun 28 14:07:55 2018 +++ pkgsrc/www/Makefile Fri Jul 13 00:56:32 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1331 2018/06/28 14:07:55 ryoon Exp $ +# $NetBSD: Makefile,v 1.1332 2018/07/13 00:56:32 minskim Exp $ # COMMENT= Packages related to the World Wide Web @@ -117,6 +117,7 @@ SUBDIR+= geeklog SUBDIR+= gitweb SUBDIR+= go-ace SUBDIR+= go-cssmin +SUBDIR+= go-gogs-client SUBDIR+= go-gohtml SUBDIR+= go-toml-burntsushi SUBDIR+= go-toml-pelletier --_----------=_15314433937570--