Update ruby-thin to 1.2.7.
ok jeremy@ landry@
This commit is contained in:
parent
ae269d4653
commit
1ad25b4ea2
@ -1,9 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2011/01/06 04:24:25 jeremy Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2011/01/12 17:47:38 rpointel Exp $
|
||||
|
||||
COMMENT = fast and very simple Ruby web server
|
||||
|
||||
DISTNAME = thin-1.2.2
|
||||
REVISION = 3
|
||||
DISTNAME = thin-1.2.7
|
||||
CATEGORIES = www
|
||||
|
||||
HOMEPAGE = http://code.macournoyer.com/thin/
|
||||
@ -18,8 +17,8 @@ MODULES = lang/ruby
|
||||
CONFIGURE_STYLE = ruby gem ext
|
||||
|
||||
BUILD_DEPENDS = ${RUN_DEPENDS}
|
||||
RUN_DEPENDS = www/ruby-rack,${MODRUBY_FLAVOR}>=0.3.0 \
|
||||
RUN_DEPENDS = www/ruby-rack,${MODRUBY_FLAVOR}>=1.0.0 \
|
||||
devel/ruby-daemons,${MODRUBY_FLAVOR}>=1.0.9 \
|
||||
net/ruby-eventmachine,${MODRUBY_FLAVOR}>=0.12.0
|
||||
net/ruby-eventmachine,${MODRUBY_FLAVOR}>=0.12.6
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (thin-1.2.2.gem) = kpFC0GC1Dl+7KB9WOBvNpA==
|
||||
RMD160 (thin-1.2.2.gem) = gMqxkQIRHvJkw9eC/iZj//ED8q8=
|
||||
SHA1 (thin-1.2.2.gem) = q0JSI9RbdotVKklnrJVLVLYdz5I=
|
||||
SHA256 (thin-1.2.2.gem) = ISoznUvkHxge8vzpoCKU3m25fcdhYD2sJtFavPVWARM=
|
||||
SIZE (thin-1.2.2.gem) = 145408
|
||||
MD5 (thin-1.2.7.gem) = XeGatFwipbXaLJRSozwPJg==
|
||||
RMD160 (thin-1.2.7.gem) = Fb/AJ1Cav/I7dSnkefsbJq7tZo8=
|
||||
SHA1 (thin-1.2.7.gem) = kqEMpWDnm5hBrs0IUm2vFDV7gaA=
|
||||
SHA256 (thin-1.2.7.gem) = u3dZKDR4r7wXIOl8CRx7/qt3aOWhvI1LXU/+rUf85UU=
|
||||
SIZE (thin-1.2.7.gem) = 140288
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2010/11/08 23:24:45 jeremy Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2011/01/12 17:47:38 rpointel Exp $
|
||||
${GEM_BIN}/thin${GEM_BIN_SUFFIX}
|
||||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
@ -70,7 +70,6 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/thin/stats.html.erb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/thin/stats.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/thin/statuses.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/thin/version.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/thin_parser.bundle
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/thin_parser.so
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/backends/
|
||||
@ -174,7 +173,6 @@ ${GEM_LIB}/gems/${DISTNAME}/tasks/
|
||||
${GEM_LIB}/gems/${DISTNAME}/tasks/announce.rake
|
||||
${GEM_LIB}/gems/${DISTNAME}/tasks/deploy.rake
|
||||
${GEM_LIB}/gems/${DISTNAME}/tasks/email.erb
|
||||
${GEM_LIB}/gems/${DISTNAME}/tasks/ext.rake
|
||||
${GEM_LIB}/gems/${DISTNAME}/tasks/gem.rake
|
||||
${GEM_LIB}/gems/${DISTNAME}/tasks/rdoc.rake
|
||||
${GEM_LIB}/gems/${DISTNAME}/tasks/site.rake
|
||||
|
Loading…
Reference in New Issue
Block a user