pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/ruby-actionpack Update ruby-actionpack to 1.13.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/70ca7adbaa8d
branches:  trunk
changeset: 526675:70ca7adbaa8d
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sat Mar 17 11:10:16 2007 +0000

description:
Update ruby-actionpack to 1.13.3.

Changes:
* Apply [5709] to stable.
* session_enabled? works with session :off.
* Performance: patch cgi/session to require digest/md5 once rather than per
  #cre ate_new_id.

diffstat:

 www/ruby-actionpack/Makefile |  10 +++++-----
 www/ruby-actionpack/PLIST    |   3 ++-
 www/ruby-actionpack/distinfo |   8 ++++----
 3 files changed, 11 insertions(+), 10 deletions(-)

diffs (56 lines):

diff -r 74c5a2c00b31 -r 70ca7adbaa8d www/ruby-actionpack/Makefile
--- a/www/ruby-actionpack/Makefile      Sat Mar 17 11:05:48 2007 +0000
+++ b/www/ruby-actionpack/Makefile      Sat Mar 17 11:10:16 2007 +0000
@@ -1,16 +1,16 @@
-# $NetBSD: Makefile,v 1.7 2007/02/18 23:29:06 minskim Exp $
+# $NetBSD: Makefile,v 1.8 2007/03/17 11:10:16 minskim Exp $
 
-DISTNAME=      actionpack-1.13.2
+DISTNAME=      actionpack-1.13.3
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
 CATEGORIES=    www ruby
-MASTER_SITES=  http://rubyforge.org/frs/download.php/17227/
+MASTER_SITES=  http://rubyforge.org/frs/download.php/18402/
 EXTRACT_SUFX=  .tgz
 
 MAINTAINER=    minskim%NetBSD.org@localhost
-HOMEPAGE=      http://ap.rubyonrails.com/
+HOMEPAGE=      http://rubyforge.org/projects/actionpack/
 COMMENT=       Two-step approach to web response generation
 
-DEPENDS+=      ${RUBY_PKGPREFIX}-activesupport>=1.4.1:../../devel/ruby-activesupport
+DEPENDS+=      ${RUBY_PKGPREFIX}-activesupport>=1.4.2:../../devel/ruby-activesupport
 
 NO_BUILD=              yes
 USE_RUBY_INSTALL=      yes
diff -r 74c5a2c00b31 -r 70ca7adbaa8d www/ruby-actionpack/PLIST
--- a/www/ruby-actionpack/PLIST Sat Mar 17 11:05:48 2007 +0000
+++ b/www/ruby-actionpack/PLIST Sat Mar 17 11:10:16 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2007/02/18 23:29:06 minskim Exp $
+@comment $NetBSD: PLIST,v 1.9 2007/03/17 11:10:16 minskim Exp $
 ${RUBY_SITELIBDIR}/action_controller.rb
 ${RUBY_SITELIBDIR}/action_controller/assertions.rb
 ${RUBY_SITELIBDIR}/action_controller/assertions/deprecated_assertions.rb
@@ -15,6 +15,7 @@
 ${RUBY_SITELIBDIR}/action_controller/cgi_ext/cgi_methods.rb
 ${RUBY_SITELIBDIR}/action_controller/cgi_ext/cookie_performance_fix.rb
 ${RUBY_SITELIBDIR}/action_controller/cgi_ext/raw_post_data_fix.rb
+${RUBY_SITELIBDIR}/action_controller/cgi_ext/session_performance_fix.rb
 ${RUBY_SITELIBDIR}/action_controller/cgi_process.rb
 ${RUBY_SITELIBDIR}/action_controller/components.rb
 ${RUBY_SITELIBDIR}/action_controller/cookies.rb
diff -r 74c5a2c00b31 -r 70ca7adbaa8d www/ruby-actionpack/distinfo
--- a/www/ruby-actionpack/distinfo      Sat Mar 17 11:05:48 2007 +0000
+++ b/www/ruby-actionpack/distinfo      Sat Mar 17 11:10:16 2007 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2007/02/18 23:29:06 minskim Exp $
+$NetBSD: distinfo,v 1.9 2007/03/17 11:10:16 minskim Exp $
 
-SHA1 (actionpack-1.13.2.tgz) = 2a660bd84dece70c1d154377124663abc87ae20a
-RMD160 (actionpack-1.13.2.tgz) = 42168666c33f6fac450480128a04e570c96649f5
-Size (actionpack-1.13.2.tgz) = 604018 bytes
+SHA1 (actionpack-1.13.3.tgz) = d5b607190b26430df886a73fd114e8147b11ee19
+RMD160 (actionpack-1.13.3.tgz) = 5361a000554b3a39ec67598993f0393c86ed8bfc
+Size (actionpack-1.13.3.tgz) = 606870 bytes
 SHA1 (patch-ab) = bfba841b0af9d503a71745cc8d992e9d09d94191



Home | Main Index | Thread Index | Old Index