Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id E531C63B86D for ; Sun, 16 Sep 2012 13:38:46 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id C469314A1DA; Sun, 16 Sep 2012 13:38:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0460F14A1D3 for ; Sun, 16 Sep 2012 13:38:45 +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 mhLtWFHkzQOF for ; Sun, 16 Sep 2012 13:38:44 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 6EB7514A1C9 for ; Sun, 16 Sep 2012 13:38:44 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id E1802175DD; Sun, 16 Sep 2012 13:37:52 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Sun, 16 Sep 2012 13:37:52 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/www/ruby-liquid To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20120916133752.E1802175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: taca Date: Sun Sep 16 13:37:52 UTC 2012 Modified Files: pkgsrc/www/ruby-liquid: Makefile PLIST distinfo Log Message: Update ruby-liquid to 2.4.1. # Liquid Version History ## 2.4.0 / 2012-08-03 * Performance improvements * Allow filters in `assign` * Add `modulo` filter * Ruby 1.8, 1.9, and Rubinius compatibility fixes * Add support for `quoted['references']` in `tablerow` * Add support for Enumerable to `tablerow` * `strip_html` filter removes html comments To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/ruby-liquid/Makefile \ pkgsrc/www/ruby-liquid/PLIST pkgsrc/www/ruby-liquid/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.