summaryrefslogtreecommitdiff
path: root/graphics/rabbit/Makefile
diff options
context:
space:
mode:
authortaca <taca>2015-09-13 15:55:39 +0000
committertaca <taca>2015-09-13 15:55:39 +0000
commit937f649b5b59ce72dd4179c836676f9be1303000 (patch)
tree18d238ce7d18e1b1106149651fdeaeee96f717b1 /graphics/rabbit/Makefile
parentdee2df13916f1afddb6426ae0f1828117f724762 (diff)
downloadpkgsrc-937f649b5b59ce72dd4179c836676f9be1303000.tar.gz
Update rabiit to 2.1.8
pkgsrc change: Add dependency to devel/ruby-gnome2-gio. 2.1.8: 2015-09-06 A bug fix release for 2.1.7. 2.1.7 can't start on Windows. Fixes rabbit * Windows: Fixed a bug that Rabbit can't start. [Reported by yoku0825] Thanks * yoku0825 2.1.7: 2015-09-05 Note markup support in Markdown release. Improvements rabbit * Removed GDK rendering engine. (Because cairo is always available since a few years ago. If we can use cairo, there is no problem without GDK rendering engine.) * Improved GTK+ 3 support. (It's not completed yet.) [Patch by okkez] * Removed unused --server option. * Wiki markup: Improved error message when unsupported markup is used. * Markdown markup: Supported error message when multiple images exist in a paragraph. [GitHub#71][Reported by Colin Dean] * Markdown markup: Supported note markup. [Suggested by yoku0825] Syntax is {::note}...{:/note}. Example: Normal text {::note}note{:/note} Normal text Theme * image-timer: Reduced memory usage. * image-slide-number: Reduced memory usage. * clear-blue: Removed indent of the first line in block quote. Document * Marked up README in Markdown. [GitHub#72][Patch by Toshi MARUYAMA] * Improved description about Rabbit in Japanese. [GitHub#74][Patch by YU-TAYU] Fixes rabbit-slide * Fixed a bug that invalid Markdown is generated. [Matafumi Yokoyama] Document * Fixed a bug that side menu is hidden. [GitHub#75][Reported by YU-TAYU] Thanks * okkez * Matafumi Yokoyama * Colin Dean * Toshi MARUYAMA * YU-TAYU * yoku0825
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 80a381eca2e..9411bdd4060 100644
--- a/graphics/rabbit/Makefile
+++ b/graphics/rabbit/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.53 2015/06/11 17:40:13 taca Exp $
+# $NetBSD: Makefile,v 1.54 2015/09/13 15:55:39 taca Exp $
#
-DISTNAME= rabbit-2.1.6
+DISTNAME= rabbit-2.1.8
CATEGORIES= graphics ruby
MASTER_SITES= http://rabbit-shocker.org/download/
@@ -11,6 +11,7 @@ COMMENT= RD-document-based presentation application
LICENSE= gnu-gpl-v2 # or later
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk>=0.90.3:../../x11/ruby-gnome2-gtk
+DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gio>=1.1.4:../../devel/ruby-gnome2-gio
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-rsvg-[0-9]*:../../graphics/ruby-gnome2-rsvg
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-poppler-[0-9]*:../../print/ruby-gnome2-poppler
DEPENDS+= ${RUBY_PKGPREFIX}-hikidoc-[0-9]*:../../textproc/ruby-hikidoc