pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/rabbit



Module Name:    pkgsrc
Committed By:   tsutsui
Date:           Sat Sep 14 18:13:22 UTC 2019

Modified Files:
        pkgsrc/graphics/rabbit: Makefile

Log Message:
rabbit: update for ruby-gnome gem reorganization.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/graphics/rabbit/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/rabbit/Makefile
diff -u pkgsrc/graphics/rabbit/Makefile:1.57 pkgsrc/graphics/rabbit/Makefile:1.58
--- pkgsrc/graphics/rabbit/Makefile:1.57        Mon Sep 18 05:31:02 2017
+++ pkgsrc/graphics/rabbit/Makefile     Sat Sep 14 18:13:22 2019
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.57 2017/09/18 05:31:02 taca Exp $
+# $NetBSD: Makefile,v 1.58 2019/09/14 18:13:22 tsutsui Exp $
 #
 
 DISTNAME=      rabbit-2.2.1
+PKGREVISION=   1
 CATEGORIES=    graphics ruby
 MASTER_SITES=  http://rabbit-shocker.org/download/
 
@@ -10,9 +11,9 @@ HOMEPAGE=     http://rabbit-shocker.org/
 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-rsvg-[0-9]*:../../graphics/ruby-gnome2-rsvg
-DEPENDS+=      ${RUBY_PKGPREFIX}-gnome2-poppler-[0-9]*:../../print/ruby-gnome2-poppler
+DEPENDS+=      ${RUBY_PKGPREFIX}-gtk2>=0.90.3:../../x11/ruby-gtk2
+DEPENDS+=      ${RUBY_PKGPREFIX}-rsvg2>=3.3.8:../../graphics/ruby-rsvg2
+DEPENDS+=      ${RUBY_PKGPREFIX}-poppler>=3.3.8:../../print/ruby-poppler
 DEPENDS+=      ${RUBY_PKGPREFIX}-hikidoc-[0-9]*:../../textproc/ruby-hikidoc
 DEPENDS+=      ${RUBY_PKGPREFIX}-nokogiri-[0-9]*:../../textproc/ruby-nokogiri
 DEPENDS+=      ${RUBY_PKGPREFIX}-rdtool>=0.6.20:../../textproc/ruby-rdtool



Home | Main Index | Thread Index | Old Index