diff options
author | Zsolt Udvari <uzsolt@uzsolt.hu> | 2024-01-14 16:50:44 +0000 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2024-01-14 18:09:13 +0000 |
commit | 948b7dd70bc77e115cdd3fa3ba628d1cc3e68ec8 (patch) | |
tree | ffff475f2eac2349a5d38af6fa6e0d2d513ccf32 | |
parent | 402521a465ca2f8419846947c447954cd7ca7611 (diff) | |
download | ports-948b7dd70bc77e115cdd3fa3ba628d1cc3e68ec8.tar.gz ports-948b7dd70bc77e115cdd3fa3ba628d1cc3e68ec8.zip |
graphics/mupdf: update to 1.23.9
ChangeLog: https://mupdf.com/releases/history.html
MuPDF 1.23.9 (2024-01-11)
* Fix text moving after redaction.
* Add use-cid-for-unknown-unicode option to stext device.
MuPDF 1.23.8 (2024-01-08)
* Move previously private APIs into public headers so they can be used in
python bindings.
* Add version numbers to shared library installation targets on Linux/OpenBSD.
* Avoid setuptools problems for python bindings in python 3.12.
* Fix makefile so python bindings build with tesseract.
*
MuPDF 1.23.7 (2023-11-30)
* Fix rendering issue concerning group alpha.
* Fix unexpected HTML table rectangles on subsequent pages.
* Fix text extraction of control characters from PDF.
* Fix bug concerning Stories having page-break-after set.
* Ignore broken structure trees instead of reporting an error.
* Various fixes for pymupdf.
PR: 276132
Reported by: uzsolt@uzsolt.hu (maintainer)
-rw-r--r-- | graphics/mupdf/Makefile | 2 | ||||
-rw-r--r-- | graphics/mupdf/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/mupdf/Makefile b/graphics/mupdf/Makefile index a77fdc979784..cd0b2c61f11f 100644 --- a/graphics/mupdf/Makefile +++ b/graphics/mupdf/Makefile @@ -1,5 +1,5 @@ PORTNAME= mupdf -DISTVERSION= 1.23.6 +DISTVERSION= 1.23.9 DISTVERSIONSUFFIX= -source PORTEPOCH= 1 CATEGORIES= graphics diff --git a/graphics/mupdf/distinfo b/graphics/mupdf/distinfo index 94bd86c847b7..74b1e654580f 100644 --- a/graphics/mupdf/distinfo +++ b/graphics/mupdf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1700849414 -SHA256 (mupdf-1.23.6-source.tar.gz) = ac11eb859dd404488e5153cdc9651bb4341e5baaf4d3b3f27e2afc82f9aadc29 -SIZE (mupdf-1.23.6-source.tar.gz) = 55310697 +TIMESTAMP = 1705151760 +SHA256 (mupdf-1.23.9-source.tar.gz) = d4a5d66801d85f97d76da978b155f66a5659d1131070c0400f076883f604e297 +SIZE (mupdf-1.23.9-source.tar.gz) = 55315020 |