Received: by mail.netbsd.org (Postfix, from userid 605) id E382084D84; Sat, 14 Sep 2019 18:13:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6779284D7E for ; Sat, 14 Sep 2019 18:13:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id EmMoSPmV4hmm for ; Sat, 14 Sep 2019 18:13:23 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id BBA0084CE2 for ; Sat, 14 Sep 2019 18:13:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B9759FBF4; Sat, 14 Sep 2019 18:13:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1568484802169020" MIME-Version: 1.0 Date: Sat, 14 Sep 2019 18:13:22 +0000 From: "Izumi Tsutsui" Subject: CVS commit: pkgsrc/graphics/rabbit To: pkgsrc-changes@NetBSD.org Reply-To: tsutsui@netbsd.org X-Mailer: log_accum Message-Id: <20190914181322.B9759FBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1568484802169020 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1568484802169020 Content-Disposition: inline Content-Length: 1323 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1568484802169020--