Skip to content

Commit

Permalink
Update rabbit to 2.1.0.
Browse files Browse the repository at this point in the history
== 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
  • Loading branch information
obache committed Jun 29, 2013
1 parent 97bee3e commit 27c24ea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions graphics/rabbit/Makefile
Original file line number Diff line number Diff line change
@@ -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/

Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions graphics/rabbit/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 27c24ea

Please sign in to comment.