ports/176454: [maintainer update] graphics/nomacs update to version 1.0.0
Jens K. Loewe
bsd at tuxproject.de
Tue Feb 26 22:20:02 UTC 2013
>Number: 176454
>Category: ports
>Synopsis: [maintainer update] graphics/nomacs update to version 1.0.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: Tue Feb 26 22:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Jens K. Loewe
>Release: 9.1
>Organization:
Hochschule Ostfalia
>Environment:
FreeBSD pcbsd-8369 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Mon Jan 28 21:55:10 EST 2013 root at avenger:/usr/obj/i386.i386/pcbsd-build32/fbsd-source/src-patched/sys/GENERIC i386
>Description:
There is a new version of nomacs available. Existing port is 0.4.0, new one is 1.0.0, marking the first final build.
>How-To-Repeat:
-
>Fix:
Update attached.
Patch attached with submission follows:
diff -ruN alt/Makefile neu/Makefile
--- alt/Makefile 2013-02-26 21:12:07.000000000 +0100
+++ neu/Makefile 2013-02-26 22:20:13.000000000 +0100
@@ -1,10 +1,10 @@
-# $FreeBSD: ports/graphics/nomacs/Makefile,v 1.2 2012/11/17 05:58:15 svnexp Exp $
+# $FreeBSD$
PORTNAME= nomacs
-PORTVERSION= 0.4.0
+PORTVERSION= 1.0.0
CATEGORIES= graphics
MASTER_SITES= SF/nomacs/nomacs-${PORTVERSION}/
-DISTNAME= ${PORTNAME}-${PORTVERSION}-source
+DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
MAINTAINER= bsd at tuxproject.de
COMMENT= Small, fast and free image viewer
@@ -14,13 +14,14 @@
LIB_DEPENDS= exiv2:${PORTSDIR}/graphics/exiv2 \
sysinfo:${PORTSDIR}/devel/libsysinfo
-USE_ZIP= yes
+USE_BZIP2= yes
USE_CMAKE= yes
USE_QT4= gui network linguist_build moc_build \
qmake_build rcc_build uic_build
LDFLAGS+= -lsysinfo -lkvm
-# no RAW support for now.
-CMAKE_ARGS+= -DENABLE_RAW=0
-NO_WRKSUBDIR= yes
+WRKTOP= ${WRKDIR}
+WRKSUBDIR= ImageLounge
+WRKSRC= ${WRKTOP}/${WRKSUBDIR}
+CMAKE_ARGS+= -DENABLE_RAW=0
.include <bsd.port.mk>
diff -ruN alt/distinfo neu/distinfo
--- alt/distinfo 2013-02-26 21:12:07.000000000 +0100
+++ neu/distinfo 2013-02-26 21:29:30.000000000 +0100
@@ -1,2 +1,2 @@
-SHA256 (nomacs-0.4.0-source.zip) = 3432d55d4de23c365912f0c796deb2e25184efdbd8a81304f15914e3fe4da2c7
-SIZE (nomacs-0.4.0-source.zip) = 1112306
+SHA256 (nomacs_1.0.0.orig.tar.bz2) = 7d24a6358d422b00d432e19a253f585a162439a5e4daec2b7b88f1d540c15977
+SIZE (nomacs_1.0.0.orig.tar.bz2) = 800401
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list