ports/177733: [maintainer update] graphics/nomacs update to version 1.0.2

Jens K. Loewe bsd at tuxproject.de
Thu May 2 18:40:02 UTC 2013


The following reply was made to PR ports/177733; it has been noted by GNATS.

From: "Jens K. Loewe" <bsd at tuxproject.de>
To: bug-followup at FreeBSD.org, bsd at tuxproject.de
Cc:  
Subject: Re: ports/177733: [maintainer update] graphics/nomacs update to version 1.0.2
Date: Thu, 2 May 2013 20:30:19 +0200

 Updated patch with newly added "RAW" option:
 
 
 
     diff -ruN alt/Makefile neu-with-options/Makefile
     --- alt/Makefile        2013-03-01 21:11:05.000000000 +0100
     +++ neu-with-options/Makefile   2013-05-02 20:27:25.000000000 +0200
     @@ -1,10 +1,10 @@
      # $FreeBSD$
      
      PORTNAME=      nomacs
     -PORTVERSION=   1.0.0
     +PORTVERSION=   1.0.2
      CATEGORIES=    graphics
      MASTER_SITES=  SF/nomacs/nomacs-${PORTVERSION}/
     -DISTNAME=      ${PORTNAME}-${PORTVERSION}
     +DISTNAME=      ${PORTNAME}-${PORTVERSION}.1
      
      MAINTAINER=    bsd at tuxproject.de
      COMMENT=       Small, fast and free image viewer
     @@ -14,14 +14,25 @@
      LIB_DEPENDS=   exiv2:${PORTSDIR}/graphics/exiv2 \
                     sysinfo:${PORTSDIR}/devel/libsysinfo
      
     +OPTIONS_DEFINE= RAW
     +OPTIONS_DEFAULT= ${OPTIONS_DEFINE}
     +RAW_DESC=       Enable RAW support
     +
      USE_BZIP2=     yes
      USE_CMAKE=     yes
      USE_QT4=       gui network linguist_build moc_build \
                     qmake_build rcc_build uic_build
      LDFLAGS+=      -lsysinfo -lkvm
      WRKTOP=                ${WRKDIR}
     -WRKSUBDIR=     ${PORTNAME}-${PORTVERSION}
     +WRKSUBDIR=     ${DISTNAME}
      WRKSRC=                ${WRKTOP}/${WRKSUBDIR}
     -CMAKE_ARGS+=    -DENABLE_RAW=0
     +
     +.include <bsd.port.options.mk>
     +
     +.if ${PORT_OPTIONS:MRAW}
     +LIB_DEPENDS+=raw:${PORTSDIR}/graphics/libraw
     +.else
     +CMAKE_ARGS+=-DENABLE_RAW=0
     +.endif
      
      .include <bsd.port.mk>
     diff -ruN alt/distinfo neu-with-options/distinfo
     --- alt/distinfo        2013-03-01 20:10:21.000000000 +0100
     +++ neu-with-options/distinfo   2013-05-02 20:10:18.000000000 +0200
     @@ -1,2 +1,2 @@
     -SHA256 (nomacs-1.0.0.tar.bz2) = bf2a0a9ecb35551dc8ed25c0db95c1183b3771a2ce9e2a41d7e1d230bac2c5f2
     -SIZE (nomacs-1.0.0.tar.bz2) = 803404
     +SHA256 (nomacs-1.0.2.1.tar.bz2) = 25617b2cab8ed6fe75b4ff5ec0b39c3128d55ec68d4f7fe7eace2fdbad874755
     +SIZE (nomacs-1.0.2.1.tar.bz2) = 808068
 
 


More information about the freebsd-ports-bugs mailing list