Received: by mail.netbsd.org (Postfix, from userid 605) id 310B184E8D; Fri, 16 Jul 2021 06:20:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6B8BF84C86 for ; Fri, 16 Jul 2021 06:20:22 +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 P0mb82EIFp09 for ; Fri, 16 Jul 2021 06:20:21 +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 AFB0984E83 for ; Fri, 16 Jul 2021 06:20:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id ACB78FA95; Fri, 16 Jul 2021 06:20:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1626416421165340" MIME-Version: 1.0 Date: Fri, 16 Jul 2021 06:20:21 +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: <20210716062021.ACB78FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1626416421165340 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Fri Jul 16 06:20:21 UTC 2021 Modified Files: pkgsrc/www: Makefile Removed Files: pkgsrc/www/go-spritewell: DESCR Makefile PLIST buildlink3.mk distinfo Log Message: go-spritewell: remove deprecated go-package; no users in pkgsrc To generate a diff of this commit: cvs rdiff -u -r1.1564 -r1.1565 pkgsrc/www/Makefile cvs rdiff -u -r1.1 -r0 pkgsrc/www/go-spritewell/DESCR \ pkgsrc/www/go-spritewell/PLIST pkgsrc/www/go-spritewell/buildlink3.mk \ pkgsrc/www/go-spritewell/distinfo cvs rdiff -u -r1.27 -r0 pkgsrc/www/go-spritewell/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1626416421165340 Content-Disposition: inline Content-Length: 587 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/Makefile diff -u pkgsrc/www/Makefile:1.1564 pkgsrc/www/Makefile:1.1565 --- pkgsrc/www/Makefile:1.1564 Fri Jul 16 06:19:39 2021 +++ pkgsrc/www/Makefile Fri Jul 16 06:20:21 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1564 2021/07/16 06:19:39 nia Exp $ +# $NetBSD: Makefile,v 1.1565 2021/07/16 06:20:21 nia Exp $ # COMMENT= Packages related to the World Wide Web @@ -130,7 +130,6 @@ SUBDIR+= go-gogs-client SUBDIR+= go-gohtml SUBDIR+= go-minify SUBDIR+= go-parse -SUBDIR+= go-spritewell SUBDIR+= goaccess SUBDIR+= grafana SUBDIR+= gtkasp2php --_----------=_1626416421165340--