diff options
author | wiz <wiz> | 2014-06-07 08:56:20 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-06-07 08:56:20 +0000 |
commit | 37c9b24163e810fa29770523dfc836734b937020 (patch) | |
tree | 0727c1b6648dbc1c356388c17f679cacffa70f24 /print/poppler | |
parent | 590133a673e8b4a685376274447bd6d914287e48 (diff) | |
download | pkgsrc-37c9b24163e810fa29770523dfc836734b937020.tar.gz |
Update to 0.26.1 (without a shlib major bump, yay):
Release 0.26.1
core:
* Use field value V for radio buttons. Bug #75979
* Fix extraction of text in some files. Bug #78145
* Only add annotations of the current page when splitting. Bug #77549
build system:
* autoconf: Fix libopenjpeg 1.5 detection on some systems. Bug #78389
glib:
* Fix multiple definition of PopplerTextSpan
Diffstat (limited to 'print/poppler')
-rw-r--r-- | print/poppler/Makefile.common | 4 | ||||
-rw-r--r-- | print/poppler/distinfo | 9 |
2 files changed, 6 insertions, 7 deletions
diff --git a/print/poppler/Makefile.common b/print/poppler/Makefile.common index 022fcf63eaf..c44b7cb0f43 100644 --- a/print/poppler/Makefile.common +++ b/print/poppler/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.64 2014/04/29 08:03:53 wiz Exp $ +# $NetBSD: Makefile.common,v 1.65 2014/06/07 08:56:20 wiz Exp $ # # used by print/poppler/Makefile # used by print/poppler-cpp/Makefile @@ -8,7 +8,7 @@ # used by print/poppler-qt5/Makefile # used by print/poppler-utils/Makefile -POPPLER_VERS= 0.26.0 +POPPLER_VERS= 0.26.1 DISTNAME= poppler-${POPPLER_VERS} CATEGORIES= print MASTER_SITES= http://poppler.freedesktop.org/ diff --git a/print/poppler/distinfo b/print/poppler/distinfo index b81bcd081c5..9cbe8f44d2b 100644 --- a/print/poppler/distinfo +++ b/print/poppler/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.92 2014/04/30 05:45:03 obache Exp $ +$NetBSD: distinfo,v 1.93 2014/06/07 08:56:20 wiz Exp $ -SHA1 (poppler-0.26.0.tar.xz) = 1f5d08ee01683c309688f17116d18bf47b13f001 -RMD160 (poppler-0.26.0.tar.xz) = 9c74dd6fb617928375b64c3576575603ed2a72a5 -Size (poppler-0.26.0.tar.xz) = 1591180 bytes +SHA1 (poppler-0.26.1.tar.xz) = 69911065030200bb7233a1f051b2e4695bbc386c +RMD160 (poppler-0.26.1.tar.xz) = b7c229a197ee89f7195f629b96fcca770aaf94e6 +Size (poppler-0.26.1.tar.xz) = 1592884 bytes SHA1 (patch-aa) = f67de7b11651207d968972e5b27eb017cf59ceb7 SHA1 (patch-ab) = fc2e9e5dbbc2cda25b79d8342e82c10d542211a6 SHA1 (patch-ag) = 7a3e0cb67bfb3856b3c5fbb581572a113eeb9fe5 @@ -10,5 +10,4 @@ SHA1 (patch-aq) = b1e1cd6e234a68ebc352d76dbf89ed4e3cb7b3c0 SHA1 (patch-ar) = c3f9c4d0176f215cfee6127d2ac077a26c23ffa2 SHA1 (patch-as) = 9e2329c923c904074495076fd7cc594fced51a0d SHA1 (patch-configure) = a2488314e1da41c94bc78c327795e126515bdde5 -SHA1 (patch-glib_poppler-structure-element.h) = d18bf8c5d01c7cb0bcb76b222ae7d2fe57deebf1 SHA1 (patch-qt5_src_Makefile.in) = 3bbe51eca4f10fd91f6afd4f8e4cee05b04e98c3 |