Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Oct 2014 19:48:23 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r370949 - head/graphics/mupdf
Message-ID:  <201410151948.s9FJmNwU024619@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Oct 15 19:48:22 2014
New Revision: 370949
URL: https://svnweb.freebsd.org/changeset/ports/370949
QAT: https://qat.redports.org/buildarchive/r370949/

Log:
  - Update to 1.6
  - Drop @dirrm from pkg-plist
  
  PR:		194194
  Submitted by:	udvzsolt@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	Wed Oct 15 19:32:48 2014	(r370948)
+++ head/graphics/mupdf/Makefile	Wed Oct 15 19:48:22 2014	(r370949)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	mupdf
-PORTVERSION=	1.5
-PORTREVISION=	1
+PORTVERSION=	1.6
 PORTEPOCH=	1
 CATEGORIES=	graphics
 MASTER_SITES=	GOOGLE_CODE \
@@ -23,7 +22,7 @@ LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/
 
 LIBS+=		-L${LOCALBASE}/lib
 MAKE_ARGS=	build=release prefix=${PREFIX} mandir=${PREFIX}/man verbose=yes
-USES=		pkgconfig gmake
+USES=		compiler:c++11-lang pkgconfig gmake
 USE_XORG=	x11 xext
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}-source
@@ -62,7 +61,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
+.for binary in mudraw mutool mujstest mupdf mupdf-x11-curl
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${binary}
 .endfor
 

Modified: head/graphics/mupdf/distinfo
==============================================================================
--- head/graphics/mupdf/distinfo	Wed Oct 15 19:32:48 2014	(r370948)
+++ head/graphics/mupdf/distinfo	Wed Oct 15 19:48:22 2014	(r370949)
@@ -1,2 +1,2 @@
-SHA256 (mupdf-1.5-source.tar.gz) = e41fa8951de3b44a5ec95052b8897fbcca1eb721e0fd0289862e31e2f03f846a
-SIZE (mupdf-1.5-source.tar.gz) = 13269193
+SHA256 (mupdf-1.6-source.tar.gz) = 9813ee330950a641364181649ebd369c947adbcea9d41ed953ec5365640ea563
+SIZE (mupdf-1.6-source.tar.gz) = 13975531

Modified: head/graphics/mupdf/pkg-plist
==============================================================================
--- head/graphics/mupdf/pkg-plist	Wed Oct 15 19:32:48 2014	(r370948)
+++ head/graphics/mupdf/pkg-plist	Wed Oct 15 19:48:22 2014	(r370949)
@@ -1,6 +1,7 @@
 bin/mudraw
 bin/mujstest
 bin/mupdf
+bin/mupdf-x11-curl
 bin/mutool
 include/mupdf/cbz.h
 include/mupdf/fitz.h
@@ -50,6 +51,7 @@ include/mupdf/fitz/xml.h
 include/mupdf/img.h
 include/mupdf/memento.h
 include/mupdf/pdf.h
+include/mupdf/pdf-tools.h
 include/mupdf/pdf/annot.h
 include/mupdf/pdf/appearance.h
 include/mupdf/pdf/cmap.h
@@ -81,7 +83,3 @@ man/man1/mutool.1.gz
 %%PORTDOCS%%%%DOCSDIR%%/progressive.txt
 %%PORTDOCS%%%%DOCSDIR%%/refcount.txt
 %%PORTDOCS%%%%DOCSDIR%%/thirdparty.txt
-@dirrmtry include/mupdf/fitz
-@dirrmtry include/mupdf/pdf
-@dirrmtry include/mupdf
-%%PORTDOCS%%@dirrmtry %%DOCSDIR%%



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