From owner-svn-ports-head@FreeBSD.ORG Wed Jul 17 15:20:24 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 2F133365; Wed, 17 Jul 2013 15:20:24 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 221A8831; Wed, 17 Jul 2013 15:20:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6HFKOP9029327; Wed, 17 Jul 2013 15:20:24 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6HFKNXN029325; Wed, 17 Jul 2013 15:20:23 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201307171520.r6HFKNXN029325@svn.freebsd.org> From: William Grzybowski Date: Wed, 17 Jul 2013 15:20:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323176 - head/graphics/nomacs 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.14 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: Wed, 17 Jul 2013 15:20:24 -0000 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 (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 @@ -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