diff options
author | knu <knu@FreeBSD.org> | 2001-01-09 06:48:13 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-01-09 06:48:13 +0800 |
commit | 6f4001624cb8883b7989d7f1ec44ccade02dc30f (patch) | |
tree | 148304508260443e799ea63fd8876f45b26926b7 /devel/ruby-optparse | |
parent | 874b2afcb9728fe25d7d92ad932fddf85d26a551 (diff) | |
download | freebsd-ports-gnome-6f4001624cb8883b7989d7f1ec44ccade02dc30f.tar.gz freebsd-ports-gnome-6f4001624cb8883b7989d7f1ec44ccade02dc30f.tar.zst freebsd-ports-gnome-6f4001624cb8883b7989d7f1ec44ccade02dc30f.zip |
Update to 0.7.8.
Diffstat (limited to 'devel/ruby-optparse')
-rw-r--r-- | devel/ruby-optparse/Makefile | 8 | ||||
-rw-r--r-- | devel/ruby-optparse/distinfo | 2 | ||||
-rw-r--r-- | devel/ruby-optparse/pkg-plist | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/devel/ruby-optparse/Makefile b/devel/ruby-optparse/Makefile index 728bd06a4eaa..88df19afae99 100644 --- a/devel/ruby-optparse/Makefile +++ b/devel/ruby-optparse/Makefile @@ -6,7 +6,7 @@ # PORTNAME= optparse -PORTVERSION= 0.7.6 +PORTVERSION= 0.7.8 CATEGORIES= devel ruby MASTER_SITES= http://member.nifty.ne.jp/nokada/archive/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -20,16 +20,16 @@ NO_BUILD= yes do-install: ${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} .endfor .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_EXAMPLESDIR}/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/ .endfor -.for f in optparse.ja.rd +.for f in README.ja optparse.ja.rd ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/optparse/ja/ .endfor .for f in cmd-ls.rb cmd.rb getopts.test.en opttest.rb diff --git a/devel/ruby-optparse/distinfo b/devel/ruby-optparse/distinfo index 0c45c43bb3ec..4fd548c450b0 100644 --- a/devel/ruby-optparse/distinfo +++ b/devel/ruby-optparse/distinfo @@ -1 +1 @@ -MD5 (ruby/optparse-0.7.6.tar.gz) = c79cf6973cca7e52a59221ba6c8193d1 +MD5 (ruby/optparse-0.7.8.tar.gz) = b987337e5001557b98d2b05c1e1f3cda diff --git a/devel/ruby-optparse/pkg-plist b/devel/ruby-optparse/pkg-plist index 5dbbf8c74ef1..bb0ff2e10086 100644 --- a/devel/ruby-optparse/pkg-plist +++ b/devel/ruby-optparse/pkg-plist @@ -1,5 +1,6 @@ %%RUBY_SITELIBDIR%%/optparse/shellwords.rb %%RUBY_SITELIBDIR%%/optparse/time.rb +%%RUBY_SITELIBDIR%%/optparse/uri.rb %%RUBY_SITELIBDIR%%/optparse.rb @dirrm %%RUBY_SITELIBDIR%%/optparse %%RUBY_EXAMPLESDIR%%/optparse/ja/getopts.test @@ -7,7 +8,10 @@ %%RUBY_EXAMPLESDIR%%/optparse/cmd.rb %%RUBY_EXAMPLESDIR%%/optparse/getopts.test.en %%RUBY_EXAMPLESDIR%%/optparse/opttest.rb +%%RUBY_DOCDIR%%/optparse/ja/README.ja %%RUBY_DOCDIR%%/optparse/ja/optparse.ja.rd +%%RUBY_DOCDIR%%/optparse/README.en +%%RUBY_DOCDIR%%/optparse/optparse.en.rd %%RUBY_DOCDIR%%/optparse/optparse.rlog @dirrm %%RUBY_EXAMPLESDIR%%/optparse/ja @dirrm %%RUBY_EXAMPLESDIR%%/optparse |