diff options
author | Zsolt Udvari <uzsolt@FreeBSD.org> | 2024-03-25 12:26:41 +0000 |
---|---|---|
committer | Zsolt Udvari <uzsolt@FreeBSD.org> | 2024-03-25 12:29:16 +0000 |
commit | 914d2a1589b896382d163e6a88da03a5203d4eb2 (patch) | |
tree | de0bd0414656d80f59fd1c509703377f5b0c2991 | |
parent | 7f76cf5401133274eb51d7e893b3bf66912db851 (diff) | |
download | ports-914d2a1589b896382d163e6a88da03a5203d4eb2.tar.gz ports-914d2a1589b896382d163e6a88da03a5203d4eb2.zip |
graphics/mupdf: update to 1.24.0
Changelog: https://mupdf.com/releases/history.html
Approved by: bofh (implicit), dizzy (implicit)
-rw-r--r-- | graphics/mupdf/Makefile | 2 | ||||
-rw-r--r-- | graphics/mupdf/distinfo | 6 | ||||
-rw-r--r-- | graphics/mupdf/pkg-plist | 8 |
3 files changed, 12 insertions, 4 deletions
diff --git a/graphics/mupdf/Makefile b/graphics/mupdf/Makefile index 42aa70682753..49605d925d26 100644 --- a/graphics/mupdf/Makefile +++ b/graphics/mupdf/Makefile @@ -1,5 +1,5 @@ PORTNAME= mupdf -DISTVERSION= 1.23.11 +DISTVERSION= 1.24.0 DISTVERSIONSUFFIX= -source PORTEPOCH= 1 CATEGORIES= graphics diff --git a/graphics/mupdf/distinfo b/graphics/mupdf/distinfo index b8cb5ec4a0b9..753507a5093c 100644 --- a/graphics/mupdf/distinfo +++ b/graphics/mupdf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1708782480 -SHA256 (mupdf-1.23.11-source.tar.gz) = 478f2a167feae2a291c8b8bc5205f2ce2f09f09b574a6eb0525bfad95a3cfe66 -SIZE (mupdf-1.23.11-source.tar.gz) = 55319500 +TIMESTAMP = 1711264852 +SHA256 (mupdf-1.24.0-source.tar.gz) = 52f63003a6f4d89f234e9edfb4b4c83d216b83aaeb323cfda6047cb754599ae0 +SIZE (mupdf-1.24.0-source.tar.gz) = 55310611 diff --git a/graphics/mupdf/pkg-plist b/graphics/mupdf/pkg-plist index b05a489d69ee..35691f07af46 100644 --- a/graphics/mupdf/pkg-plist +++ b/graphics/mupdf/pkg-plist @@ -25,6 +25,8 @@ include/mupdf/fitz/getopt.h include/mupdf/fitz/glyph-cache.h include/mupdf/fitz/glyph.h include/mupdf/fitz/hash.h +include/mupdf/fitz/heap-imp.h +include/mupdf/fitz/heap.h include/mupdf/fitz/image.h include/mupdf/fitz/link.h include/mupdf/fitz/log.h @@ -53,6 +55,7 @@ include/mupdf/fitz/version.h include/mupdf/fitz/write-pixmap.h include/mupdf/fitz/writer.h include/mupdf/fitz/xml.h +include/mupdf/html.h include/mupdf/memento.h include/mupdf/pdf.h include/mupdf/pdf/annot.h @@ -63,6 +66,7 @@ include/mupdf/pdf/document.h include/mupdf/pdf/event.h include/mupdf/pdf/font.h include/mupdf/pdf/form.h +include/mupdf/pdf/image-rewriter.h include/mupdf/pdf/interpret.h include/mupdf/pdf/javascript.h include/mupdf/pdf/name-table.h @@ -83,14 +87,17 @@ share/man/man1/mutool.1.gz %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/examples/SnarkFront.svg %%PORTDOCS%%%%DOCSDIR%%/examples/bbox-device.js +%%PORTDOCS%%%%DOCSDIR%%/examples/copy-outline.js %%PORTDOCS%%%%DOCSDIR%%/examples/create-thumbnail.js %%PORTDOCS%%%%DOCSDIR%%/examples/draw-device.js %%PORTDOCS%%%%DOCSDIR%%/examples/draw-document.js %%PORTDOCS%%%%DOCSDIR%%/examples/example.c %%PORTDOCS%%%%DOCSDIR%%/examples/fix-s22pdf.js %%PORTDOCS%%%%DOCSDIR%%/examples/huntingofthesnark.png +%%PORTDOCS%%%%DOCSDIR%%/examples/import-fdf.js %%PORTDOCS%%%%DOCSDIR%%/examples/jpx-to-pdf.js %%PORTDOCS%%%%DOCSDIR%%/examples/multi-threaded.c +%%PORTDOCS%%%%DOCSDIR%%/examples/pdf-bake.js %%PORTDOCS%%%%DOCSDIR%%/examples/pdf-create-lowlevel.js %%PORTDOCS%%%%DOCSDIR%%/examples/pdf-create.js %%PORTDOCS%%%%DOCSDIR%%/examples/pdf-dejpx.js @@ -98,6 +105,7 @@ share/man/man1/mutool.1.gz %%PORTDOCS%%%%DOCSDIR%%/examples/pdf-merge.js %%PORTDOCS%%%%DOCSDIR%%/examples/pdf-portfolio.js %%PORTDOCS%%%%DOCSDIR%%/examples/pdf-trace.js +%%PORTDOCS%%%%DOCSDIR%%/examples/reconvert-cmyk.js %%PORTDOCS%%%%DOCSDIR%%/examples/storytest.c %%PORTDOCS%%%%DOCSDIR%%/examples/storytest.js %%PORTDOCS%%%%DOCSDIR%%/examples/trace-device.js |