Received: by mail.netbsd.org (Postfix, from userid 605) id 8C91484EA2; Sat, 5 Oct 2019 06:07:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 13A5A84D69 for ; Sat, 5 Oct 2019 06:07:51 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id l4jmiAWXaywh for ; Sat, 5 Oct 2019 06:07:50 +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 5E86584D31 for ; Sat, 5 Oct 2019 06:07:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5C8FAFBF4; Sat, 5 Oct 2019 06:07:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1570255670207040" MIME-Version: 1.0 Date: Sat, 5 Oct 2019 06:07:50 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/print/ruby-poppler To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20191005060750.5C8FAFBF4@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. --_----------=_1570255670207040 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Sat Oct 5 06:07:50 UTC 2019 Modified Files: pkgsrc/print/ruby-poppler: Makefile Log Message: Bump API dependency pattern To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/print/ruby-poppler/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1570255670207040 Content-Disposition: inline Content-Length: 1018 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/ruby-poppler/Makefile diff -u pkgsrc/print/ruby-poppler/Makefile:1.1 pkgsrc/print/ruby-poppler/Makefile:1.2 --- pkgsrc/print/ruby-poppler/Makefile:1.1 Sat Sep 14 18:11:39 2019 +++ pkgsrc/print/ruby-poppler/Makefile Sat Oct 5 06:07:50 2019 @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2019/09/14 18:11:39 tsutsui Exp $ +# $NetBSD: Makefile,v 1.2 2019/10/05 06:07:50 ryoon Exp $ # DISTNAME= poppler-${VERSION} +PKGREVISION= 1 COMMENT= Ruby binding of poppler-glib CATEGORIES= print @@ -13,7 +14,7 @@ SUPERSEDES+= ruby-gnome2-poppler-[0-9]* DEPENDS+= ${RUBY_PKGPREFIX}-gio2>=${VERSION}:../../devel/ruby-gio2 DEPENDS+= ${RUBY_PKGPREFIX}-cairo-gobject>=${VERSION}:../../graphics/ruby-cairo-gobject -BUILDLINK_API_DEPENDS.poppler-glib+= poppler-glib>=0.8.0 +BUILDLINK_API_DEPENDS.poppler-glib+= poppler-glib>=0.79.0nb1 .include "../../print/poppler-glib/buildlink3.mk" .include "../../meta-pkgs/ruby-gnome/Makefile.common" .include "../../lang/ruby/gem.mk" --_----------=_1570255670207040--