Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Aug 2019 13:31:43 +0000 (UTC)
From:      Kai Knoblich <kai@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r508916 - in head/graphics: mupdf zathura-pdf-mupdf
Message-ID:  <201908141331.x7EDVhRV024805@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kai
Date: Wed Aug 14 13:31:43 2019
New Revision: 508916
URL: https://svnweb.freebsd.org/changeset/ports/508916

Log:
  graphics/mudpf, graphics/zathura-pdf-mudpf: Update to 1.16.0 and 0.3.5
  
  * Update both ports as mupdf 1.16.0 would break zathura-pdf-mupdf <= 0.3.4
    and vice versa.
  
  * zathura-pdf-mupdf: Change secondary entry of MASTER_SITES to maintainer's
    site as the previous one was provided by madpilot@ as an interim solution
    some time ago to cope with unreachability issues of pwmt.org. [1]
  
  Notable changes for mudpf:
  
  * api: Major overhaul of color management architecture.
  * api: Improved functions to verify/sign PDF documents.
  * epub: Changed default page size to A5.
  * epub: New Noto fonts covering more unicode scripts.
  * pdf: Add Redact annotation type and function to apply redactions.
  * pdf: Add/remove/change encryption and password when saving PDF files.
  
  https://mupdf.com/release_history.html
  
  Changelog for zathura-pdf-mudpf:
  
  * Adapted to MuPDF >= 1.16.x
  * Use SPDX license identifiers
  
  PR:		239598, 239815 [1]
  Submitted by:	Zsolt Udvari <uzsolt@uzsolt.hu> (maintainer)

Modified:
  head/graphics/mupdf/Makefile
  head/graphics/mupdf/distinfo
  head/graphics/mupdf/pkg-plist
  head/graphics/zathura-pdf-mupdf/Makefile
  head/graphics/zathura-pdf-mupdf/distinfo

Modified: head/graphics/mupdf/Makefile
==============================================================================
--- head/graphics/mupdf/Makefile	Wed Aug 14 12:26:24 2019	(r508915)
+++ head/graphics/mupdf/Makefile	Wed Aug 14 13:31:43 2019	(r508916)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	mupdf
-DISTVERSION=	1.15.0
-PORTREVISION=	1
+DISTVERSION=	1.16.0
 DISTVERSIONSUFFIX=	-source
 PORTEPOCH=	1
 CATEGORIES=	graphics

Modified: head/graphics/mupdf/distinfo
==============================================================================
--- head/graphics/mupdf/distinfo	Wed Aug 14 12:26:24 2019	(r508915)
+++ head/graphics/mupdf/distinfo	Wed Aug 14 13:31:43 2019	(r508916)
@@ -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

Modified: head/graphics/mupdf/pkg-plist
==============================================================================
--- head/graphics/mupdf/pkg-plist	Wed Aug 14 12:26:24 2019	(r508915)
+++ head/graphics/mupdf/pkg-plist	Wed Aug 14 13:31:43 2019	(r508916)
@@ -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

Modified: head/graphics/zathura-pdf-mupdf/Makefile
==============================================================================
--- head/graphics/zathura-pdf-mupdf/Makefile	Wed Aug 14 12:26:24 2019	(r508915)
+++ head/graphics/zathura-pdf-mupdf/Makefile	Wed Aug 14 13:31:43 2019	(r508916)
@@ -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

Modified: head/graphics/zathura-pdf-mupdf/distinfo
==============================================================================
--- head/graphics/zathura-pdf-mupdf/distinfo	Wed Aug 14 12:26:24 2019	(r508915)
+++ head/graphics/zathura-pdf-mupdf/distinfo	Wed Aug 14 13:31:43 2019	(r508916)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908141331.x7EDVhRV024805>