diff options
author | obache <obache@pkgsrc.org> | 2013-06-16 09:36:23 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-06-16 09:36:23 +0000 |
commit | 353006f5695266c46c246d02bed65d28c1b96dbb (patch) | |
tree | efc22c1edda002663bea4c86dd346976866dde98 /www/ruby-http_router | |
parent | 444072d50f2afb132cabd9f7a2fb5dff97109f6e (diff) | |
download | pkgsrc-353006f5695266c46c246d02bed65d28c1b96dbb.tar.gz |
Update ruby-http_router to 0.11.0.
no summary changes.
Diffstat (limited to 'www/ruby-http_router')
-rw-r--r-- | www/ruby-http_router/Makefile | 5 | ||||
-rw-r--r-- | www/ruby-http_router/PLIST | 18 | ||||
-rw-r--r-- | www/ruby-http_router/distinfo | 8 |
3 files changed, 17 insertions, 14 deletions
diff --git a/www/ruby-http_router/Makefile b/www/ruby-http_router/Makefile index 80a0abfe0d9..085a47f4275 100644 --- a/www/ruby-http_router/Makefile +++ b/www/ruby-http_router/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2013/02/11 12:43:13 taca Exp $ +# $NetBSD: Makefile,v 1.2 2013/06/16 09:36:23 obache Exp $ -DISTNAME= http_router-0.10.2 +DISTNAME= http_router-0.11.0 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org @@ -8,6 +8,7 @@ HOMEPAGE= http://github.com/joshbuddy/http_router/ COMMENT= Kick-ass HTTP router for use in Rack LICENSE= mit +DEPENDS+= ${RUBY_PKGPREFIX}-rack>=1.0.0:../../www/ruby-rack DEPENDS+= ${RUBY_PKGPREFIX}-url_mount>=0.2.1<0.3:../../www/ruby-url_mount .include "../../lang/ruby/gem.mk" diff --git a/www/ruby-http_router/PLIST b/www/ruby-http_router/PLIST index d770ac9c8ee..fe252393d19 100644 --- a/www/ruby-http_router/PLIST +++ b/www/ruby-http_router/PLIST @@ -1,7 +1,6 @@ -@comment $NetBSD: PLIST,v 1.1 2013/02/11 12:43:13 taca Exp $ +@comment $NetBSD: PLIST,v 1.2 2013/06/16 09:36:23 obache Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.gitignore -${GEM_LIBDIR}/.rspec ${GEM_LIBDIR}/Gemfile ${GEM_LIBDIR}/LICENSE ${GEM_LIBDIR}/README.md @@ -29,25 +28,28 @@ ${GEM_LIBDIR}/js/package.json ${GEM_LIBDIR}/js/test/test.coffee ${GEM_LIBDIR}/js/test/test.js ${GEM_LIBDIR}/lib/http_router.rb +${GEM_LIBDIR}/lib/http_router/generation_helper.rb +${GEM_LIBDIR}/lib/http_router/generator.rb ${GEM_LIBDIR}/lib/http_router/node.rb -${GEM_LIBDIR}/lib/http_router/node/arbitrary.rb +${GEM_LIBDIR}/lib/http_router/node/abstract_request_node.rb ${GEM_LIBDIR}/lib/http_router/node/free_regex.rb ${GEM_LIBDIR}/lib/http_router/node/glob.rb ${GEM_LIBDIR}/lib/http_router/node/glob_regex.rb +${GEM_LIBDIR}/lib/http_router/node/host.rb ${GEM_LIBDIR}/lib/http_router/node/lookup.rb ${GEM_LIBDIR}/lib/http_router/node/path.rb ${GEM_LIBDIR}/lib/http_router/node/regex.rb -${GEM_LIBDIR}/lib/http_router/node/request.rb +${GEM_LIBDIR}/lib/http_router/node/request_method.rb ${GEM_LIBDIR}/lib/http_router/node/root.rb +${GEM_LIBDIR}/lib/http_router/node/scheme.rb ${GEM_LIBDIR}/lib/http_router/node/spanning_regex.rb +${GEM_LIBDIR}/lib/http_router/node/user_agent.rb ${GEM_LIBDIR}/lib/http_router/node/variable.rb -${GEM_LIBDIR}/lib/http_router/rack.rb -${GEM_LIBDIR}/lib/http_router/rack/builder.rb -${GEM_LIBDIR}/lib/http_router/rack/url_map.rb -${GEM_LIBDIR}/lib/http_router/regex_route.rb +${GEM_LIBDIR}/lib/http_router/regex_route_generation.rb ${GEM_LIBDIR}/lib/http_router/request.rb ${GEM_LIBDIR}/lib/http_router/response.rb ${GEM_LIBDIR}/lib/http_router/route.rb +${GEM_LIBDIR}/lib/http_router/route_helper.rb ${GEM_LIBDIR}/lib/http_router/util.rb ${GEM_LIBDIR}/lib/http_router/version.rb ${GEM_LIBDIR}/test/common/generate.txt diff --git a/www/ruby-http_router/distinfo b/www/ruby-http_router/distinfo index c4106253bd9..dcb8a308345 100644 --- a/www/ruby-http_router/distinfo +++ b/www/ruby-http_router/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2013/02/11 12:43:13 taca Exp $ +$NetBSD: distinfo,v 1.2 2013/06/16 09:36:23 obache Exp $ -SHA1 (http_router-0.10.2.gem) = 6915567ec42c411e35a12a0807abb825d792f755 -RMD160 (http_router-0.10.2.gem) = 3595b8c7a779cada03a5fb62199635e2220e9bea -Size (http_router-0.10.2.gem) = 156160 bytes +SHA1 (http_router-0.11.0.gem) = 7ae03fe05247a1a86267d98eef68f033d75e117e +RMD160 (http_router-0.11.0.gem) = e5b22deaa315ac6dc7ddb8604cdd0e29c022d664 +Size (http_router-0.11.0.gem) = 155648 bytes |