diff options
author | Kai Knoblich <kai@FreeBSD.org> | 2019-08-14 13:31:43 +0000 |
---|---|---|
committer | Kai Knoblich <kai@FreeBSD.org> | 2019-08-14 13:31:43 +0000 |
commit | 8bb5689af1bd8ae3cddb1170fa924f4ab16d9b53 (patch) | |
tree | e581d0a89ba1b73150d977c15e9ee524e24140d0 | |
parent | 57ef89c5fceb9e5943959af54aab971d036abd6f (diff) | |
download | ports-8bb5689af1bd8ae3cddb1170fa924f4ab16d9b53.tar.gz ports-8bb5689af1bd8ae3cddb1170fa924f4ab16d9b53.zip |
Notes
-rw-r--r-- | graphics/mupdf/Makefile | 3 | ||||
-rw-r--r-- | graphics/mupdf/distinfo | 6 | ||||
-rw-r--r-- | graphics/mupdf/pkg-plist | 5 | ||||
-rw-r--r-- | graphics/zathura-pdf-mupdf/Makefile | 5 | ||||
-rw-r--r-- | graphics/zathura-pdf-mupdf/distinfo | 6 |
5 files changed, 11 insertions, 14 deletions
diff --git a/graphics/mupdf/Makefile b/graphics/mupdf/Makefile index 2d6d32b2d49a..13195e190d7a 100644 --- a/graphics/mupdf/Makefile +++ b/graphics/mupdf/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= mupdf -DISTVERSION= 1.15.0 -PORTREVISION= 1 +DISTVERSION= 1.16.0 DISTVERSIONSUFFIX= -source PORTEPOCH= 1 CATEGORIES= graphics diff --git a/graphics/mupdf/distinfo b/graphics/mupdf/distinfo index b01c76c85bfe..1cf8ce5d86b9 100644 --- a/graphics/mupdf/distinfo +++ b/graphics/mupdf/distinfo @@ -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 diff --git a/graphics/mupdf/pkg-plist b/graphics/mupdf/pkg-plist index 71cce742bec1..9d5736f3ab17 100644 --- a/graphics/mupdf/pkg-plist +++ b/graphics/mupdf/pkg-plist @@ -8,8 +8,7 @@ include/mupdf/fitz/band-writer.h 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 @@ man/man1/mutool.1.gz %%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 diff --git a/graphics/zathura-pdf-mupdf/Makefile b/graphics/zathura-pdf-mupdf/Makefile index 58c622007339..867634af5c8a 100644 --- a/graphics/zathura-pdf-mupdf/Makefile +++ b/graphics/zathura-pdf-mupdf/Makefile @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= zathura-pdf-mupdf -DISTVERSION= 0.3.4 -PORTREVISION= 3 +DISTVERSION= 0.3.5 CATEGORIES= graphics MASTER_SITES= https://pwmt.org/projects/zathura-pdf-mupdf/download/ \ - http://www.madpilot.net/~mad/pwmt.org/ + http://freebsd.uzsolt.hu/src/ MAINTAINER= uzsolt@uzsolt.hu COMMENT= MuPDF render PDF plugin for Zathura PDF viewer diff --git a/graphics/zathura-pdf-mupdf/distinfo b/graphics/zathura-pdf-mupdf/distinfo index 0968453edd04..512b91481284 100644 --- a/graphics/zathura-pdf-mupdf/distinfo +++ b/graphics/zathura-pdf-mupdf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1543771885 -SHA256 (zathura-pdf-mupdf-0.3.4.tar.xz) = d64331b9be43e42dce1d113746c62e4e6e9c9a2b4df77889e4bfc743be2dcd98 -SIZE (zathura-pdf-mupdf-0.3.4.tar.xz) = 8092 +TIMESTAMP = 1565696783 +SHA256 (zathura-pdf-mupdf-0.3.5.tar.xz) = 18a63f7abaf9751c37f26a6ceee2d83738a5853fd42521fed69d32fecfd25cde +SIZE (zathura-pdf-mupdf-0.3.5.tar.xz) = 8088 |