update to ParseTree-3.0.9
ok jeremy@
This commit is contained in:
parent
f8a542e02a
commit
a5ba412db6
@ -1,10 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.16 2013/03/11 10:50:30 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.17 2013/07/03 06:54:27 jasper Exp $
|
||||
|
||||
COMMENT = extracts the parse tree for an entire class or a method
|
||||
|
||||
DISTNAME = ParseTree-3.0.4
|
||||
DISTNAME = ParseTree-3.0.9
|
||||
PKGNAME = ${DISTNAME:L}
|
||||
REVISION = 6
|
||||
CATEGORIES = devel
|
||||
|
||||
HOMEPAGE = http://www.zenspider.com/ZSS/Products/ParseTree/
|
||||
@ -20,8 +19,8 @@ FLAVORS = ruby18
|
||||
FLAVOR = ruby18
|
||||
|
||||
BUILD_DEPENDS = ${RUN_DEPENDS}
|
||||
RUN_DEPENDS = devel/ruby-rubyinline,${MODRUBY_FLAVOR}>=3.7.0 \
|
||||
devel/ruby-sexp_processor,${MODRUBY_FLAVOR}>=3.0.0 \
|
||||
RUN_DEPENDS = devel/ruby-rubyinline,${MODRUBY_FLAVOR}>=3.9.0,<3.10.0 \
|
||||
devel/ruby-sexp_processor,${MODRUBY_FLAVOR}>=3.2.0,<3.3.0 \
|
||||
devel/ruby-hoe,${MODRUBY_FLAVOR}
|
||||
|
||||
TEST_DEPENDS = devel/ruby-ruby2ruby,${MODRUBY_FLAVOR} \
|
||||
|
@ -1,5 +1,2 @@
|
||||
MD5 (ParseTree-3.0.4.gem) = CVUQa8usJeh+dLToUhediw==
|
||||
RMD160 (ParseTree-3.0.4.gem) = zRNaiYHEGp6IgDSbZPU6UxKbltc=
|
||||
SHA1 (ParseTree-3.0.4.gem) = VFCn861lV/Aoe2g+d0Hvg/HosQk=
|
||||
SHA256 (ParseTree-3.0.4.gem) = hVhVUll4BVpnR6uF3j0mMaUX1udgImKTzz0W2LmC9NY=
|
||||
SIZE (ParseTree-3.0.4.gem) = 52224
|
||||
SHA256 (ParseTree-3.0.9.gem) = q5q9zhS3djKrrEfQZqImPebjTLKAJnr+wzATr3yeSzU=
|
||||
SIZE (ParseTree-3.0.9.gem) = 41472
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.8 2011/11/09 00:17:38 jeremy Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.9 2013/07/03 06:54:27 jasper Exp $
|
||||
${GEM_BIN}/parse_tree_abc${GEM_BIN_SUFFIX}
|
||||
${GEM_BIN}/parse_tree_audit${GEM_BIN_SUFFIX}
|
||||
${GEM_BIN}/parse_tree_deps${GEM_BIN_SUFFIX}
|
||||
@ -6,6 +6,7 @@ ${GEM_BIN}/parse_tree_show${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}/Manifest.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.txt
|
||||
@ -23,7 +24,6 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/parse_tree.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/parse_tree_extensions.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/unified_ruby.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/pt_testcase.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/something.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/test_parse_tree.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/test_parse_tree_extensions.rb
|
||||
|
Loading…
Reference in New Issue
Block a user