graphics/mupdf: update to 1.24.0

Changelog: https://mupdf.com/releases/history.html

Approved by:	bofh (implicit), dizzy (implicit)
This commit is contained in:
Zsolt Udvari 2024-03-25 13:26:41 +01:00
parent 7f76cf5401
commit 914d2a1589
3 changed files with 12 additions and 4 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= mupdf
DISTVERSION= 1.23.11
DISTVERSION= 1.24.0
DISTVERSIONSUFFIX= -source
PORTEPOCH= 1
CATEGORIES= graphics

View File

@ -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

View File

@ -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