Bump ruby-sinatra version to 1.1.0.

Permission given from landry@ and espie@ to commit ruby ports without
OKs.
This commit is contained in:
jeremy 2010-12-20 17:28:43 +00:00
parent d876093129
commit 3c204b76fd
3 changed files with 45 additions and 12 deletions

View File

@ -1,9 +1,8 @@
# $OpenBSD: Makefile,v 1.11 2010/11/24 21:35:16 jeremy Exp $
# $OpenBSD: Makefile,v 1.12 2010/12/20 17:28:43 jeremy Exp $
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

View File

@ -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

View File

@ -1,11 +1,16 @@
@comment $OpenBSD: PLIST,v 1.6 2010/11/08 23:24:45 jeremy Exp $
@comment $OpenBSD: PLIST,v 1.7 2010/12/20 17:28:43 jeremy Exp $
${GEM_LIB}/cache/${DISTNAME}.gem
${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/images/404.png
${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