Update to rainbows 4.3.1.
This commit is contained in:
parent
e2e496f72c
commit
31ec05e147
@ -1,9 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2011/09/16 12:00:09 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2011/11/18 00:07:19 jeremy Exp $
|
||||
|
||||
COMMENT = ruby-unicorn for sleepy apps and slow clients
|
||||
|
||||
DISTNAME = rainbows-4.0.0
|
||||
REVISION= 0
|
||||
DISTNAME = rainbows-4.3.1
|
||||
CATEGORIES = www
|
||||
|
||||
HOMEPAGE = http://rainbows.rubyforge.org/
|
||||
@ -19,8 +18,8 @@ PERMIT_DISTFILES_FTP = Yes
|
||||
MODULES = lang/ruby
|
||||
|
||||
BUILD_DEPENDS = ${RUN_DEPENDS}
|
||||
RUN_DEPENDS = devel/ruby-kgio,${MODRUBY_FLAVOR}>=2.4,<3.0 \
|
||||
www/ruby-unicorn,${MODRUBY_FLAVOR}>=4.0,<5.0 \
|
||||
RUN_DEPENDS = devel/ruby-kgio,${MODRUBY_FLAVOR}>=2.5,<3.0 \
|
||||
www/ruby-unicorn,${MODRUBY_FLAVOR}>=4.1,<5.0 \
|
||||
www/ruby-rack,${MODRUBY_FLAVOR}>=1.1.0,<2.0
|
||||
|
||||
CONFIGURE_STYLE = ruby gem ext
|
||||
@ -32,13 +31,17 @@ post-install:
|
||||
|
||||
# Regress fails for various different reasons,
|
||||
# many of which are due to nonportable test code
|
||||
REGRESS_DEPENDS = devel/gmake \
|
||||
devel/ruby-isolate,${MODRUBY_FLAVOR}>=3.0.0,<3.1 \
|
||||
net/socat \
|
||||
net/curl
|
||||
|
||||
REGRESS_DEPENDS = devel/gmake \
|
||||
devel/ruby-isolate,${MODRUBY_FLAVOR}>=3.0.0 \
|
||||
net/socat \
|
||||
net/curl
|
||||
|
||||
# Limit to a single test file/model (which still fails), until the test suite
|
||||
# is fixed.
|
||||
do-regress:
|
||||
cd ${WRKSRC} && RUBYLIB=$$(dirname `${GEM} which rack`) \
|
||||
RUBY=${RUBY} MRI=${RUBY} MAKE="gmake -e" gmake -e test
|
||||
cd ${WRKSRC}/t && RUBYLIB=$$(dirname `${GEM} which rack`) RUBYOPT=-rubygems \
|
||||
RUBY=${RUBY} MRI=${RUBY} MAKE="gmake -ek" gmake -ek \
|
||||
ThreadSpawn.t0000-simple-http.sh
|
||||
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (rainbows-4.0.0.gem) = 9FfQYrqryZUb/9tV6vyC+g==
|
||||
RMD160 (rainbows-4.0.0.gem) = FiU++n6mCK3Q3IRI6WK8lT3Ev7E=
|
||||
SHA1 (rainbows-4.0.0.gem) = qvFrjGGfkisAmIic48gd/6Dw/zk=
|
||||
SHA256 (rainbows-4.0.0.gem) = MYFAN9iF1JDxojWIIzqYBj+wYHnhpdeucjB+WLfhgj0=
|
||||
SIZE (rainbows-4.0.0.gem) = 185856
|
||||
MD5 (rainbows-4.3.1.gem) = JKDhhkAVMuEgCiX3NPJsyQ==
|
||||
RMD160 (rainbows-4.3.1.gem) = illdf5eJnuFYMZw573XDVKcIjl8=
|
||||
SHA1 (rainbows-4.3.1.gem) = qqntKVA8HJs75vM++DURuSBMsb4=
|
||||
SHA256 (rainbows-4.3.1.gem) = MxWgEYgbrxJB+C3Tb2zHm45ECbLkYrCBhDee4CF1JzQ=
|
||||
SIZE (rainbows-4.3.1.gem) = 188928
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2011/07/06 01:19:20 jeremy Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2011/11/18 00:07:19 jeremy Exp $
|
||||
${GEM_BIN}/rainbows${GEM_BIN_SUFFIX}
|
||||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
@ -101,7 +101,6 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/fiber/queue.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/fiber_pool.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/fiber_spawn.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/http_parser.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/http_response.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/http_server.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/join_threads.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/max_body/
|
||||
|
Loading…
Reference in New Issue
Block a user