summaryrefslogtreecommitdiff
path: root/graphics/rabbit/Makefile
diff options
context:
space:
mode:
authorobache <obache>2012-07-22 12:27:40 +0000
committerobache <obache>2012-07-22 12:27:40 +0000
commitcddd933acdf6921062da1ace60f1ec94a20f7e66 (patch)
tree325c983e6da9db921391ca510635f3b234fcdfce /graphics/rabbit/Makefile
parentbd9f1a9a8ba13fc0136d37010a58c3be08036798 (diff)
downloadpkgsrc-cddd933acdf6921062da1ace60f1ec94a20f7e66.tar.gz
Update rabbit to 1.0.9
== 1.0.9: 2012-07-21 A bug fix release of 1.0.8. === Improvements ==== rabbit-mode.el * Changed prefix for insert commands to ((%C-cC-i%)). ==== rabbit * Supported numeric character reference in RD and Hiki: RD: (('&#x1D11E;')) in hex (('&#119070;')) in decimal Hiki: {{code_point(0x1d11e)}} in hex {{code_point(119070)}} in decimal ==== rabbirack * Removed needless encoding change. ==== rabbiter * Supported twitter-stream 0.1.16. Earlier versions aren't supported. * Re-implemented connection related codes by Ruby/GIO2.
Diffstat (limited to 'graphics/rabbit/Makefile')
-rw-r--r--graphics/rabbit/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/rabbit/Makefile b/graphics/rabbit/Makefile
index 59a114d9c25..f8448b42a21 100644
--- a/graphics/rabbit/Makefile
+++ b/graphics/rabbit/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.36 2012/06/17 08:53:28 obache Exp $
+# $NetBSD: Makefile,v 1.37 2012/07/22 12:27:40 obache Exp $
#
-DISTNAME= rabbit-1.0.8
+DISTNAME= rabbit-1.0.9
CATEGORIES= graphics ruby
MASTER_SITES= http://rabbit-shockers.org/download/
@@ -12,6 +12,7 @@ LICENSE= gnu-gpl-v2 # or later
PKG_DESTDIR_SUPPORT= user-destdir
+DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gio>=1.1.4:../../devel/ruby-gnome2-gio
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