From nobody@FreeBSD.org  Fri Jul 12 09:29:59 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	by hub.freebsd.org (Postfix) with ESMTP id 0451DACB
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 12 Jul 2013 09:29:59 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121])
	by mx1.freebsd.org (Postfix) with ESMTP id D0AE91909
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 12 Jul 2013 09:29:58 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r6C9TwpX048719
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 12 Jul 2013 09:29:58 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r6C9TwZw048718;
	Fri, 12 Jul 2013 09:29:58 GMT
	(envelope-from nobody)
Message-Id: <201307120929.r6C9TwZw048718@oldred.freebsd.org>
Date: Fri, 12 Jul 2013 09:29:58 GMT
From: "Jens K. Loewe" <bsd@tuxproject.de>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [maintainer update] graphics/nomacs update to version 1.4.0
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         180486
>Category:       ports
>Synopsis:       [maintainer update] graphics/nomacs update to version 1.4.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    wg
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 12 09:40:00 UTC 2013
>Closed-Date:    Wed Jul 17 15:25:04 UTC 2013
>Last-Modified:  Wed Jul 17 15:30:00 UTC 2013
>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@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:
Responsible-Changed-From-To: freebsd-ports-bugs->wg 
Responsible-Changed-By: wg 
Responsible-Changed-When: Sat Jul 13 16:56:49 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=180486 
State-Changed-From-To: open->closed 
State-Changed-By: wg 
State-Changed-When: Wed Jul 17 15:25:03 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=180486 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/180486: commit references a PR
Date: Wed, 17 Jul 2013 15:20:30 +0000 (UTC)

 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
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
