summaryrefslogtreecommitdiff
path: root/www/ramaze
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2012-04-29 16:09:34 +0000
committertaca <taca@pkgsrc.org>2012-04-29 16:09:34 +0000
commit93ad96561f0ee239d6a565739d488fe777c407f5 (patch)
tree99c54ff76e3976c96ae97d9effb4097d7094d982 /www/ramaze
parentcc28b98befaa175c85ebb0ac74a7cd336e52c343 (diff)
downloadpkgsrc-93ad96561f0ee239d6a565739d488fe777c407f5.tar.gz
Update ramaze to 2012.04.14.
Changelog * The Redis adapter (Ramaze::Cache::Redis) has been fixed so that it works with sessions, previously this would result in "Can't convert into symbol" errors and the like. This problem was caused by not encoding data using Marshal. Thanks to EdvardM for reporting the issue. * The Redis cache adapter namespaces keys just like the other adapters. * Ramaze::Cache::MemCache has been updated for the latest version of Dalli and should no longer display deprecation warnings. The minimum required version of Dalli has been set to at least 2.0.2. * Various documentation improvements and additions. * The HTML of the pagination helper can now be customized, thanks to Leucos and bougyman for adding it.
Diffstat (limited to 'www/ramaze')
-rw-r--r--www/ramaze/Makefile4
-rw-r--r--www/ramaze/PLIST6
-rw-r--r--www/ramaze/distinfo8
3 files changed, 11 insertions, 7 deletions
diff --git a/www/ramaze/Makefile b/www/ramaze/Makefile
index 9079518b46b..def156116ca 100644
--- a/www/ramaze/Makefile
+++ b/www/ramaze/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2012/03/20 13:53:35 taca Exp $
+# $NetBSD: Makefile,v 1.10 2012/04/29 16:09:34 taca Exp $
-DISTNAME= ramaze-2012.03.07
+DISTNAME= ramaze-2012.04.14
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/www/ramaze/PLIST b/www/ramaze/PLIST
index 54229d1bf83..8b54ef481c1 100644
--- a/www/ramaze/PLIST
+++ b/www/ramaze/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2012/03/20 13:53:35 taca Exp $
+@comment $NetBSD: PLIST,v 1.9 2012/04/29 16:09:34 taca Exp $
bin/ramaze
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.gems
@@ -414,7 +414,11 @@ ${GEM_LIBDIR}/spec/ramaze/public/ramaze.png
${GEM_LIBDIR}/spec/ramaze/public/test_download.css
${GEM_LIBDIR}/spec/ramaze/request.rb
${GEM_LIBDIR}/spec/ramaze/rewrite/file.css
+${GEM_LIBDIR}/spec/ramaze/session/localmemcache.rb
+${GEM_LIBDIR}/spec/ramaze/session/lru.rb
${GEM_LIBDIR}/spec/ramaze/session/memcache.rb
+${GEM_LIBDIR}/spec/ramaze/session/redis.rb
+${GEM_LIBDIR}/spec/ramaze/session/sequel.rb
${GEM_LIBDIR}/spec/ramaze/struct.rb
${GEM_LIBDIR}/spec/ramaze/template/ramaze/external.test
${GEM_LIBDIR}/spec/ramaze/view.rb
diff --git a/www/ramaze/distinfo b/www/ramaze/distinfo
index e8328f47f03..6a26ebece9c 100644
--- a/www/ramaze/distinfo
+++ b/www/ramaze/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2012/03/20 13:53:35 taca Exp $
+$NetBSD: distinfo,v 1.8 2012/04/29 16:09:34 taca Exp $
-SHA1 (ramaze-2012.03.07.gem) = c26dd6359ee240845e50ad318fd842449a682a2f
-RMD160 (ramaze-2012.03.07.gem) = cfb96678168cf86f23400dfee43a03000abd9cea
-Size (ramaze-2012.03.07.gem) = 598016 bytes
+SHA1 (ramaze-2012.04.14.gem) = 04c593c66a4510526daed3a1ce128147a58e7018
+RMD160 (ramaze-2012.04.14.gem) = cc3a6a36563713c170fcc94ba444333482f39702
+Size (ramaze-2012.04.14.gem) = 601088 bytes