Received: by mail.netbsd.org (Postfix, from userid 605) id 7C9E184D76; Wed, 24 Oct 2018 08:37:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8DC6E84D44 for ; Wed, 24 Oct 2018 08:37:01 +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 fgRMi-TVfbYD for ; Wed, 24 Oct 2018 08:37:01 +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 0625584D27 for ; Wed, 24 Oct 2018 08:37:01 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C8D97FBEE; Wed, 24 Oct 2018 08:37:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_154037022093940" MIME-Version: 1.0 Date: Wed, 24 Oct 2018 08:37:00 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/lang To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20181024083700.C8D97FBEE@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. --_----------=_154037022093940 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Wed Oct 24 08:37:00 UTC 2018 Modified Files: pkgsrc/lang: Makefile Log Message: lang/Makefile: Add a commented `go' entry Mostly useful for pkglint and (human) readers of Makefile (and consistent with other versioned programming languages.) To generate a diff of this commit: cvs rdiff -u -r1.498 -r1.499 pkgsrc/lang/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_154037022093940 Content-Disposition: inline Content-Length: 581 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/Makefile diff -u pkgsrc/lang/Makefile:1.498 pkgsrc/lang/Makefile:1.499 --- pkgsrc/lang/Makefile:1.498 Tue Oct 23 23:01:33 2018 +++ pkgsrc/lang/Makefile Wed Oct 24 08:37:00 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.498 2018/10/23 23:01:33 maya Exp $ +# $NetBSD: Makefile,v 1.499 2018/10/24 08:37:00 leot Exp $ # COMMENT= Programming languages @@ -89,6 +89,7 @@ SUBDIR+= ghc-bootstrap SUBDIR+= ghc7 SUBDIR+= gnat_util SUBDIR+= gnucobol +#SUBDIR+= go # only contains Makefile fragments SUBDIR+= go-hcl SUBDIR+= go110 SUBDIR+= go111 --_----------=_154037022093940--