summaryrefslogtreecommitdiff
path: root/print/poppler-qt
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2013-06-04 22:15:37 +0000
committertron <tron@pkgsrc.org>2013-06-04 22:15:37 +0000
commit84fac2d633f153f38089c756692e0202cb3d8f32 (patch)
tree6b8ed11551c6ae6edf7530700df81d41fe88397e /print/poppler-qt
parentd2d5f9e1c07ccc845b8e61288b5c518abb8694dd (diff)
downloadpkgsrc-84fac2d633f153f38089c756692e0202cb3d8f32.tar.gz
Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
Diffstat (limited to 'print/poppler-qt')
-rw-r--r--print/poppler-qt/Makefile4
-rw-r--r--print/poppler-qt/buildlink3.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/print/poppler-qt/Makefile b/print/poppler-qt/Makefile
index 5adcf2c13af..e2f594a17eb 100644
--- a/print/poppler-qt/Makefile
+++ b/print/poppler-qt/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.39 2013/06/03 10:05:53 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2013/06/04 22:17:00 tron Exp $
#
.include "../../print/poppler016/Makefile.common"
PKGNAME= poppler-qt-${POPPLER_VERS}
-PKGREVISION= 5
+PKGREVISION= 6
COMMENT= PDF rendering library (QT wrapper)
MAINTAINER= reed@reedmedia.net
diff --git a/print/poppler-qt/buildlink3.mk b/print/poppler-qt/buildlink3.mk
index b7be6a1634b..c02f769d3af 100644
--- a/print/poppler-qt/buildlink3.mk
+++ b/print/poppler-qt/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.19 2013/06/03 10:05:53 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.20 2013/06/04 22:17:00 tron Exp $
BUILDLINK_TREE+= poppler-qt
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= poppler-qt
POPPLER_QT_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.poppler-qt+= poppler-qt>=0.4.5nb1
-BUILDLINK_ABI_DEPENDS.poppler-qt+= poppler-qt>=0.16.7nb5
+BUILDLINK_ABI_DEPENDS.poppler-qt+= poppler-qt>=0.16.7nb6
BUILDLINK_PKGSRCDIR.poppler-qt?= ../../print/poppler-qt
.include "../../print/poppler016/buildlink3.mk"