Received: by mail.netbsd.org (Postfix, from userid 605) id 64C6E84E80; Wed, 11 Jul 2018 00:05:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 38D3284E4F for ; Wed, 11 Jul 2018 00:05:45 +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 3ABJx4TIamBq for ; Wed, 11 Jul 2018 00:05:44 +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 9BCF584DBB for ; Wed, 11 Jul 2018 00:05:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8DE21FBEC; Wed, 11 Jul 2018 00:05:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1531267544102210" MIME-Version: 1.0 Date: Wed, 11 Jul 2018 00:05:44 +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: <20180711000544.8DE21FBEC@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. --_----------=_1531267544102210 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: minskim Date: Wed Jul 11 00:05:44 UTC 2018 Modified Files: pkgsrc/devel: Makefile Log Message: devel/Makefile: Add go-godef To generate a diff of this commit: cvs rdiff -u -r1.2699 -r1.2700 pkgsrc/devel/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1531267544102210 Content-Disposition: inline Content-Length: 583 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.2699 pkgsrc/devel/Makefile:1.2700 --- pkgsrc/devel/Makefile:1.2699 Tue Jul 10 01:18:58 2018 +++ pkgsrc/devel/Makefile Wed Jul 11 00:05:44 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2699 2018/07/10 01:18:58 minskim Exp $ +# $NetBSD: Makefile,v 1.2700 2018/07/11 00:05:44 minskim Exp $ # COMMENT= Development utilities @@ -348,6 +348,7 @@ SUBDIR+= go-gitmap SUBDIR+= go-glog SUBDIR+= go-gls SUBDIR+= go-gocode +SUBDIR+= go-godef SUBDIR+= go-golang-lru SUBDIR+= go-goorgeous SUBDIR+= go-gopkgs --_----------=_1531267544102210--