Received: by mail.netbsd.org (Postfix, from userid 605) id 52F6684F2E; Sat, 7 Jan 2023 05:15:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 81AEF84F29 for ; Sat, 7 Jan 2023 05:15:23 +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 c5ke6EmkRs57 for ; Sat, 7 Jan 2023 05:15:23 +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 1641284D31 for ; Sat, 7 Jan 2023 05:15:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 09877FA90; Sat, 7 Jan 2023 05:15:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1673068523161570" MIME-Version: 1.0 Date: Sat, 7 Jan 2023 05:15:23 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/www To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20230107051523.09877FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1673068523161570 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sat Jan 7 05:15:22 UTC 2023 Modified Files: pkgsrc/www: Makefile Log Message: www/Makefile: remove ruby-rack16 To generate a diff of this commit: cvs rdiff -u -r1.1659 -r1.1660 pkgsrc/www/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1673068523161570 Content-Disposition: inline Content-Length: 636 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/Makefile diff -u pkgsrc/www/Makefile:1.1659 pkgsrc/www/Makefile:1.1660 --- pkgsrc/www/Makefile:1.1659 Thu Jan 5 08:29:02 2023 +++ pkgsrc/www/Makefile Sat Jan 7 05:15:22 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1659 2023/01/05 08:29:02 wiz Exp $ +# $NetBSD: Makefile,v 1.1660 2023/01/07 05:15:22 taca Exp $ # COMMENT= Packages related to the World Wide Web @@ -982,7 +982,6 @@ SUBDIR+= ruby-rack-contrib SUBDIR+= ruby-rack-protection SUBDIR+= ruby-rack-rewrite SUBDIR+= ruby-rack-test -SUBDIR+= ruby-rack16 SUBDIR+= ruby-rack2 SUBDIR+= ruby-rails-html-sanitizer SUBDIR+= ruby-rails52 --_----------=_1673068523161570--