From owner-svn-ports-head@freebsd.org Sun Dec 6 17:52:53 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DD88D9A0A9B; Sun, 6 Dec 2015 17:52:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A1FE51955; Sun, 6 Dec 2015 17:52:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tB6HqpLP077670; Sun, 6 Dec 2015 17:52:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tB6HqpUm077667; Sun, 6 Dec 2015 17:52:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512061752.tB6HqpUm077667@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 6 Dec 2015 17:52:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403148 - head/graphics/mupdf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Dec 2015 17:52:53 -0000 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 (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