svn commit: r403148 - head/graphics/mupdf

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Dec 6 17:52:53 UTC 2015


Author: sunpoet
Date: Sun Dec  6 17:52:51 2015
New Revision: 403148
URL: https://svnweb.freebsd.org/changeset/ports/403148

Log:
  - Update to 1.8
  
  Changes:	http://git.ghostscript.com/?p=mupdf.git;a=blob;f=CHANGES;hb=HEAD
  PR:		205057
  Submitted by:	Zsolt Udvari <udvzsolt at gmail.com> (maintainer)

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

Modified: head/graphics/mupdf/Makefile
==============================================================================
--- head/graphics/mupdf/Makefile	Sun Dec  6 17:52:46 2015	(r403147)
+++ head/graphics/mupdf/Makefile	Sun Dec  6 17:52:51 2015	(r403148)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	mupdf
-PORTVERSION=	1.7
+PORTVERSION=	1.8
 DISTVERSIONSUFFIX=	-source
 PORTEPOCH=	1
 CATEGORIES=	graphics
@@ -57,7 +57,7 @@ post-install:
 	${INSTALL_DATA} ${WRKSRC}/build/pic/libmupdf.a \
 		${STAGEDIR}${PREFIX}/lib/libmupdf_pic.a
 	${MV} ${STAGEDIR}${PREFIX}/bin/mupdf-x11 ${STAGEDIR}${PREFIX}/bin/mupdf
-.for binary in mudraw mutool mujstest mupdf mupdf-x11-curl
+.for binary in mutool mujstest mupdf mupdf-x11-curl
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${binary}
 .endfor
 

Modified: head/graphics/mupdf/distinfo
==============================================================================
--- head/graphics/mupdf/distinfo	Sun Dec  6 17:52:46 2015	(r403147)
+++ head/graphics/mupdf/distinfo	Sun Dec  6 17:52:51 2015	(r403148)
@@ -1,2 +1,2 @@
-SHA256 (mupdf-1.7-source.tar.gz) = d0bd5c656c464411cb5788c73d5a7c9a5b89f1e9e84e3c8c7c982ed8b90f5642
-SIZE (mupdf-1.7-source.tar.gz) = 13301969
+SHA256 (mupdf-1.8-source.tar.gz) = a2a3c64d8b24920f87cf4ea9339a25abf7388496440f13b37482d1403c33c206
+SIZE (mupdf-1.8-source.tar.gz) = 14169777

Modified: head/graphics/mupdf/pkg-plist
==============================================================================
--- head/graphics/mupdf/pkg-plist	Sun Dec  6 17:52:46 2015	(r403147)
+++ head/graphics/mupdf/pkg-plist	Sun Dec  6 17:52:51 2015	(r403148)
@@ -1,4 +1,3 @@
-bin/mudraw
 bin/mujstest
 bin/mupdf
 bin/mupdf-x11-curl
@@ -34,6 +33,7 @@ include/mupdf/fitz/output-tga.h
 include/mupdf/fitz/output.h
 include/mupdf/fitz/path.h
 include/mupdf/fitz/pixmap.h
+include/mupdf/fitz/separation.h
 include/mupdf/fitz/shade.h
 include/mupdf/fitz/store.h
 include/mupdf/fitz/stream.h
@@ -43,7 +43,9 @@ include/mupdf/fitz/system.h
 include/mupdf/fitz/text.h
 include/mupdf/fitz/transition.h
 include/mupdf/fitz/tree.h
+include/mupdf/fitz/ucdn.h
 include/mupdf/fitz/unzip.h
+include/mupdf/fitz/util.h
 include/mupdf/fitz/version.h
 include/mupdf/fitz/write-document.h
 include/mupdf/fitz/xml.h
@@ -73,7 +75,6 @@ include/mupdf/pdf/xref.h
 include/mupdf/xps.h
 lib/libmupdf.a
 lib/libmupdf_pic.a
-man/man1/mudraw.1.gz
 man/man1/mupdf.1.gz
 man/man1/mutool.1.gz
 %%PORTDOCS%%%%DOCSDIR%%/CHANGES


More information about the svn-ports-head mailing list