diff options
author | obache <obache@pkgsrc.org> | 2013-06-29 11:54:45 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-06-29 11:54:45 +0000 |
commit | 1c1e12b951871c49f06bc49a844b0060998046b3 (patch) | |
tree | 7fe830fc30ceec7c7bc941816944b19ba1d3aa60 | |
parent | d83b22d1e9898b4c1ca6ab224c2b2b4cb0778f8b (diff) | |
download | pkgsrc-1c1e12b951871c49f06bc49a844b0060998046b3.tar.gz |
Update rabbit to 2.1.0.
== 2.1.0: 2013-06-16
A bug fix release of 2.0.9.
=== Improvements
==== rabbit
* Ignored backup files when detecting a README file.
[GitHub:#21] [Reported by TOMITA Masahiro]
* Added Ruby version check on RubyGems install.
If you install with Ruby 1.8, RubyGems reports an error.
=== Fixes
==== rabbit
* Fixed a bug that encoding conversion error handling is bad.
[Reported by Junichi Oya]
* Supported Ruby/GLib2 2.0.2 or ealier.
=== Thanks
* TOMITA Masahiro
* Junichi Oya
-rw-r--r-- | graphics/rabbit/Makefile | 6 | ||||
-rw-r--r-- | graphics/rabbit/distinfo | 8 |
2 files changed, 8 insertions, 6 deletions
diff --git a/graphics/rabbit/Makefile b/graphics/rabbit/Makefile index bdcf969b79d..dac70d523e6 100644 --- a/graphics/rabbit/Makefile +++ b/graphics/rabbit/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.43 2013/06/20 09:12:13 obache Exp $ +# $NetBSD: Makefile,v 1.44 2013/06/29 11:54:45 obache Exp $ # -DISTNAME= rabbit-2.0.9 +DISTNAME= rabbit-2.1.0 CATEGORIES= graphics ruby MASTER_SITES= http://rabbit-shocker.org/download/ @@ -10,6 +10,8 @@ HOMEPAGE= http://rabbit-shocker.org/ COMMENT= RD-document-based presentation application LICENSE= gnu-gpl-v2 # or later +RUBY_VERSION_SUPPORTED= 193 + DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk>=0.90.3:../../x11/ruby-gnome2-gtk DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-rsvg-[0-9]*:../../graphics/ruby-gnome2-rsvg DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-poppler-[0-9]*:../../print/ruby-gnome2-poppler diff --git a/graphics/rabbit/distinfo b/graphics/rabbit/distinfo index 2345bc70f43..e29b22679cc 100644 --- a/graphics/rabbit/distinfo +++ b/graphics/rabbit/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.32 2013/06/16 08:39:43 obache Exp $ +$NetBSD: distinfo,v 1.33 2013/06/29 11:54:45 obache Exp $ -SHA1 (rabbit-2.0.9.tar.gz) = 29380ccb662154a3e558d50a9906310391ddf0a3 -RMD160 (rabbit-2.0.9.tar.gz) = b734410f96373e124bdaf9e069ff5d2a81b1acec -Size (rabbit-2.0.9.tar.gz) = 5142317 bytes +SHA1 (rabbit-2.1.0.tar.gz) = 0ee3f21fafd944bdcc7ba9ad324ae12b1785f1fd +RMD160 (rabbit-2.1.0.tar.gz) = a2085abad1d4d9230d4a1f76277340af49e3de0d +Size (rabbit-2.1.0.tar.gz) = 5156905 bytes |