mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update to 0.7.8.
This commit is contained in:
parent
f629a89b54
commit
0b11e7b85b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36959
3 changed files with 9 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= optparse
|
PORTNAME= optparse
|
||||||
PORTVERSION= 0.7.6
|
PORTVERSION= 0.7.8
|
||||||
CATEGORIES= devel ruby
|
CATEGORIES= devel ruby
|
||||||
MASTER_SITES= http://member.nifty.ne.jp/nokada/archive/
|
MASTER_SITES= http://member.nifty.ne.jp/nokada/archive/
|
||||||
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
||||||
|
@ -20,16 +20,16 @@ NO_BUILD= yes
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${MKDIR} ${RUBY_SITELIBDIR}/optparse
|
${MKDIR} ${RUBY_SITELIBDIR}/optparse
|
||||||
.for f in optparse.rb optparse/shellwords.rb optparse/time.rb
|
.for f in optparse.rb optparse/shellwords.rb optparse/time.rb optparse/uri.rb
|
||||||
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_SITELIBDIR}/${f}
|
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_SITELIBDIR}/${f}
|
||||||
.endfor
|
.endfor
|
||||||
.if !defined(NOPORTDOCS)
|
.if !defined(NOPORTDOCS)
|
||||||
${MKDIR} ${RUBY_EXAMPLESDIR}/optparse/ja
|
${MKDIR} ${RUBY_EXAMPLESDIR}/optparse/ja
|
||||||
${MKDIR} ${RUBY_DOCDIR}/optparse/ja
|
${MKDIR} ${RUBY_DOCDIR}/optparse/ja
|
||||||
.for f in optparse.rlog
|
.for f in README.en optparse.en.rd optparse.rlog
|
||||||
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/optparse/
|
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/optparse/
|
||||||
.endfor
|
.endfor
|
||||||
.for f in optparse.ja.rd
|
.for f in README.ja optparse.ja.rd
|
||||||
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/optparse/ja/
|
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/optparse/ja/
|
||||||
.endfor
|
.endfor
|
||||||
.for f in cmd-ls.rb cmd.rb getopts.test.en opttest.rb
|
.for f in cmd-ls.rb cmd.rb getopts.test.en opttest.rb
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (ruby/optparse-0.7.6.tar.gz) = c79cf6973cca7e52a59221ba6c8193d1
|
MD5 (ruby/optparse-0.7.8.tar.gz) = b987337e5001557b98d2b05c1e1f3cda
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
%%RUBY_SITELIBDIR%%/optparse/shellwords.rb
|
%%RUBY_SITELIBDIR%%/optparse/shellwords.rb
|
||||||
%%RUBY_SITELIBDIR%%/optparse/time.rb
|
%%RUBY_SITELIBDIR%%/optparse/time.rb
|
||||||
|
%%RUBY_SITELIBDIR%%/optparse/uri.rb
|
||||||
%%RUBY_SITELIBDIR%%/optparse.rb
|
%%RUBY_SITELIBDIR%%/optparse.rb
|
||||||
@dirrm %%RUBY_SITELIBDIR%%/optparse
|
@dirrm %%RUBY_SITELIBDIR%%/optparse
|
||||||
%%RUBY_EXAMPLESDIR%%/optparse/ja/getopts.test
|
%%RUBY_EXAMPLESDIR%%/optparse/ja/getopts.test
|
||||||
|
@ -7,7 +8,10 @@
|
||||||
%%RUBY_EXAMPLESDIR%%/optparse/cmd.rb
|
%%RUBY_EXAMPLESDIR%%/optparse/cmd.rb
|
||||||
%%RUBY_EXAMPLESDIR%%/optparse/getopts.test.en
|
%%RUBY_EXAMPLESDIR%%/optparse/getopts.test.en
|
||||||
%%RUBY_EXAMPLESDIR%%/optparse/opttest.rb
|
%%RUBY_EXAMPLESDIR%%/optparse/opttest.rb
|
||||||
|
%%RUBY_DOCDIR%%/optparse/ja/README.ja
|
||||||
%%RUBY_DOCDIR%%/optparse/ja/optparse.ja.rd
|
%%RUBY_DOCDIR%%/optparse/ja/optparse.ja.rd
|
||||||
|
%%RUBY_DOCDIR%%/optparse/README.en
|
||||||
|
%%RUBY_DOCDIR%%/optparse/optparse.en.rd
|
||||||
%%RUBY_DOCDIR%%/optparse/optparse.rlog
|
%%RUBY_DOCDIR%%/optparse/optparse.rlog
|
||||||
@dirrm %%RUBY_EXAMPLESDIR%%/optparse/ja
|
@dirrm %%RUBY_EXAMPLESDIR%%/optparse/ja
|
||||||
@dirrm %%RUBY_EXAMPLESDIR%%/optparse
|
@dirrm %%RUBY_EXAMPLESDIR%%/optparse
|
||||||
|
|
Loading…
Add table
Reference in a new issue