Update to 0.6.1.
This commit is contained in:
parent
393d81dcc7
commit
86af099ddf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37639
3 changed files with 7 additions and 8 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= strscan
|
||||
PORTVERSION= 0.6.0
|
||||
PORTVERSION= 0.6.1
|
||||
CATEGORIES= devel ruby
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL} \
|
||||
http://www1.u-netsurf.ne.jp/~brew/mine/soft/
|
||||
|
@ -23,13 +23,10 @@ USE_RUBY_SETUP= yes
|
|||
DOCS_EN= README.en \
|
||||
doc.en/changes.html doc.en/index.html \
|
||||
doc.en/reference.html doc.en/usage.html
|
||||
DOCS_JA= doc.ja/changes.html doc.ja/index.html \
|
||||
DOCS_JA= README.ja \
|
||||
doc.ja/changes.html doc.ja/index.html \
|
||||
doc.ja/reference.html doc.ja/usage.html
|
||||
|
||||
post-patch:
|
||||
${PERL} -i -ne '/\bstrscan\b/ and print' ${WRKSRC}/lib/PATHCONV
|
||||
for d in amstd; do ${RM} -rf ${WRKSRC}/lib/$$d; done
|
||||
|
||||
do-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${RUBY_DOCDIR}/strscan/ja
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (ruby/strscan-0.6.0.tar.gz) = 3c075484ad2987c41c0b2a78636756f3
|
||||
MD5 (ruby/strscan-0.6.1.tar.gz) = 0b3629e15854e4b7ae2677b36b341562
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
%%RUBY_SITEARCHLIBDIR%%/strscan.so
|
||||
%%RUBY_SITEARCHLIBDIR%%/cscan.so
|
||||
%%RUBY_SITELIBDIR%%/rscan.rb
|
||||
%%RUBY_SITELIBDIR%%/scanner.rb
|
||||
%%RUBY_SITELIBDIR%%/strscan.rb
|
||||
%%RUBY_DOCDIR%%/strscan/README.en
|
||||
|
@ -6,6 +7,7 @@
|
|||
%%RUBY_DOCDIR%%/strscan/index.html
|
||||
%%RUBY_DOCDIR%%/strscan/reference.html
|
||||
%%RUBY_DOCDIR%%/strscan/usage.html
|
||||
%%RUBY_DOCDIR%%/strscan/ja/README.ja
|
||||
%%RUBY_DOCDIR%%/strscan/ja/changes.html
|
||||
%%RUBY_DOCDIR%%/strscan/ja/index.html
|
||||
%%RUBY_DOCDIR%%/strscan/ja/reference.html
|
||||
|
|
Loading…
Reference in a new issue