Received: by mail.netbsd.org (Postfix, from userid 605) id 16A4984CBC; Sat, 3 Jul 2021 09:35:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2A2B884D1C for ; Sat, 3 Jul 2021 09:35:10 +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 udBNSCHlwE8y for ; Sat, 3 Jul 2021 09:35:09 +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 8545F84D10 for ; Sat, 3 Jul 2021 09:35:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7D233FA95; Sat, 3 Jul 2021 09:35:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1625304909177270" MIME-Version: 1.0 Date: Sat, 3 Jul 2021 09:35:09 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/www To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20210703093509.7D233FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1625304909177270 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Sat Jul 3 09:35:09 UTC 2021 Modified Files: pkgsrc/www: Makefile Removed Files: pkgsrc/www/go-ace: DESCR Makefile PLIST buildlink3.mk distinfo Log Message: go-ace: remove deprecated go-package; no users in pkgsrc To generate a diff of this commit: cvs rdiff -u -r1.1559 -r1.1560 pkgsrc/www/Makefile cvs rdiff -u -r1.2 -r0 pkgsrc/www/go-ace/DESCR pkgsrc/www/go-ace/PLIST \ pkgsrc/www/go-ace/buildlink3.mk pkgsrc/www/go-ace/distinfo cvs rdiff -u -r1.33 -r0 pkgsrc/www/go-ace/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1625304909177270 Content-Disposition: inline Content-Length: 568 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/Makefile diff -u pkgsrc/www/Makefile:1.1559 pkgsrc/www/Makefile:1.1560 --- pkgsrc/www/Makefile:1.1559 Tue Jun 29 10:00:17 2021 +++ pkgsrc/www/Makefile Sat Jul 3 09:35:09 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1559 2021/06/29 10:00:17 nia Exp $ +# $NetBSD: Makefile,v 1.1560 2021/07/03 09:35:09 nia Exp $ # COMMENT= Packages related to the World Wide Web @@ -125,7 +125,6 @@ SUBDIR+= geeklog SUBDIR+= gitea SUBDIR+= gitweb SUBDIR+= gnurl -SUBDIR+= go-ace SUBDIR+= go-ffuf SUBDIR+= go-gogs-client SUBDIR+= go-gohtml --_----------=_1625304909177270--