Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 7E7BE720E7 for ; Sun, 15 Sep 2013 18:25:55 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id E443214A214; Sun, 15 Sep 2013 18:25:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 81C3614A204 for ; Sun, 15 Sep 2013 18:25:50 +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 lXA-KTcYWZye for ; Sun, 15 Sep 2013 18:25:49 +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 A4DB014A201 for ; Sun, 15 Sep 2013 18:25:49 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 99BBF96; Sun, 15 Sep 2013 18:25:49 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Sun, 15 Sep 2013 18:25:49 +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: <20130915182549.99BBF96@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 15 18:25:49 UTC 2013 Modified Files: pkgsrc/www/ruby-padrino: Makefile.common pkgsrc/www/ruby-padrino-admin: PLIST distinfo pkgsrc/www/ruby-padrino-cache: PLIST distinfo pkgsrc/www/ruby-padrino-core: PLIST distinfo pkgsrc/www/ruby-padrino-gen: PLIST distinfo pkgsrc/www/ruby-padrino-helpers: PLIST distinfo pkgsrc/www/ruby-padrino-mailer: distinfo Log Message: Update ruby-padrino related packages to 0.11.3. 0.11.3 (July 29th 2013) * FIX #1297 Added missing comma to spec_helper.rb generation (@lmorduch) * FIX #1298 DataMapper auto_migrate/auto_upgrade the default repository (@Ortuna) * FIX #1276 Merged range_field_tag.* templates into form_tag.* (@Ortuna) * FIX #1247 Ensure requiring active_record (@udzura) * FIX #1307 Lock nokogiri to 1.5.10 (@Ortuna) * FIX #1307 fixed haml_tag so it doesn¡Çt explode with undefined method (@Ortuna) * FIX #1314 Do not add authenticity token to GET form (@Ortuna) * FIX #1320 Some auto-detection for authenticity_token & form_tag (@Ortuna) * FIX #1319 ¡È&¡É should be escaped to ¡È&¡É (@tmtm) * NEW #1321 Added some additional HTML boolean attributes. (@namusyaka) * FIX #1325 Locking down active support to less than 4.0 (@Ortuna) * NEW #1326 Add ability for cache_key to be a block (@Ortuna) * FIX #1318 Make caption arg in submit-tag helper optional even when options args are supplied (@dayflower) * FIX #1313 Implemented create and drop tasks for Sequel (@dariocravero) * FIX #1250 Prevent logging of health-check requests at log level over :debug (@tyabe) * FIX #1244 mat method do not working in admin views (@silentvick) * FIX #1226 Allow users to override admin templates on a file by file basis (@xavriley) * FIX #1054 Implemented disabled attribute for select_tag form helper (@dariocravero) * FIX #1328 Added test cases for #1188 (@Ortuna) * FIX #1186 Reverted DataMapper¡Çs explicit String to Integer castings. (@dariocravero) * FIX #1330 Update Twitter Bootstrap and Font-Awesome (@WaYdotNET) * FIX #1335 Make instances of he | himself | his | him all be gender neutral. (@didlix) * FIX #1334 Error into admin section (@WaYdotNET) * FIX #1336 File.read is better than ¡Èopen¡É (@namusyaka) * FIX #1294 Use :grouped_options of select_tag (@namusyaka) * FIX #1337 don¡Çt use block for content_tag in #select_tag (@namusyaka) * FIX #751 introduce #absolute_url for generating absolute urls (@ujifgc) * FIX #827 refactor padrino-cache expiration (@ujifgc) * FIX #1327 introduce :namespace option to abstract form builder (@sshaw) * FIX #1341 Fix module name including dashes in project generator (@tyabe) * FIX #1261 introduce case insensitive authentication by email (@ujifgc) * FIX skip padrino-cache with mongo on rbx engine (@ujifgc) * FIX #1195 Generator errors without git already set-up (@ujifgc) * FIX #1349 Redo tests for cache (@Ortuna) * FIX #1353 Add test cases for select_tag (@namusyaka) * FIX #1354 compatibility with 1.8.7 (@namusyaka) * FIX #1355 Automatically add multipart option to form_for if include file_field (@tyabe) * FIX #1356 Breadcrumb#del does not work when name type is Str (@namusyaka) * FIX Receive multipart option (@tyabe) * NEW #1358 Add test file for breadcrumbs. (@namusyaka) * FIX #1361 prioritized routes are working again (@namusyaka) * FIX #1257 Add a test to show use case for routing priority (@jeffutter) * FIX #1365 padrino rake mi:create_indexes task looks at subdirs (@natsumesou) * FIX #1367 bad placement output of button_to (@namusyaka) To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/ruby-padrino/Makefile.common cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/ruby-padrino-admin/PLIST \ pkgsrc/www/ruby-padrino-admin/distinfo cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/ruby-padrino-cache/PLIST \ pkgsrc/www/ruby-padrino-cache/distinfo cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/ruby-padrino-core/PLIST \ pkgsrc/www/ruby-padrino-core/distinfo cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/ruby-padrino-gen/PLIST \ pkgsrc/www/ruby-padrino-gen/distinfo cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/ruby-padrino-helpers/PLIST \ pkgsrc/www/ruby-padrino-helpers/distinfo cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/ruby-padrino-mailer/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.