summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2012-08-13 11:19:39 +0000
committerdrochner <drochner@pkgsrc.org>2012-08-13 11:19:39 +0000
commitf59804461a6f29490b164b1d1061744800c6b7d1 (patch)
tree2e02f40980e00f4559b3f2b2f4d6ed0a703123cb /print
parent5ce5b99b029c54ffb018355ef32faa6d93c5061d (diff)
downloadpkgsrc-f59804461a6f29490b164b1d1061744800c6b7d1.tar.gz
update to 0.20.3
changes: minor fixes, cleanup pkgsrc note: shlib major changed (for no obvious reason), need revbumps
Diffstat (limited to 'print')
-rw-r--r--print/poppler/Makefile.common4
-rw-r--r--print/poppler/buildlink3.mk4
-rw-r--r--print/poppler/distinfo9
-rw-r--r--print/poppler/patches/patch-ac17
4 files changed, 8 insertions, 26 deletions
diff --git a/print/poppler/Makefile.common b/print/poppler/Makefile.common
index 4494c5ec017..9f5cc3b0089 100644
--- a/print/poppler/Makefile.common
+++ b/print/poppler/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.47 2012/07/24 18:29:13 drochner Exp $
+# $NetBSD: Makefile.common,v 1.48 2012/08/13 11:19:39 drochner Exp $
#
# used by print/poppler/Makefile
# used by print/poppler-glib/Makefile
@@ -6,7 +6,7 @@
# used by print/poppler-qt4/Makefile
# used by print/poppler-utils/Makefile
-POPPLER_VERS= 0.20.2
+POPPLER_VERS= 0.20.3
DISTNAME= poppler-${POPPLER_VERS}
CATEGORIES= print
MASTER_SITES= http://poppler.freedesktop.org/
diff --git a/print/poppler/buildlink3.mk b/print/poppler/buildlink3.mk
index 836b1eab4d0..76aca50f15e 100644
--- a/print/poppler/buildlink3.mk
+++ b/print/poppler/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.27 2012/07/04 20:25:16 drochner Exp $
+# $NetBSD: buildlink3.mk,v 1.28 2012/08/13 11:19:39 drochner Exp $
BUILDLINK_TREE+= poppler
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= poppler
POPPLER_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.poppler+= poppler>=0.5.1
-BUILDLINK_ABI_DEPENDS.poppler+= poppler>=0.20.1
+BUILDLINK_ABI_DEPENDS.poppler+= poppler>=0.20.3
BUILDLINK_PKGSRCDIR.poppler?= ../../print/poppler
pkgbase := poppler
diff --git a/print/poppler/distinfo b/print/poppler/distinfo
index 14db710a8c9..5421ada9675 100644
--- a/print/poppler/distinfo
+++ b/print/poppler/distinfo
@@ -1,11 +1,10 @@
-$NetBSD: distinfo,v 1.73 2012/07/24 18:29:13 drochner Exp $
+$NetBSD: distinfo,v 1.74 2012/08/13 11:19:39 drochner Exp $
-SHA1 (poppler-0.20.2.tar.gz) = 0f745b593e764d27a0e21645e6febd6ad8ad2ab9
-RMD160 (poppler-0.20.2.tar.gz) = 8b9361a972d43c7c92398c1e2055cdf5be10c1a2
-Size (poppler-0.20.2.tar.gz) = 2146312 bytes
+SHA1 (poppler-0.20.3.tar.gz) = b3b01216fb4d2f4dfe2d29f91fff996dcf864a75
+RMD160 (poppler-0.20.3.tar.gz) = d7270e5fd55334b95c53b9012f9393a4bc5bb687
+Size (poppler-0.20.3.tar.gz) = 2144857 bytes
SHA1 (patch-aa) = c5d4bc5d858aaa2a3eca7ccc3623426d35124bdb
SHA1 (patch-ab) = a90156aebaed91468457780ee256d9a870f11bf8
-SHA1 (patch-ac) = c343775da48a1d86dea1451b74355d117e30f6c5
SHA1 (patch-ag) = 4b914e85bb08ce83305d20de9c0a3e74d3cabdd2
SHA1 (patch-aq) = 17db7fb50937611ff253f48241503281fb642f63
SHA1 (patch-ar) = 4799e084c83167fcd54832c172c2662c745cdba1
diff --git a/print/poppler/patches/patch-ac b/print/poppler/patches/patch-ac
deleted file mode 100644
index 106f920c766..00000000000
--- a/print/poppler/patches/patch-ac
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-ac,v 1.8 2010/01/09 20:36:34 tron Exp $
-
-Fix build with Sun Studio C++.
-
---- goo/gstrtod.cc.orig Wed Sep 9 23:22:31 2009
-+++ goo/gstrtod.cc Sat Jan 9 21:24:38 2010
-@@ -27,6 +27,10 @@
- #include <cstdlib>
- #include <cstring>
-
-+#if defined(sun) && !defined(__GNUC__)
-+using namespace std;
-+#endif
-+
- #define ascii_isspace(c) \
- (c == ' ' || c == '\f' || c == '\n' || c == '\r' || c == '\t' || c == '\v')
- #define ascii_isdigit(c) \