Date: Wed, 17 Jul 2013 15:20:23 +0000 (UTC) From: William Grzybowski <wg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323176 - head/graphics/nomacs Message-ID: <201307171520.r6HFKNXN029325@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wg Date: Wed Jul 17 15:20:23 2013 New Revision: 323176 URL: http://svnweb.freebsd.org/changeset/ports/323176 Log: graphics/nomacs: update to 1.4.0 - Update to 1.4.0 - Add TIFF option PR: ports/180486 Submitted by: Jens K. Loewe <bsd tuxproject.de> (maintainer) Modified: head/graphics/nomacs/Makefile head/graphics/nomacs/distinfo Modified: head/graphics/nomacs/Makefile ============================================================================== --- head/graphics/nomacs/Makefile Wed Jul 17 15:14:16 2013 (r323175) +++ head/graphics/nomacs/Makefile Wed Jul 17 15:20:23 2013 (r323176) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= nomacs -PORTVERSION= 1.2.0 +PORTVERSION= 1.4.0 CATEGORIES= graphics MASTER_SITES= SF/nomacs/nomacs-${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-source @@ -24,9 +24,10 @@ WRKSUBDIR= ${DISTNAME:S,-source,,} WRKSRC= ${WRKTOP}/${WRKSUBDIR} MAN1= nomacs.1 -OPTIONS_DEFINE= RAW -OPTIONS_DEFAULT= RAW +OPTIONS_DEFINE= RAW TIFF +OPTIONS_DEFAULT= RAW TIFF RAW_DESC= RAW images support +TIFF_DESC= Support multi-page TIFF images .include <bsd.port.options.mk> @@ -37,6 +38,12 @@ LIB_DEPENDS+= raw:${PORTSDIR}/graphics/l CMAKE_ARGS+= -DENABLE_RAW=0 .endif +.if ${PORT_OPTIONS:MTIFF} +LIB_DEPENDS+= tiff:${PORTSDIR}/graphics/tiff +.else +CMAKE_ARGS+= -DENABLE_TIFF=0 +.endif + post-extract: @${REINPLACE_CMD} -e 's|share/man/man1|man/man1|' ${WRKSRC}/CMakeLists.txt Modified: head/graphics/nomacs/distinfo ============================================================================== --- head/graphics/nomacs/distinfo Wed Jul 17 15:14:16 2013 (r323175) +++ head/graphics/nomacs/distinfo Wed Jul 17 15:20:23 2013 (r323176) @@ -1,2 +1,2 @@ -SHA256 (nomacs-1.2.0-source.tar.bz2) = 0c60e5d17a7f3d17f33344b59440dad2bac0358fd1fae85b48574f2c61674259 -SIZE (nomacs-1.2.0-source.tar.bz2) = 859335 +SHA256 (nomacs-1.4.0-source.tar.bz2) = bf76935d3b0adfca5a9c15e2dd59498e71ddad80bced2c4d545e165119cb97cb +SIZE (nomacs-1.4.0-source.tar.bz2) = 885880
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307171520.r6HFKNXN029325>