diff options
author | wiz <wiz@pkgsrc.org> | 2014-07-22 12:22:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-07-22 12:22:39 +0000 |
commit | 62551860576adcf8a2849d862e14795a99ee962d (patch) | |
tree | 4d92b9d46751b97d990ad5e8ce610fdda28be1d8 /print | |
parent | 48b2ab4ad7df670b6335ffe4cd4912f8cbb77e74 (diff) | |
download | pkgsrc-62551860576adcf8a2849d862e14795a99ee962d.tar.gz |
Update to 0.26.3:
Release 0.26.3
qt5:
* autoconf: Improve moc-qt5 detection
* Fix compilation with MinGW
glib:
* Fix typo in api docs
* use C90-style comments in public headers
core:
* Error out instead of exiting if allInter grows too much. Bug #78714
qt4:
* Update required version to Qt 4.7.0
build system:
* Include stdio.h from poppler-config.h
misc:
* Update .gitignore files
Diffstat (limited to 'print')
-rw-r--r-- | print/poppler/Makefile.common | 4 | ||||
-rw-r--r-- | print/poppler/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/print/poppler/Makefile.common b/print/poppler/Makefile.common index 2f1dfb452f7..1a8def3243f 100644 --- a/print/poppler/Makefile.common +++ b/print/poppler/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.66 2014/07/22 12:13:28 wiz Exp $ +# $NetBSD: Makefile.common,v 1.67 2014/07/22 12:22:39 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.2 +POPPLER_VERS= 0.26.3 DISTNAME= poppler-${POPPLER_VERS} CATEGORIES= print MASTER_SITES= http://poppler.freedesktop.org/ diff --git a/print/poppler/distinfo b/print/poppler/distinfo index 7a54bb95f5f..1a2f71f8a29 100644 --- a/print/poppler/distinfo +++ b/print/poppler/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.94 2014/07/22 12:13:28 wiz Exp $ +$NetBSD: distinfo,v 1.95 2014/07/22 12:22:39 wiz Exp $ -SHA1 (poppler-0.26.2.tar.xz) = d4a3a5c2f97217a5de250d53ef810f26ab581673 -RMD160 (poppler-0.26.2.tar.xz) = b03f456031bacdcfc4c148abe52c28302ddc1303 -Size (poppler-0.26.2.tar.xz) = 1592696 bytes +SHA1 (poppler-0.26.3.tar.xz) = 544f64ac2801c0625c519213a999e0c86a9a6bd6 +RMD160 (poppler-0.26.3.tar.xz) = 895caef4cba86ebebd189eb2dca3910af54504cc +Size (poppler-0.26.3.tar.xz) = 1593760 bytes SHA1 (patch-aa) = f67de7b11651207d968972e5b27eb017cf59ceb7 SHA1 (patch-ab) = fc2e9e5dbbc2cda25b79d8342e82c10d542211a6 SHA1 (patch-ag) = 7a3e0cb67bfb3856b3c5fbb581572a113eeb9fe5 |