Fri Dec 16 13:18:37 2011 UTC ()
Update ruby-innate package to 2011.10.

[7ad5d81 | 2011-10-23 17:19:58 UTC] Michael Fellinger <m.fellinger@gmail.com>

  * Version 2011.10

[013b148 | 2011-10-22 20:12:45 UTC] Michael Fellinger <m.fellinger@gmail.com>

  * Remove deprecated Innate::Session.options.expires, use Innate::Session.options.ttl instead

[ae24452 | 2011-10-22 20:10:57 UTC] Michael Fellinger <m.fellinger@gmail.com>

  * Remove deprecated shared :mock block

[7bf2528 | 2011-10-21 23:41:34 UTC] Michael Fellinger <m.fellinger@gmail.com>

  * Another 1.8 incompatibility in the spec

[97cf46a | 2011-10-21 23:39:23 UTC] Michael Fellinger <m.fellinger@gmail.com>

  * Make provides spec more robust

[11bdba7 | 2011-10-21 22:38:16 UTC] Michael Fellinger <m.fellinger@gmail.com>

  * Try requiring rubygems for the lesser versions

[8dcfffb | 2011-10-21 22:35:20 UTC] Michael Fellinger <m.fellinger@gmail.com>

  * Remove set -x, let's get down to business

[7a5066f | 2011-10-21 22:33:25 UTC] Michael Fellinger <m.fellinger@gmail.com>

  * Try ignoring trust issues with .rvmrc

[f913028 | 2011-10-21 22:16:06 UTC] Michael Fellinger <m.fellinger@gmail.com>

  * Load rvm manually

[3791189 | 2011-10-21 22:14:12 UTC] Michael Fellinger <m.fellinger@gmail.com>

  * turn debugging for rvm on

[845c834 | 2011-10-21 22:11:44 UTC] Michael Fellinger <m.fellinger@gmail.com>

  * Try debugging and loading bashrc to get rvm

[85ff8df | 2011-10-21 22:09:46 UTC] Michael Fellinger <m.fellinger@gmail.com>

  * And make things a bit more complicated

[e725da7 | 2011-10-21 21:58:22 UTC] Michael Fellinger <m.fellinger@gmail.com>

  * try to make travis happy

[acaa77a | 2011-10-21 21:55:48 UTC] Michael Fellinger <m.fellinger@gmail.com>

  * Move rvm gemset import to the right place

[ac0371c | 2011-10-21 16:30:40 UTC] Michael Fellinger <m.fellinger@gmail.com>

  * Try setup via .rvmrc .gems

[156e09b | 2011-10-21 16:30:21 UTC] Michael Fellinger <m.fellinger@gmail.com>

  * Remove dependency on json

[b5ca6a3 | 2011-10-21 15:53:08 UTC] Michael Fellinger <m.fellinger@gmail.com>

  * Run setup before bacon

[0426977 | 2011-10-21 15:47:21 UTC] Michael Fellinger <m.fellinger@gmail.com>

  * Revert "Remove the unused gem install task"

    This reverts commit 3e1cc52743470886f7b50db633535bcf6765b638.

[3e1cc52 | 2011-10-21 15:36:30 UTC] Michael Fellinger <m.fellinger@gmail.com>

  * Remove the unused gem install task

[9390547 | 2011-10-21 15:36:15 UTC] Michael Fellinger <m.fellinger@gmail.com>

  * Fix location of RUBY

[f086a10 | 2011-10-21 15:35:46 UTC] Michael Fellinger <m.fellinger@gmail.com>

  * Fix the gem package task

[bed5d5a | 2011-10-21 15:35:02 UTC] Michael Fellinger <m.fellinger@gmail.com>

  * Update rvmrc

[965ed57 | 2011-10-21 15:20:10 UTC] Michael Fellinger <m.fellinger@gmail.com>

  * Adding travis config

[e9b0d7c | 2011-09-23 10:06:54 UTC] Yorick Peterse <yorickpeterse@gmail.com>

  * Updated the README, fixes #5

    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[157a09d | 2011-08-18 08:00:28 UTC] YorickPeterse <yorickpeterse@gmail.com>

  * Added a .rvmrc file and updated the .gitignore file to exclude rcov data.

[7df330c | 2011-07-20 08:09:53 UTC] Michael Fellinger <m.fellinger@gmail.com>

  * Update spec file exclusion

[a4eb56a | 2011-06-01 23:07:46 UTC] Michael Fellinger <m.fellinger@gmail.com>

  * Update Node documentation


(taca)
diff -r1.3 -r1.4 pkgsrc/www/ruby-innate/Makefile
diff -r1.3 -r1.4 pkgsrc/www/ruby-innate/PLIST
diff -r1.3 -r1.4 pkgsrc/www/ruby-innate/distinfo

cvs diff -r1.3 -r1.4 pkgsrc/www/ruby-innate/Makefile (expand / switch to unified diff)

