Fairly simple version update, changes at https://github.com/sinatra/sinatra/blob/1.1.0/CHANGES
Tested on amd64. Looking for OKs. Jeremy Index: Makefile =================================================================== RCS file: /cvs/ports/www/ruby-sinatra/Makefile,v retrieving revision 1.11 diff -u -p -r1.11 Makefile --- Makefile 24 Nov 2010 21:35:16 -0000 1.11 +++ Makefile 1 Dec 2010 20:41:50 -0000 @@ -2,8 +2,7 @@ COMMENT = DSL for quickly creating web-applications in Ruby -DISTNAME = sinatra-1.0 -REVISION = 1 +DISTNAME = sinatra-1.1.0 CATEGORIES = www HOMEPAGE = http://www.sinatrarb.com/ @@ -19,8 +18,8 @@ MODULES = lang/ruby CONFIGURE_STYLE = ruby gem BUILD_DEPENDS = ${RUN_DEPENDS} -RUN_DEPENDS = devel/ruby-tilt,${MODRUBY_FLAVOR} \ - www/ruby-rack,${MODRUBY_FLAVOR}>=1.0.0 +RUN_DEPENDS = devel/ruby-tilt,${MODRUBY_FLAVOR}>=1.1,<2.0 \ + www/ruby-rack,${MODRUBY_FLAVOR}>=1.1,<2.0 MODRUBY_REGRESS = rake Index: distinfo =================================================================== RCS file: /cvs/ports/www/ruby-sinatra/distinfo,v retrieving revision 1.6 diff -u -p -r1.6 distinfo --- distinfo 5 Oct 2010 19:25:08 -0000 1.6 +++ distinfo 1 Dec 2010 20:41:56 -0000 @@ -1,5 +1,5 @@ -MD5 (sinatra-1.0.gem) = WN14kAsrlF8SZl7SnTOpCQ== -RMD160 (sinatra-1.0.gem) = kLXJhfSUV0FBwM8zFE0s8gbw6u0= -SHA1 (sinatra-1.0.gem) = D3miCuRu7dOH1bk6gj7MH5xBM7s= -SHA256 (sinatra-1.0.gem) = inmtMgm680pN/vYHmlRhw4HHVXUPihI0w2FEqDj2eoo= -SIZE (sinatra-1.0.gem) = 121856 +MD5 (sinatra-1.1.0.gem) = kivju7ZFYAgLrpANKVGCcQ== +RMD160 (sinatra-1.1.0.gem) = O51bjB2Wo9Wz/K6wqO6ilNLCZ6c= +SHA1 (sinatra-1.1.0.gem) = L/LVW63hSY/CcpKQfYG21Z8Xdl4= +SHA256 (sinatra-1.1.0.gem) = AUYT3XwkDs3SmdRUGnjPxajLpLAhMCgck5Jd9vd60DE= +SIZE (sinatra-1.1.0.gem) = 166400 Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/www/ruby-sinatra/pkg/PLIST,v retrieving revision 1.6 diff -u -p -r1.6 PLIST --- pkg/PLIST 8 Nov 2010 23:24:45 -0000 1.6 +++ pkg/PLIST 1 Dec 2010 20:42:03 -0000 @@ -4,8 +4,13 @@ ${GEM_LIB}/gems/${DISTNAME}/ ${GEM_LIB}/gems/${DISTNAME}/AUTHORS ${GEM_LIB}/gems/${DISTNAME}/CHANGES ${GEM_LIB}/gems/${DISTNAME}/LICENSE +${GEM_LIB}/gems/${DISTNAME}/README.de.rdoc +${GEM_LIB}/gems/${DISTNAME}/README.es.rdoc +${GEM_LIB}/gems/${DISTNAME}/README.fr.rdoc +${GEM_LIB}/gems/${DISTNAME}/README.hu.rdoc ${GEM_LIB}/gems/${DISTNAME}/README.jp.rdoc ${GEM_LIB}/gems/${DISTNAME}/README.rdoc +${GEM_LIB}/gems/${DISTNAME}/README.zh.rdoc ${GEM_LIB}/gems/${DISTNAME}/Rakefile ${GEM_LIB}/gems/${DISTNAME}/lib/ ${GEM_LIB}/gems/${DISTNAME}/lib/sinatra/ @@ -16,53 +21,82 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/sinatra/ ${GEM_LIB}/gems/${DISTNAME}/lib/sinatra/images/500.png ${GEM_LIB}/gems/${DISTNAME}/lib/sinatra/main.rb ${GEM_LIB}/gems/${DISTNAME}/lib/sinatra/showexceptions.rb -${GEM_LIB}/gems/${DISTNAME}/lib/sinatra/tilt.rb ${GEM_LIB}/gems/${DISTNAME}/sinatra.gemspec ${GEM_LIB}/gems/${DISTNAME}/test/ ${GEM_LIB}/gems/${DISTNAME}/test/base_test.rb ${GEM_LIB}/gems/${DISTNAME}/test/builder_test.rb +${GEM_LIB}/gems/${DISTNAME}/test/coffee_test.rb ${GEM_LIB}/gems/${DISTNAME}/test/contest.rb +${GEM_LIB}/gems/${DISTNAME}/test/encoding_test.rb ${GEM_LIB}/gems/${DISTNAME}/test/erb_test.rb ${GEM_LIB}/gems/${DISTNAME}/test/erubis_test.rb ${GEM_LIB}/gems/${DISTNAME}/test/extensions_test.rb ${GEM_LIB}/gems/${DISTNAME}/test/filter_test.rb ${GEM_LIB}/gems/${DISTNAME}/test/haml_test.rb +${GEM_LIB}/gems/${DISTNAME}/test/hello.mab ${GEM_LIB}/gems/${DISTNAME}/test/helper.rb ${GEM_LIB}/gems/${DISTNAME}/test/helpers_test.rb ${GEM_LIB}/gems/${DISTNAME}/test/less_test.rb +${GEM_LIB}/gems/${DISTNAME}/test/liquid_test.rb ${GEM_LIB}/gems/${DISTNAME}/test/mapped_error_test.rb +${GEM_LIB}/gems/${DISTNAME}/test/markaby_test.rb +${GEM_LIB}/gems/${DISTNAME}/test/markdown_test.rb ${GEM_LIB}/gems/${DISTNAME}/test/middleware_test.rb +${GEM_LIB}/gems/${DISTNAME}/test/nokogiri_test.rb ${GEM_LIB}/gems/${DISTNAME}/test/public/ ${GEM_LIB}/gems/${DISTNAME}/test/public/favicon.ico +${GEM_LIB}/gems/${DISTNAME}/test/radius_test.rb +${GEM_LIB}/gems/${DISTNAME}/test/rdoc_test.rb ${GEM_LIB}/gems/${DISTNAME}/test/request_test.rb ${GEM_LIB}/gems/${DISTNAME}/test/response_test.rb ${GEM_LIB}/gems/${DISTNAME}/test/result_test.rb ${GEM_LIB}/gems/${DISTNAME}/test/route_added_hook_test.rb ${GEM_LIB}/gems/${DISTNAME}/test/routing_test.rb ${GEM_LIB}/gems/${DISTNAME}/test/sass_test.rb +${GEM_LIB}/gems/${DISTNAME}/test/scss_test.rb ${GEM_LIB}/gems/${DISTNAME}/test/server_test.rb ${GEM_LIB}/gems/${DISTNAME}/test/settings_test.rb ${GEM_LIB}/gems/${DISTNAME}/test/sinatra_test.rb ${GEM_LIB}/gems/${DISTNAME}/test/static_test.rb ${GEM_LIB}/gems/${DISTNAME}/test/templates_test.rb +${GEM_LIB}/gems/${DISTNAME}/test/textile_test.rb ${GEM_LIB}/gems/${DISTNAME}/test/views/ +${GEM_LIB}/gems/${DISTNAME}/test/views/ascii.haml ${GEM_LIB}/gems/${DISTNAME}/test/views/error.builder ${GEM_LIB}/gems/${DISTNAME}/test/views/error.erb ${GEM_LIB}/gems/${DISTNAME}/test/views/error.erubis ${GEM_LIB}/gems/${DISTNAME}/test/views/error.haml ${GEM_LIB}/gems/${DISTNAME}/test/views/error.sass +${GEM_LIB}/gems/${DISTNAME}/test/views/explicitly_nested.str ${GEM_LIB}/gems/${DISTNAME}/test/views/foo/ ${GEM_LIB}/gems/${DISTNAME}/test/views/foo/hello.test ${GEM_LIB}/gems/${DISTNAME}/test/views/hello.builder +${GEM_LIB}/gems/${DISTNAME}/test/views/hello.coffee ${GEM_LIB}/gems/${DISTNAME}/test/views/hello.erb ${GEM_LIB}/gems/${DISTNAME}/test/views/hello.erubis ${GEM_LIB}/gems/${DISTNAME}/test/views/hello.haml ${GEM_LIB}/gems/${DISTNAME}/test/views/hello.less +${GEM_LIB}/gems/${DISTNAME}/test/views/hello.liquid +${GEM_LIB}/gems/${DISTNAME}/test/views/hello.mab +${GEM_LIB}/gems/${DISTNAME}/test/views/hello.md +${GEM_LIB}/gems/${DISTNAME}/test/views/hello.nokogiri +${GEM_LIB}/gems/${DISTNAME}/test/views/hello.radius +${GEM_LIB}/gems/${DISTNAME}/test/views/hello.rdoc ${GEM_LIB}/gems/${DISTNAME}/test/views/hello.sass +${GEM_LIB}/gems/${DISTNAME}/test/views/hello.scss +${GEM_LIB}/gems/${DISTNAME}/test/views/hello.str ${GEM_LIB}/gems/${DISTNAME}/test/views/hello.test +${GEM_LIB}/gems/${DISTNAME}/test/views/hello.textile ${GEM_LIB}/gems/${DISTNAME}/test/views/layout2.builder ${GEM_LIB}/gems/${DISTNAME}/test/views/layout2.erb ${GEM_LIB}/gems/${DISTNAME}/test/views/layout2.erubis ${GEM_LIB}/gems/${DISTNAME}/test/views/layout2.haml +${GEM_LIB}/gems/${DISTNAME}/test/views/layout2.liquid +${GEM_LIB}/gems/${DISTNAME}/test/views/layout2.mab +${GEM_LIB}/gems/${DISTNAME}/test/views/layout2.nokogiri +${GEM_LIB}/gems/${DISTNAME}/test/views/layout2.radius +${GEM_LIB}/gems/${DISTNAME}/test/views/layout2.str ${GEM_LIB}/gems/${DISTNAME}/test/views/layout2.test +${GEM_LIB}/gems/${DISTNAME}/test/views/nested.str +${GEM_LIB}/gems/${DISTNAME}/test/views/utf8.haml ${GEM_LIB}/specifications/${DISTNAME}.gemspec
