Update to 1.2.3.
This commit is contained in:
parent
a4f6f2cd97
commit
959d5dd1cd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31701
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= racc
|
||||
PORTVERSION= 1.2.2
|
||||
PORTVERSION= 1.2.3
|
||||
CATEGORIES= devel ruby
|
||||
MASTER_SITES= http://www1.u-netsurf.ne.jp/~brew/mine/soft/
|
||||
PKGNAMEPREFIX= ruby-
|
||||
@ -31,7 +31,7 @@ DOCS_EN= changes.html command.html debug.html grammer.html \
|
||||
index.html usage.html
|
||||
DOCS_JA= changes.html command.html debug.html grammer.html \
|
||||
index.html parser.html usage.html
|
||||
EXAMPLES= calc.y calc2-ja.y compile.rb
|
||||
EXAMPLES= calc-ja.y calc.y conflict.y lalr.y syntax.y yyerr.y
|
||||
|
||||
post-patch:
|
||||
${PERL} -i -pe '$$. == 1 && s,^#!\s*\S+,#!${RUBY},' \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (ruby/racc-1.2.2.tar.gz) = 9d7cea1cf2716945701453b0a95961d3
|
||||
MD5 (ruby/racc-1.2.3.tar.gz) = 2433a402c0737d0b028ede22321a15eb
|
||||
|
@ -14,9 +14,12 @@ lib/ruby/site_ruby/%%RUBY_VER%%/racc/parser.rb
|
||||
lib/ruby/site_ruby/%%RUBY_VER%%/%%RUBY_ARCH%%/racc/cparse.so
|
||||
@dirrm lib/ruby/site_ruby/%%RUBY_VER%%/racc
|
||||
@dirrm lib/ruby/site_ruby/%%RUBY_VER%%/%%RUBY_ARCH%%/racc
|
||||
share/examples/ruby/racc/calc-ja.y
|
||||
share/examples/ruby/racc/calc.y
|
||||
share/examples/ruby/racc/calc2-ja.y
|
||||
share/examples/ruby/racc/compile.rb
|
||||
share/examples/ruby/racc/conflict.y
|
||||
share/examples/ruby/racc/lalr.y
|
||||
share/examples/ruby/racc/syntax.y
|
||||
share/examples/ruby/racc/yyerr.y
|
||||
share/doc/ruby/racc/ja/changes.html
|
||||
share/doc/ruby/racc/ja/command.html
|
||||
share/doc/ruby/racc/ja/debug.html
|
||||
|
Loading…
Reference in New Issue
Block a user