--- pkgsrc/www/ruby-innate/Makefile 2011/06/19 03:55:11 1.3
+++ pkgsrc/www/ruby-innate/Makefile 2011/12/16 13:18:37 1.4
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.3 2011/06/19 03:55:11 taca Exp $ 1# $NetBSD: Makefile,v 1.4 2011/12/16 13:18:37 taca Exp $
2 2
3DISTNAME= innate-2011.04 3DISTNAME= innate-2011.10
4CATEGORIES= devel 4CATEGORIES= devel
5 5
6MAINTAINER= filip@joyent.com 6MAINTAINER= filip@joyent.com
7HOMEPAGE= http://github.com/manveru/innate 7HOMEPAGE= http://github.com/manveru/innate
8COMMENT= Powerful web-framework wrapper for Rack 8COMMENT= Powerful web-framework wrapper for Rack
9LICENSE= mit 9LICENSE= mit
10 10
11DEPENDS+= ${RUBY_PKGPREFIX}-rack>=1.1.0:../../www/ruby-rack 11DEPENDS+= ${RUBY_PKGPREFIX}-rack>=1.1.0:../../www/ruby-rack
12 12
13.include "../../lang/ruby/gem.mk" 13.include "../../lang/ruby/gem.mk"
14.include "../../mk/bsd.pkg.mk" 14.include "../../mk/bsd.pkg.mk"

cvs diff -r1.3 -r1.4 pkgsrc/www/ruby-innate/PLIST (expand / switch to unified diff)

--- pkgsrc/www/ruby-innate/PLIST 2011/06/19 03:55:11 1.3
+++ pkgsrc/www/ruby-innate/PLIST 2011/12/16 13:18:37 1.4
@@ -1,16 +1,20 @@ @@ -1,16 +1,20 @@
1@comment $NetBSD: PLIST,v 1.3 2011/06/19 03:55:11 taca Exp $ 1@comment $NetBSD: PLIST,v 1.4 2011/12/16 13:18:37 taca Exp $
2${GEM_HOME}/cache/${GEM_NAME}.gem 2${GEM_HOME}/cache/${GEM_NAME}.gem
 3${GEM_LIBDIR}/.gems
3${GEM_LIBDIR}/.gitignore 4${GEM_LIBDIR}/.gitignore
 5${GEM_LIBDIR}/.load_gemset
 6${GEM_LIBDIR}/.rvmrc
 7${GEM_LIBDIR}/.travis.yml
4${GEM_LIBDIR}/AUTHORS 8${GEM_LIBDIR}/AUTHORS
5${GEM_LIBDIR}/CHANGELOG 9${GEM_LIBDIR}/CHANGELOG
6${GEM_LIBDIR}/COPYING 10${GEM_LIBDIR}/COPYING
7${GEM_LIBDIR}/MANIFEST 11${GEM_LIBDIR}/MANIFEST
8${GEM_LIBDIR}/README.md 12${GEM_LIBDIR}/README.md
9${GEM_LIBDIR}/Rakefile 13${GEM_LIBDIR}/Rakefile
10${GEM_LIBDIR}/example/app/retro_games.rb 14${GEM_LIBDIR}/example/app/retro_games.rb
11${GEM_LIBDIR}/example/app/todo/layout/default.xhtml 15${GEM_LIBDIR}/example/app/todo/layout/default.xhtml
12${GEM_LIBDIR}/example/app/todo/spec/todo.rb 16${GEM_LIBDIR}/example/app/todo/spec/todo.rb
13${GEM_LIBDIR}/example/app/todo/start.rb 17${GEM_LIBDIR}/example/app/todo/start.rb
14${GEM_LIBDIR}/example/app/todo/view/index.xhtml 18${GEM_LIBDIR}/example/app/todo/view/index.xhtml
15${GEM_LIBDIR}/example/app/whywiki_erb/layout/wiki.html.erb 19${GEM_LIBDIR}/example/app/whywiki_erb/layout/wiki.html.erb
16${GEM_LIBDIR}/example/app/whywiki_erb/spec/wiki.rb 20${GEM_LIBDIR}/example/app/whywiki_erb/spec/wiki.rb

cvs diff -r1.3 -r1.4 pkgsrc/www/ruby-innate/distinfo (expand / switch to unified diff)

--- pkgsrc/www/ruby-innate/distinfo 2011/06/19 03:55:11 1.3
+++ pkgsrc/www/ruby-innate/distinfo 2011/12/16 13:18:37 1.4
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.3 2011/06/19 03:55:11 taca Exp $ 1$NetBSD: distinfo,v 1.4 2011/12/16 13:18:37 taca Exp $
2 2
3SHA1 (innate-2011.04.gem) = 8ab00d8a6f9a88a403de162275809b679fa21247 3SHA1 (innate-2011.10.gem) = 2e178d3bcceadc165e6e012f40843a462da669a2
4RMD160 (innate-2011.04.gem) = de12b9ad46601a5ffc8ecacab1046dd9c804ea39 4RMD160 (innate-2011.10.gem) = 05adfd9ee77d1db800b12db07111818cf6c47e78
5Size (innate-2011.04.gem) = 103424 bytes 5Size (innate-2011.10.gem) = 103936 bytes