diff options
author | knu <knu@FreeBSD.org> | 2001-03-15 03:41:27 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-03-15 03:41:27 +0800 |
commit | 999f3103e19a2e56ae14012c0cf11254a5367715 (patch) | |
tree | 60959fad6a286293bfd470a9e577bf523947c9f9 /devel/ruby-racc | |
parent | 2a28ece10b067c941da2d6d0e557342b649951f0 (diff) | |
download | freebsd-ports-gnome-999f3103e19a2e56ae14012c0cf11254a5367715.tar.gz freebsd-ports-gnome-999f3103e19a2e56ae14012c0cf11254a5367715.tar.zst freebsd-ports-gnome-999f3103e19a2e56ae14012c0cf11254a5367715.zip |
Update to 1.3.7.
Diffstat (limited to 'devel/ruby-racc')
-rw-r--r-- | devel/ruby-racc/Makefile | 10 | ||||
-rw-r--r-- | devel/ruby-racc/distinfo | 2 | ||||
-rw-r--r-- | devel/ruby-racc/pkg-plist | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/devel/ruby-racc/Makefile b/devel/ruby-racc/Makefile index 7d30faaf34b6..ddcc3557b419 100644 --- a/devel/ruby-racc/Makefile +++ b/devel/ruby-racc/Makefile @@ -6,8 +6,7 @@ # PORTNAME= racc -PORTVERSION= 1.3.6 -PORTREVISION= 1 +PORTVERSION= 1.3.7 CATEGORIES= devel ruby MASTER_SITES= http://www1.u-netsurf.ne.jp/~brew/mine/soft/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -28,7 +27,8 @@ DOCS_EN= changes.html command.html debug.html grammer.html \ index.html parser.html usage.html DOCS_JA= changes.html command.html debug.html grammer.html \ index.html parser.html usage.html -EXAMPLES= calc-ja.y calc.y conflict.y lalr.y syntax.y yyerr.y +EXAMPLES= array.y array2.y calc-ja.y calc.y conflict.y \ + hash.y lalr.y lists.y syntax.y yyerr.y post-extract: ${PERL} -i -ne '/^amstd\b/ || /^strscan\b/ || print' ${WRKSRC}/lib/PATHCONV @@ -36,8 +36,8 @@ post-extract: .if defined(RUNTIME) ${PERL} -i -ne '/^racc\b/ || print' ${WRKSRC}/bin/PATHCONV ${RM} -rf ${WRKSRC}/bin/racc - ${PERL} -i -ne '/^strscanso\b/ || print' ${WRKSRC}/ext/PATHCONV - ${RM} -rf ${WRKSRC}/ext/strscanso + ${PERL} -i -ne '/^cscan\b/ || print' ${WRKSRC}/ext/PATHCONV + ${RM} -rf ${WRKSRC}/ext/cscan ${PERL} -i -ne '/^racc\b/ || print' ${WRKSRC}/lib/PATHCONV ${RM} -rf ${WRKSRC}/lib/racc .else diff --git a/devel/ruby-racc/distinfo b/devel/ruby-racc/distinfo index 4c08fa3b26ad..74323b1ef628 100644 --- a/devel/ruby-racc/distinfo +++ b/devel/ruby-racc/distinfo @@ -1 +1 @@ -MD5 (ruby/racc-1.3.6.tar.gz) = 38e545f8540136c73a5f84718eae6b62 +MD5 (ruby/racc-1.3.7.tar.gz) = 18a10577c5b211258f111f9530178b2b diff --git a/devel/ruby-racc/pkg-plist b/devel/ruby-racc/pkg-plist index 710948bb2a54..bbe8abb5ec04 100644 --- a/devel/ruby-racc/pkg-plist +++ b/devel/ruby-racc/pkg-plist @@ -11,10 +11,14 @@ bin/y2racc %%RUBY_SITELIBDIR%%/racc/raccs.rb %%RUBY_SITELIBDIR%%/racc/state.rb %%RUBY_SITELIBDIR%%/racc/ucodep.rb +%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/racc/array.y +%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/racc/array2.y %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/racc/calc-ja.y %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/racc/calc.y %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/racc/conflict.y +%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/racc/hash.y %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/racc/lalr.y +%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/racc/lists.y %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/racc/syntax.y %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/racc/yyerr.y %%PORTDOCS%%%%RUBY_DOCDIR%%/racc/ja/changes.html |