Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 34F627A27B for ; Sun, 4 Jun 2017 14:18:41 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id D96F685576; Sun, 4 Jun 2017 14:18:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 69F998556F for ; Sun, 4 Jun 2017 14:18:40 +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 JNGzVKIBWdZj for ; Sun, 4 Jun 2017 14:18:40 +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 0A4C784D97 for ; Sun, 4 Jun 2017 14:18:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 043CDFBEE; Sun, 4 Jun 2017 14:18:40 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1496585920124000" MIME-Version: 1.0 Date: Sun, 4 Jun 2017 14:18:40 +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: <20170604141840.043CDFBEE@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. --_----------=_1496585920124000 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Jun 4 14:18:39 UTC 2017 Modified Files: pkgsrc/www: Makefile Log Message: Add and enable ruby-rack16. To generate a diff of this commit: cvs rdiff -u -r1.1243 -r1.1244 pkgsrc/www/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1496585920124000 Content-Disposition: inline Content-Length: 642 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/Makefile diff -u pkgsrc/www/Makefile:1.1243 pkgsrc/www/Makefile:1.1244 --- pkgsrc/www/Makefile:1.1243 Thu Jun 1 03:58:38 2017 +++ pkgsrc/www/Makefile Sun Jun 4 14:18:39 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1243 2017/06/01 03:58:38 jnemeth Exp $ +# $NetBSD: Makefile,v 1.1244 2017/06/04 14:18:39 taca Exp $ # COMMENT= Packages related to the World Wide Web @@ -821,6 +821,7 @@ SUBDIR+= ruby-rack-ssl SUBDIR+= ruby-rack-test SUBDIR+= ruby-rack14 SUBDIR+= ruby-rack15 +SUBDIR+= ruby-rack16 SUBDIR+= ruby-rails-deprecated_sanitizer SUBDIR+= ruby-rails-html-sanitizer SUBDIR+= ruby-rails32 --_----------=_1496585920124000--