Index: graphics/mupdf/Makefile =================================================================== --- graphics/mupdf/Makefile (revision 508228) +++ graphics/mupdf/Makefile (working copy) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= mupdf -DISTVERSION= 1.15.0 -PORTREVISION= 1 +DISTVERSION= 1.16.0 DISTVERSIONSUFFIX= -source PORTEPOCH= 1 CATEGORIES= graphics Index: graphics/mupdf/distinfo =================================================================== --- graphics/mupdf/distinfo (revision 508228) +++ graphics/mupdf/distinfo (working copy) @@ -1,3 +1,3 @@ -TIMESTAMP = 1557205886 -SHA256 (mupdf-1.15.0-source.tar.gz) = 9fe6773ee0dc192d1878b7886b51150cbeb1a8ad81d3cd806d8e1ab343ffd471 -SIZE (mupdf-1.15.0-source.tar.gz) = 53023898 +TIMESTAMP = 1564598649 +SHA256 (mupdf-1.16.0-source.tar.gz) = 64d537895641b711737cc58fe762481b07ea71d1506e8bd8a13434e093b0068d +SIZE (mupdf-1.16.0-source.tar.gz) = 60805124 Index: graphics/mupdf/pkg-plist =================================================================== --- graphics/mupdf/pkg-plist (revision 508228) +++ graphics/mupdf/pkg-plist (working copy) @@ -8,8 +8,7 @@ include/mupdf/fitz/bidi.h include/mupdf/fitz/bitmap.h include/mupdf/fitz/buffer.h -include/mupdf/fitz/color-management.h -include/mupdf/fitz/colorspace.h +include/mupdf/fitz/color.h include/mupdf/fitz/compress.h include/mupdf/fitz/compressed-buffer.h include/mupdf/fitz/config.h @@ -79,10 +78,10 @@ %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/android-sdk.html -%%PORTDOCS%%%%DOCSDIR%%/api-changes.html %%PORTDOCS%%%%DOCSDIR%%/artifex-logo.png %%PORTDOCS%%%%DOCSDIR%%/building.html %%PORTDOCS%%%%DOCSDIR%%/coding-overview.html +%%PORTDOCS%%%%DOCSDIR%%/coding-progressive.html %%PORTDOCS%%%%DOCSDIR%%/coding-style.html %%PORTDOCS%%%%DOCSDIR%%/examples/bbox-device.js %%PORTDOCS%%%%DOCSDIR%%/examples/create-thumbnail.js Index: graphics/zathura-pdf-mupdf/Makefile =================================================================== --- graphics/zathura-pdf-mupdf/Makefile (revision 508228) +++ graphics/zathura-pdf-mupdf/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= zathura-pdf-mupdf DISTVERSION= 0.3.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= https://pwmt.org/projects/zathura-pdf-mupdf/download/ \ http://www.madpilot.net/~mad/pwmt.org/ Index: graphics/zathura-pdf-mupdf/files/patch-zathura-pdf-mupdf_search.c =================================================================== --- graphics/zathura-pdf-mupdf/files/patch-zathura-pdf-mupdf_search.c (nonexistent) +++ graphics/zathura-pdf-mupdf/files/patch-zathura-pdf-mupdf_search.c (working copy) @@ -0,0 +1,11 @@ +--- zathura-pdf-mupdf/search.c.orig 2018-10-04 17:33:46 UTC ++++ zathura-pdf-mupdf/search.c +@@ -39,7 +39,7 @@ pdf_page_search_text(zathura_page_t* page, void* data, + mupdf_page_extract_text(mupdf_document, mupdf_page); + } + +- fz_quad* hit_bbox = fz_malloc_array(mupdf_page->ctx, N_SEARCH_RESULTS, sizeof(fz_quad)); ++ fz_quad* hit_bbox = fz_malloc_array(mupdf_page->ctx, N_SEARCH_RESULTS, fz_quad); + int num_results = fz_search_stext_page(mupdf_page->ctx, mupdf_page->text, + text, hit_bbox, N_SEARCH_RESULTS); + Property changes on: graphics/zathura-pdf-mupdf/files/patch-zathura-pdf-mupdf_search.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property