Update to 1.3.3. Fix the breakage of ruby-racc-runtime.
This commit is contained in:
parent
7a1b483361
commit
abd14f2527
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36321
2 changed files with 5 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= racc
|
||||
PORTVERSION= 1.3.2
|
||||
PORTVERSION= 1.3.3
|
||||
CATEGORIES= devel ruby
|
||||
MASTER_SITES= http://www1.u-netsurf.ne.jp/~brew/mine/soft/
|
||||
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
||||
|
@ -29,15 +29,17 @@ DOCS_JA= changes.html command.html debug.html grammer.html \
|
|||
EXAMPLES= calc-ja.y calc.y conflict.y lalr.y syntax.y yyerr.y
|
||||
|
||||
post-extract:
|
||||
${RM} -rf ${WRKSRC}/ext
|
||||
${PERL} -i -ne '/^amstd\b/ || /^strscan\b/ || print' ${WRKSRC}/lib/PATHCONV
|
||||
${RM} -rf ${WRKSRC}/lib/amstd ${WRKSRC}/lib/strscan
|
||||
.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 '/^racc\b/ || print' ${WRKSRC}/lib/PATHCONV
|
||||
${RM} -rf ${WRKSRC}/lib/racc
|
||||
.else
|
||||
${RM} -rf ${WRKSRC}/ext
|
||||
${PERL} -i -ne '/^raccrt\b/ || print' ${WRKSRC}/lib/PATHCONV
|
||||
${RM} -rf ${WRKSRC}/lib/raccrt
|
||||
.endif
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (ruby/racc-1.3.2.tar.gz) = 1888c78a6cc6e379609a642d1ebff71d
|
||||
MD5 (ruby/racc-1.3.3.tar.gz) = 066de086aa2c7d51952cc18bd98cd95e
|
||||
|
|
Loading…
Reference in a new issue