diff options
author | dhn <dhn@FreeBSD.org> | 2011-09-18 00:22:07 +0800 |
---|---|---|
committer | dhn <dhn@FreeBSD.org> | 2011-09-18 00:22:07 +0800 |
commit | d63e191c81dea4d2e19fc79724e715f3dfe92259 (patch) | |
tree | 6cb10a7a7b56a2a5188a7f25b84ae59319717ea0 /graphics | |
parent | c7be65eb1c3a5a620d01a2c52d9f4c067535b38c (diff) | |
download | freebsd-ports-graphics-d63e191c81dea4d2e19fc79724e715f3dfe92259.tar.gz freebsd-ports-graphics-d63e191c81dea4d2e19fc79724e715f3dfe92259.tar.zst freebsd-ports-graphics-d63e191c81dea4d2e19fc79724e715f3dfe92259.zip |
- Update to 0.9
PR: ports/160781
Submitted by: Zhihao Yuan <lichray@gmail.com> (maintainer)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/mupdf/Makefile | 9 | ||||
-rw-r--r-- | graphics/mupdf/distinfo | 4 |
2 files changed, 6 insertions, 7 deletions
diff --git a/graphics/mupdf/Makefile b/graphics/mupdf/Makefile index d8d3460ee76..84048497d66 100644 --- a/graphics/mupdf/Makefile +++ b/graphics/mupdf/Makefile @@ -5,8 +5,7 @@ # $FreeBSD$ PORTNAME= mupdf -PORTVERSION= 0.8.165 -PORTREVISION= 3 +PORTVERSION= 0.9 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= GOOGLE_CODE \ @@ -16,6 +15,9 @@ EXTRACT_SUFX= -source.tar.gz MAINTAINER= lichray@gmail.com COMMENT= Lightweight PDF viewer and toolkit +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ jpeg.11:${PORTSDIR}/graphics/jpeg \ jbig2dec.0:${PORTSDIR}/graphics/jbig2dec \ @@ -29,9 +31,6 @@ MAN1= mupdf.1 mu_pdfclean.1 mu_pdfdraw.1 mu_pdfshow.1 MAKE_JOBS_SAFE= yes -LICENSE= GPLv3 -LICENSE_FILE= ${WRKSRC}/COPYING - OPTIONS= SCROLL "Build with scroll hacks" on \ .include <bsd.port.options.mk> diff --git a/graphics/mupdf/distinfo b/graphics/mupdf/distinfo index dbd151ebad9..c344140fe92 100644 --- a/graphics/mupdf/distinfo +++ b/graphics/mupdf/distinfo @@ -1,2 +1,2 @@ -SHA256 (mupdf-0.8.165-source.tar.gz) = cfa00870ef857def5de1a8d20e5a20b21d72a5d31ce4746953539d2299cbc59e -SIZE (mupdf-0.8.165-source.tar.gz) = 3775041 +SHA256 (mupdf-0.9-source.tar.gz) = abed825cb1d73e0e28f0a7ee72b5d7a451ba41d21b0c55837ed2a212f3b16b2d +SIZE (mupdf-0.9-source.tar.gz) = 3917075 |