pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/ruby-poppler Bump API dependency pattern



details:   https://anonhg.NetBSD.org/pkgsrc/rev/22a09d0708eb
branches:  trunk
changeset: 341655:22a09d0708eb
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sat Oct 05 06:07:50 2019 +0000

description:
Bump API dependency pattern

diffstat:

 print/ruby-poppler/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r bbcbeb963b94 -r 22a09d0708eb print/ruby-poppler/Makefile
--- a/print/ruby-poppler/Makefile       Sat Oct 05 06:07:09 2019 +0000
+++ b/print/ruby-poppler/Makefile       Sat Oct 05 06:07:50 2019 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index