From owner-svn-ports-branches@freebsd.org Fri Jan 22 11:54:10 2016 Return-Path: Delivered-To: svn-ports-branches@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 B714EA8D5AA; Fri, 22 Jan 2016 11:54:10 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 870CD1554; Fri, 22 Jan 2016 11:54:10 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0MBs9pL047862; Fri, 22 Jan 2016 11:54:09 GMT (envelope-from lme@FreeBSD.org) Received: (from lme@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0MBs9AB047861; Fri, 22 Jan 2016 11:54:09 GMT (envelope-from lme@FreeBSD.org) Message-Id: <201601221154.u0MBs9AB047861@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lme set sender to lme@FreeBSD.org using -f From: Lars Engels Date: Fri, 22 Jan 2016 11:54:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r406924 - branches/2016Q1/graphics/lightzone X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2016 11:54:10 -0000 Author: lme Date: Fri Jan 22 11:54:09 2016 New Revision: 406924 URL: https://svnweb.freebsd.org/changeset/ports/406924 Log: MFH: r406896 - Add a runtime dependecy on java/javahelp - Bump PORTREVISION Approved by: portmgr (erwin) Modified: branches/2016Q1/graphics/lightzone/Makefile Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/graphics/lightzone/Makefile ============================================================================== --- branches/2016Q1/graphics/lightzone/Makefile Fri Jan 22 11:35:23 2016 (r406923) +++ branches/2016Q1/graphics/lightzone/Makefile Fri Jan 22 11:54:09 2016 (r406924) @@ -3,6 +3,7 @@ PORTNAME= lightzone DISTVERSION= 4.1.4 +PORTREVISION= 1 CATEGORIES= graphics java DIST_SUBDIR= ${PORTNAME} @@ -18,6 +19,7 @@ BUILD_DEPENDS= jhindexer:${PORTSDIR}/jav autoconf:${PORTSDIR}/devel/autoconf LIB_DEPENDS= liblcms2.so:${PORTSDIR}/graphics/lcms2 \ libtiff.so:${PORTSDIR}/graphics/tiff +RUN_DEPENDS= jhindexer:${PORTSDIR}/java/javahelp USE_GITHUB= yes GH_ACCOUNT= ktgw0316