Received: by mail.netbsd.org (Postfix, from userid 605) id 5B61084DAE; Sat, 21 Jul 2018 22:07:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 555E184D20 for ; Sat, 21 Jul 2018 22:07:47 +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 jPISPPYdOPUl for ; Sat, 21 Jul 2018 22:07:46 +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 BD7F084C82 for ; Sat, 21 Jul 2018 22:07:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B14FAFBEC; Sat, 21 Jul 2018 22:07:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1532210866253280" MIME-Version: 1.0 Date: Sat, 21 Jul 2018 22:07:46 +0000 From: "Min Sik Kim" Subject: CVS commit: pkgsrc/devel To: pkgsrc-changes@NetBSD.org Reply-To: minskim@netbsd.org X-Mailer: log_accum Message-Id: <20180721220746.B14FAFBEC@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. --_----------=_1532210866253280 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: minskim Date: Sat Jul 21 22:07:46 UTC 2018 Modified Files: pkgsrc/devel: Makefile Log Message: devel/Makefile: Add go-goreturns To generate a diff of this commit: cvs rdiff -u -r1.2703 -r1.2704 pkgsrc/devel/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1532210866253280 Content-Disposition: inline Content-Length: 601 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.2703 pkgsrc/devel/Makefile:1.2704 --- pkgsrc/devel/Makefile:1.2703 Fri Jul 20 11:32:35 2018 +++ pkgsrc/devel/Makefile Sat Jul 21 22:07:46 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2703 2018/07/20 11:32:35 minskim Exp $ +# $NetBSD: Makefile,v 1.2704 2018/07/21 22:07:46 minskim Exp $ # COMMENT= Development utilities @@ -354,6 +354,7 @@ SUBDIR+= go-golang-lru SUBDIR+= go-goorgeous SUBDIR+= go-gopkgs SUBDIR+= go-goptlib +SUBDIR+= go-goreturns SUBDIR+= go-homedir SUBDIR+= go-i18n SUBDIR+= go-immutable-radix --_----------=_1532210866253280--