Update to 0.9.2.
This commit is contained in:
parent
274033c1f5
commit
f5f7be91a9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=83052
3 changed files with 4 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= dict
|
||||
PORTVERSION= 0.9.0
|
||||
PORTVERSION= 0.9.2
|
||||
CATEGORIES= net ruby
|
||||
MASTER_SITES= http://www.caliban.org/files/ruby/
|
||||
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
||||
|
@ -22,7 +22,7 @@ RUBY_SETUP= install.rb
|
|||
|
||||
RUBY_SHEBANG_FILES= ${WRKSRC}/rdict
|
||||
|
||||
DOCS= README doc/dict.html doc/rdict.html
|
||||
DOCS= Changelog README doc/dict.html doc/rdict.html
|
||||
|
||||
post-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/rdict ${PREFIX}/bin/
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (ruby/ruby-dict-0.9.0.tar.gz) = 1683cf7ea8fe23e7efe22a1995e06a4f
|
||||
MD5 (ruby/ruby-dict-0.9.2.tar.gz) = cb6a68464d8e12a88f592be00bf5d7ca
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
bin/rdict
|
||||
%%RUBY_SITELIBDIR%%/dict.rb
|
||||
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/Changelog
|
||||
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README
|
||||
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/dict.html
|
||||
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdict.html
|
||||
|
|
Loading…
Reference in a new issue