diff options
author | tron <tron@pkgsrc.org> | 2013-06-04 22:15:37 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2013-06-04 22:15:37 +0000 |
commit | 84fac2d633f153f38089c756692e0202cb3d8f32 (patch) | |
tree | 6b8ed11551c6ae6edf7530700df81d41fe88397e /print/poppler-cpp | |
parent | d2d5f9e1c07ccc845b8e61288b5c518abb8694dd (diff) | |
download | pkgsrc-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-cpp')
-rw-r--r-- | print/poppler-cpp/Makefile | 4 | ||||
-rw-r--r-- | print/poppler-cpp/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/print/poppler-cpp/Makefile b/print/poppler-cpp/Makefile index 462a4854437..84b88dcb504 100644 --- a/print/poppler-cpp/Makefile +++ b/print/poppler-cpp/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.8 2013/06/03 10:05:53 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2013/06/04 22:16:59 tron Exp $ # .include "../../print/poppler/Makefile.common" PKGNAME= poppler-cpp-${POPPLER_VERS} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= PDF rendering library (cpp wrapper) MAINTAINER= reed@reedmedia.net diff --git a/print/poppler-cpp/buildlink3.mk b/print/poppler-cpp/buildlink3.mk index f80d482e1c4..7e0cd71bec1 100644 --- a/print/poppler-cpp/buildlink3.mk +++ b/print/poppler-cpp/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.12 2013/06/03 10:05:53 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.13 2013/06/04 22:16:59 tron Exp $ BUILDLINK_TREE+= poppler-cpp @@ -6,7 +6,7 @@ BUILDLINK_TREE+= poppler-cpp POPPLER_CPP_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.poppler-cpp+= poppler-cpp>=0.16.7 -BUILDLINK_ABI_DEPENDS.poppler-cpp+= poppler-cpp>=0.22.4nb1 +BUILDLINK_ABI_DEPENDS.poppler-cpp+= poppler-cpp>=0.22.4nb2 BUILDLINK_PKGSRCDIR.poppler-cpp?= ../../print/poppler-cpp .include "../../print/poppler/buildlink3.mk" |