From owner-svn-ports-head@freebsd.org Fri Sep 18 21:03:27 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E187E9CFF04; Fri, 18 Sep 2015 21:03:26 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C5FA91E7A; Fri, 18 Sep 2015 21:03:26 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8IL3QJI074241; Fri, 18 Sep 2015 21:03:26 GMT (envelope-from cs@FreeBSD.org) Received: (from cs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8IL3PB5074237; Fri, 18 Sep 2015 21:03:25 GMT (envelope-from cs@FreeBSD.org) Message-Id: <201509182103.t8IL3PB5074237@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cs set sender to cs@FreeBSD.org using -f From: Carlo Strub Date: Fri, 18 Sep 2015 21:03:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397295 - in head/graphics/lightzone: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Sep 2015 21:03:27 -0000 Author: cs Date: Fri Sep 18 21:03:25 2015 New Revision: 397295 URL: https://svnweb.freebsd.org/changeset/ports/397295 Log: Update to 4.1.2 PR: 203034 Submitted by: yuri@rawbw.com (maintainer) MFH: 2015Q3 Security: Fixes 57325ecf-facc-11e4-968f-b888e347c638 Deleted: head/graphics/lightzone/files/patch-src_com_lightcrafts_platform_linux_TestSSE2.java Modified: head/graphics/lightzone/Makefile head/graphics/lightzone/distinfo head/graphics/lightzone/files/patch-products_lightzone head/graphics/lightzone/pkg-plist Modified: head/graphics/lightzone/Makefile ============================================================================== --- head/graphics/lightzone/Makefile Fri Sep 18 21:02:21 2015 (r397294) +++ head/graphics/lightzone/Makefile Fri Sep 18 21:03:25 2015 (r397295) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= lightzone -DISTVERSION= 4.1.1 -PORTREVISION= 1 +DISTVERSION= 4.1.2 CATEGORIES= graphics java DIST_SUBDIR= ${PORTNAME} Modified: head/graphics/lightzone/distinfo ============================================================================== --- head/graphics/lightzone/distinfo Fri Sep 18 21:02:21 2015 (r397294) +++ head/graphics/lightzone/distinfo Fri Sep 18 21:03:25 2015 (r397295) @@ -1,2 +1,2 @@ -SHA256 (lightzone/ktgw0316-LightZone-4.1.1_GH0.tar.gz) = 30ba265ceb101cc89a12c44849cadfffa0458445c92d20678904c4fbced3be3d -SIZE (lightzone/ktgw0316-LightZone-4.1.1_GH0.tar.gz) = 26478012 +SHA256 (lightzone/ktgw0316-LightZone-4.1.2_GH0.tar.gz) = 46d9a849e500eaa403fd7c8f03220828a9283ec96a45b2d51aa2adff5da5ecce +SIZE (lightzone/ktgw0316-LightZone-4.1.2_GH0.tar.gz) = 23686103 Modified: head/graphics/lightzone/files/patch-products_lightzone ============================================================================== --- head/graphics/lightzone/files/patch-products_lightzone Fri Sep 18 21:02:21 2015 (r397294) +++ head/graphics/lightzone/files/patch-products_lightzone Fri Sep 18 21:03:25 2015 (r397295) @@ -1,15 +1,6 @@ ---- products/lightzone.orig 2015-06-02 13:25:15 UTC +--- products/lightzone.orig 2015-08-04 13:37:11 UTC +++ products/lightzone -@@ -15,19 +15,13 @@ elif [ "${PLATFORM}" = "SunOS" ]; then - totalmem=`expr $totalmem \* 1024` - usrdir=/usr - elif [ "${PLATFORM}" = "FreeBSD" ]; then -- totalmem=`dmesg | grep 'real memory' | sed -r 's/.* ([0-9]+) .*/\1/'` -- totalmem=`expr $totalmem / 1024` -- usrdir=/usr/local -+ totalmem=`sysctl -n hw.physmem` -+ totalmem=$(($totalmem / 1024)) -+ usrdir=%%LOCALBASE%% +@@ -21,13 +21,7 @@ elif [ "${PLATFORM}" = "FreeBSD" ]; then fi pkgjavadir=${usrdir}/share/java/lightzone Modified: head/graphics/lightzone/pkg-plist ============================================================================== --- head/graphics/lightzone/pkg-plist Fri Sep 18 21:02:21 2015 (r397294) +++ head/graphics/lightzone/pkg-plist Fri Sep 18 21:03:25 2015 (r397295) @@ -14,7 +14,6 @@ bin/lightzone %%LIBDIR%%/libLinux.so %%LIBDIR%%/libSegment.so %%LIBDIR%%/libfbf.so -%%LIBDIR%%/libmlib_jai.so share/applications/lightzone.desktop share/icons/hicolor/128x128/apps/lightzone.png share/icons/hicolor/16x16/apps/lightzone.png