Update ruby-hoe from 2.8.0 to 2.12.3, so that ruby-isolate functions
correctly.
This commit is contained in:
parent
7a3ae63a54
commit
85555bef70
@ -1,12 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.18 2011/09/16 09:24:57 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.19 2011/11/17 17:29:28 jeremy Exp $
|
||||
|
||||
COMMENT= simple rake/rubygems helper for project Rakefiles
|
||||
|
||||
DISTNAME= hoe-2.8.0
|
||||
DISTNAME= hoe-2.12.3
|
||||
CATEGORIES= devel
|
||||
REVISION= 0
|
||||
|
||||
# mit
|
||||
# MIT
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
@ -19,8 +18,9 @@ RUN_DEPENDS= ${MODRUBY_RAKE_DEPENDS}
|
||||
|
||||
CONFIGURE_STYLE=ruby gem
|
||||
|
||||
REGRESS_DEPENDS = devel/ruby-minitest,${MODRUBY_FLAVOR}
|
||||
do-regress:
|
||||
cd ${WRKSRC} && ${RUBY} -Ilib -rubygems test/test_hoe.rb
|
||||
# Regress doesn't work in ruby 1.8, because it ships with
|
||||
# an old version of rdoc.
|
||||
REGRESS_DEPENDS = math/graphviz
|
||||
MODRUBY_REGRESS = rake
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (hoe-2.8.0.gem) = ItC5IsaMFP60amibz19YzQ==
|
||||
RMD160 (hoe-2.8.0.gem) = 44Vy1o1BBRh+LoQ3BB2C44mbwDg=
|
||||
SHA1 (hoe-2.8.0.gem) = iMEb08f/EUnUUI68IiHDJbEOcr0=
|
||||
SHA256 (hoe-2.8.0.gem) = oglJeOClZZ05Jm7rwMVvdTt+JcmoH2M8oCnPxaKvi0Q=
|
||||
SIZE (hoe-2.8.0.gem) = 116736
|
||||
MD5 (hoe-2.12.3.gem) = S210qfLxoyxMqQU0qNSQEQ==
|
||||
RMD160 (hoe-2.12.3.gem) = pjPdYK2L4O39OB7+uK5kdnKtxyc=
|
||||
SHA1 (hoe-2.12.3.gem) = gKEjkts4scMk3bbTw4UfLelg5kc=
|
||||
SHA256 (hoe-2.12.3.gem) = 9oSIyBcSAact4UsDAYDxXGb8GVrw6rFkdKUpONrwED8=
|
||||
SIZE (hoe-2.12.3.gem) = 122368
|
||||
|
@ -1,8 +1,9 @@
|
||||
@comment $OpenBSD: PLIST,v 1.8 2011/03/25 16:44:06 jeremy Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.9 2011/11/17 17:29:28 jeremy Exp $
|
||||
${GEM_BIN}/sow${GEM_BIN_SUFFIX}
|
||||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/.autotest
|
||||
${GEM_LIB}/gems/${DISTNAME}/.gemtest
|
||||
${GEM_LIB}/gems/${DISTNAME}/History.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/Hoe.pdf
|
||||
${GEM_LIB}/gems/${DISTNAME}/Manifest.txt
|
||||
@ -46,4 +47,5 @@ ${GEM_LIB}/gems/${DISTNAME}/template/test/test_file_name.rb.erb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/test_hoe.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/test_hoe_gemcutter.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/test_hoe_test.rb
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
||||
|
Loading…
Reference in New Issue
Block a user