Received: by mail.netbsd.org (Postfix, from userid 605) id 0D84684CFC; Sat, 12 Jun 2021 14:29:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 46E7C84CE8 for ; Sat, 12 Jun 2021 14:29:25 +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 l6n3NVdtDiJu for ; Sat, 12 Jun 2021 14:29:24 +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 9B59184CD9 for ; Sat, 12 Jun 2021 14:29:24 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8F10AFA95; Sat, 12 Jun 2021 14:29:24 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1623508164292740" MIME-Version: 1.0 Date: Sat, 12 Jun 2021 14:29:24 +0000 From: "Benny Siegert" Subject: CVS commit: pkgsrc/lang To: pkgsrc-changes@NetBSD.org Reply-To: bsiegert@netbsd.org X-Mailer: log_accum Message-Id: <20210612142924.8F10AFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1623508164292740 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bsiegert Date: Sat Jun 12 14:29:24 UTC 2021 Modified Files: pkgsrc/lang: Makefile Removed Files: pkgsrc/lang/go-hcl: DESCR Makefile PLIST buildlink3.mk distinfo Log Message: go-hcl: remove. All its dependencies have disappeared. Not useful on its own. To generate a diff of this commit: cvs rdiff -u -r1.601 -r1.602 pkgsrc/lang/Makefile cvs rdiff -u -r1.2 -r0 pkgsrc/lang/go-hcl/DESCR \ pkgsrc/lang/go-hcl/buildlink3.mk cvs rdiff -u -r1.33 -r0 pkgsrc/lang/go-hcl/Makefile cvs rdiff -u -r1.1 -r0 pkgsrc/lang/go-hcl/PLIST pkgsrc/lang/go-hcl/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1623508164292740 Content-Disposition: inline Content-Length: 541 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/Makefile diff -u pkgsrc/lang/Makefile:1.601 pkgsrc/lang/Makefile:1.602 --- pkgsrc/lang/Makefile:1.601 Sat May 15 11:08:58 2021 +++ pkgsrc/lang/Makefile Sat Jun 12 14:29:24 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.601 2021/05/15 11:08:58 wiz Exp $ +# $NetBSD: Makefile,v 1.602 2021/06/12 14:29:24 bsiegert Exp $ # COMMENT= Programming languages @@ -98,7 +98,6 @@ SUBDIR+= gnat_util SUBDIR+= gnucobol SUBDIR+= go SUBDIR+= go-bin -SUBDIR+= go-hcl SUBDIR+= go110 SUBDIR+= go115 SUBDIR+= go116 --_----------=_1623508164292740--