From owner-svn-ports-all@FreeBSD.ORG Wed Oct 16 18:37:05 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0C8F779D; Wed, 16 Oct 2013 18:37:05 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DF41622BE; Wed, 16 Oct 2013 18:37:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9GIb4o5095999; Wed, 16 Oct 2013 18:37:04 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9GIb40B095996; Wed, 16 Oct 2013 18:37:04 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201310161837.r9GIb40B095996@svn.freebsd.org> From: Antoine Brodin Date: Wed, 16 Oct 2013 18:37:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330529 - 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Oct 2013 18:37:05 -0000 Author: antoine Date: Wed Oct 16 18:37:03 2013 New Revision: 330529 URL: http://svnweb.freebsd.org/changeset/ports/330529 Log: - Update to 1.6.0 - Use new LIB_DEPENDS syntax - Options are already described in bsd.options.desc.mk - Convert to STAGEDIR PR: ports/183011 Submitted by: Jens K. Loewe (maintainer) Modified: head/graphics/nomacs/Makefile head/graphics/nomacs/distinfo head/graphics/nomacs/pkg-plist Modified: head/graphics/nomacs/Makefile ============================================================================== --- head/graphics/nomacs/Makefile Wed Oct 16 18:29:49 2013 (r330528) +++ head/graphics/nomacs/Makefile Wed Oct 16 18:37:03 2013 (r330529) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= nomacs -PORTVERSION= 1.4.0 +PORTVERSION= 1.6.0 CATEGORIES= graphics MASTER_SITES= SF/nomacs/nomacs-${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-source @@ -11,8 +11,8 @@ COMMENT= Small, fast and free image view LICENSE= GPLv3 -LIB_DEPENDS= exiv2:${PORTSDIR}/graphics/exiv2 \ - sysinfo:${PORTSDIR}/devel/libsysinfo +LIB_DEPENDS= libexiv2.so:${PORTSDIR}/graphics/exiv2 \ + libsysinfo.so:${PORTSDIR}/devel/libsysinfo USE_BZIP2= yes USES= cmake desktop-file-utils pkgconfig @@ -22,25 +22,21 @@ LDFLAGS+= -lsysinfo -lkvm WRKTOP= ${WRKDIR} WRKSUBDIR= ${DISTNAME:S,-source,,} WRKSRC= ${WRKTOP}/${WRKSUBDIR} -MAN1= nomacs.1 OPTIONS_DEFINE= RAW TIFF OPTIONS_DEFAULT= RAW TIFF -RAW_DESC= RAW images support -TIFF_DESC= Support multi-page TIFF images -NO_STAGE= yes .include .if ${PORT_OPTIONS:MRAW} -LIB_DEPENDS+= raw:${PORTSDIR}/graphics/libraw \ - opencv_legacy:${PORTSDIR}/graphics/opencv +LIB_DEPENDS+= libraw.so:${PORTSDIR}/graphics/libraw \ + libopencv_legacy.so:${PORTSDIR}/graphics/opencv .else CMAKE_ARGS+= -DENABLE_RAW=0 .endif .if ${PORT_OPTIONS:MTIFF} -LIB_DEPENDS+= tiff:${PORTSDIR}/graphics/tiff +LIB_DEPENDS+= libtiff.so:${PORTSDIR}/graphics/tiff .else CMAKE_ARGS+= -DENABLE_TIFF=0 .endif Modified: head/graphics/nomacs/distinfo ============================================================================== --- head/graphics/nomacs/distinfo Wed Oct 16 18:29:49 2013 (r330528) +++ head/graphics/nomacs/distinfo Wed Oct 16 18:37:03 2013 (r330529) @@ -1,2 +1,2 @@ -SHA256 (nomacs-1.4.0-source.tar.bz2) = bf76935d3b0adfca5a9c15e2dd59498e71ddad80bced2c4d545e165119cb97cb -SIZE (nomacs-1.4.0-source.tar.bz2) = 885880 +SHA256 (nomacs-1.6.0-source.tar.bz2) = 39e25542c8cef90578864e2a2e98a8c6723872cddf82f12f17f6caf9b426683d +SIZE (nomacs-1.6.0-source.tar.bz2) = 1169739 Modified: head/graphics/nomacs/pkg-plist ============================================================================== --- head/graphics/nomacs/pkg-plist Wed Oct 16 18:29:49 2013 (r330528) +++ head/graphics/nomacs/pkg-plist Wed Oct 16 18:37:03 2013 (r330529) @@ -1,4 +1,5 @@ bin/nomacs +man/man1/nomacs.1.gz share/applications/nomacs.desktop %%DATADIR%%/translations/nomacs_als.qm %%DATADIR%%/translations/nomacs_az.qm @@ -6,6 +7,7 @@ share/applications/nomacs.desktop %%DATADIR%%/translations/nomacs_de.qm %%DATADIR%%/translations/nomacs_en.qm %%DATADIR%%/translations/nomacs_es.qm +%%DATADIR%%/translations/nomacs_fr.qm %%DATADIR%%/translations/nomacs_it.qm %%DATADIR%%/translations/nomacs_pl.qm %%DATADIR%%/translations/nomacs_pt.qm