diff options
author | wiz <wiz@pkgsrc.org> | 2015-05-27 21:52:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-05-27 21:52:19 +0000 |
commit | 280df142d3b179f3f4ad79d90a19ff2236d5a6ae (patch) | |
tree | f57cd59010ff796beece55f115147d95ebebb0cb /print/mupdf | |
parent | 46409600aff4ea686b6b74bdad5b0638c41d269d (diff) | |
download | pkgsrc-280df142d3b179f3f4ad79d90a19ff2236d5a6ae.tar.gz |
Update to 1.7a provided by Leonardo Taccari in PR 49918.
MuPDF 1.7a (2015-05-07)
-----------------------
The 1.7a version is a bugfix release. Bug fixes:
* Fixed bug that allocated too much memory when packing paths.
* Fixed EPUB font scaling bug.
* Fixed EPUB file type handling in viewers.
* Improved tolerance for broken and unsupported CSS.
New features:
* Added -z option to mutool clean.
Diffstat (limited to 'print/mupdf')
-rw-r--r-- | print/mupdf/Makefile | 4 | ||||
-rw-r--r-- | print/mupdf/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/print/mupdf/Makefile b/print/mupdf/Makefile index 51c3004a12d..85a168dacfe 100644 --- a/print/mupdf/Makefile +++ b/print/mupdf/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.29 2015/04/17 07:18:21 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2015/05/27 21:52:19 wiz Exp $ -DISTNAME= mupdf-1.7-source +DISTNAME= mupdf-1.7a-source PKGNAME= ${DISTNAME:S/-source//} CATEGORIES= print MASTER_SITES= http://mupdf.com/downloads/ diff --git a/print/mupdf/distinfo b/print/mupdf/distinfo index c37e54bb85f..a0197fee606 100644 --- a/print/mupdf/distinfo +++ b/print/mupdf/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.18 2015/04/17 07:18:21 wiz Exp $ +$NetBSD: distinfo,v 1.19 2015/05/27 21:52:19 wiz Exp $ -SHA1 (mupdf-1.7-source.tar.gz) = 2ea656e2baa31a9c0446090245e7aa9510d1f54a -RMD160 (mupdf-1.7-source.tar.gz) = efcfa3ff6c54faf74dd76c10b686158a3997112d -Size (mupdf-1.7-source.tar.gz) = 13301969 bytes +SHA1 (mupdf-1.7a-source.tar.gz) = 6114cb8d318c71f877cea4660df2eb513fcf82b9 +RMD160 (mupdf-1.7a-source.tar.gz) = cc9260029a7665004584ff6aa1b49e259b08be37 +Size (mupdf-1.7a-source.tar.gz) = 13310720 bytes SHA1 (patch-Makethird) = 5ec66437c5695558f5e6497182d1f0c197ee5299 SHA1 (patch-ab) = b965020ec098fc1bf8577cb16102ab4c37bb37d3 SHA1 (patch-ac) = 2db78731ebbac03a2cfe3329e20544db013b3b10 |