ports/180486: [maintainer update] graphics/nomacs update to version 1.4.0

Jens K. Loewe bsd at tuxproject.de
Fri Jul 12 09:40:00 UTC 2013


>Number:         180486
>Category:       ports
>Synopsis:       [maintainer update] graphics/nomacs update to version 1.4.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 12 09:40:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Jens K. Loewe
>Release:        9.1
>Organization:
Hochschule Ostfalia
>Environment:
FreeBSD rosaelefanten.org 9.1-RELEASE-p4 FreeBSD 9.1-RELEASE-p4 #0: Mon Jun 17 11:42:37 UTC 2013     root at amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
A new version of nomacs has been released, adding multi-page TIFF support.
>How-To-Repeat:
-
>Fix:
Use the attached patch for the update.

Patch attached with submission follows:


diff -ruN nomacs/Makefile nomacs-neu/Makefile
--- nomacs/Makefile     2013-07-12 08:57:40.000000000 +0200
+++ nomacs-neu/Makefile 2013-07-12 11:23:01.000000000 +0200
@@ -1,7 +1,7 @@
 # $FreeBSD: graphics/nomacs/Makefile 322088 2013-06-30 14:49:55Z ak $
 
 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 @@
 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 @@
 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
 
diff -ruN nomacs/distinfo nomacs-neu/distinfo
--- nomacs/distinfo     2013-07-12 08:57:40.000000000 +0200
+++ nomacs-neu/distinfo 2013-07-12 09:05:59.000000000 +0200
@@ -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



>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list