diff options
author | taca <taca> | 2015-03-08 15:24:55 +0000 |
---|---|---|
committer | taca <taca> | 2015-03-08 15:24:55 +0000 |
commit | 6a02b39d11030398aded69c67fe5954167b594d8 (patch) | |
tree | 3914646b9f370bf22af4460c5ddd72a072b56435 /textproc | |
parent | 80adfeda37beba2ef9b77c2e86ad73b6c9b8352a (diff) | |
download | pkgsrc-6a02b39d11030398aded69c67fe5954167b594d8.tar.gz |
Update ruby-ferret to 0.11.8.6.
* Compile fix for Ruby 2.2.
* And a few bug fixes.
pkgsrc change
* support pkg_alternatives.
* Add ${GEM_EXTSDIR}/gem.build_complete for new rubygems and updated ruby.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby-ferret/ALTERNATIVES | 1 | ||||
-rw-r--r-- | textproc/ruby-ferret/Makefile | 5 | ||||
-rw-r--r-- | textproc/ruby-ferret/PLIST | 5 | ||||
-rw-r--r-- | textproc/ruby-ferret/distinfo | 8 |
4 files changed, 11 insertions, 8 deletions
diff --git a/textproc/ruby-ferret/ALTERNATIVES b/textproc/ruby-ferret/ALTERNATIVES new file mode 100644 index 00000000000..5acf05795ed --- /dev/null +++ b/textproc/ruby-ferret/ALTERNATIVES @@ -0,0 +1 @@ +bin/ferret-browser @PREFIX@/bin/ferret-browser@RUBY_SUFFIX@ diff --git a/textproc/ruby-ferret/Makefile b/textproc/ruby-ferret/Makefile index 9354a47fb85..cc8e7f9d8a5 100644 --- a/textproc/ruby-ferret/Makefile +++ b/textproc/ruby-ferret/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2014/03/13 11:08:52 jperkin Exp $ +# $NetBSD: Makefile,v 1.11 2015/03/08 15:24:55 taca Exp $ -DISTNAME= ferret-0.11.8.5 +DISTNAME= ferret-0.11.8.6 CATEGORIES= textproc MAINTAINER= minskim@NetBSD.org @@ -9,6 +9,7 @@ COMMENT= Text search engine library written for Ruby LICENSE= mit USE_GCC_RUNTIME= yes +RUBYGEM_OPTIONS+= --format-executable .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/ruby-ferret/PLIST b/textproc/ruby-ferret/PLIST index dec853d5b53..4b2a582d218 100644 --- a/textproc/ruby-ferret/PLIST +++ b/textproc/ruby-ferret/PLIST @@ -1,7 +1,8 @@ -@comment $NetBSD: PLIST,v 1.5 2014/03/17 14:33:31 taca Exp $ -bin/ferret-browser +@comment $NetBSD: PLIST,v 1.6 2015/03/08 15:24:55 taca Exp $ +bin/ferret-browser${RUBY_SUFFIX} ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_EXTSDIR}/ferret_ext.${RUBY_DLEXT} +${GEM_EXTSDIR}/gem.build_complete ${GEM_LIBDIR}/CHANGELOG ${GEM_LIBDIR}/MIT-LICENSE ${GEM_LIBDIR}/README diff --git a/textproc/ruby-ferret/distinfo b/textproc/ruby-ferret/distinfo index 5831c989f27..098b028a84f 100644 --- a/textproc/ruby-ferret/distinfo +++ b/textproc/ruby-ferret/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2012/12/17 13:55:27 taca Exp $ +$NetBSD: distinfo,v 1.7 2015/03/08 15:24:55 taca Exp $ -SHA1 (ferret-0.11.8.5.gem) = 6ee34ae8386283936d416dd8944a5cdd320272c0 -RMD160 (ferret-0.11.8.5.gem) = 2b49bc0d92cbcb91c2ec5d6ed79b65cb37549828 -Size (ferret-0.11.8.5.gem) = 627712 bytes +SHA1 (ferret-0.11.8.6.gem) = d59cc615f41ab91e04c51f2b8705437cd82715ac +RMD160 (ferret-0.11.8.6.gem) = 7fd943b98cbf0620d7d50c63885a51223e4dba50 +Size (ferret-0.11.8.6.gem) = 617984 bytes |