Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Mar 2016 02:34:02 +0000 (UTC)
From:      Greg Lehey <grog@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r411684 - head/graphics/hugin
Message-ID:  <201603230234.u2N2Y2l4063196@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: grog (src committer)
Date: Wed Mar 23 02:34:02 2016
New Revision: 411684
URL: https://svnweb.freebsd.org/changeset/ports/411684

Log:
  Update dependencies.

Modified:
  head/graphics/hugin/Makefile

Modified: head/graphics/hugin/Makefile
==============================================================================
--- head/graphics/hugin/Makefile	Wed Mar 23 01:43:06 2016	(r411683)
+++ head/graphics/hugin/Makefile	Wed Mar 23 02:34:02 2016	(r411684)
@@ -3,7 +3,7 @@
 
 PORTNAME=	hugin
 PORTVERSION=	2016.0.0
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}
 
@@ -13,6 +13,7 @@ COMMENT=	GUI for Panorama Tools, to stit
 LIB_DEPENDS=	libIlmImf.so:${PORTSDIR}/graphics/OpenEXR \
 		libImath.so:${PORTSDIR}/graphics/ilmbase \
 		libboost_thread.so:${PORTSDIR}/devel/boost-libs \
+		liblcms2.so:${PORTSDIR}/graphics/lcms2 \
 		libexiv2.so:${PORTSDIR}/graphics/exiv2 \
 		libfftw3.so:${PORTSDIR}/math/fftw3 \
 		libpano13.so:${PORTSDIR}/graphics/libpano13 \
@@ -21,7 +22,7 @@ LIB_DEPENDS=	libIlmImf.so:${PORTSDIR}/gr
 		libpng.so:${PORTSDIR}/graphics/png \
 		libtiff.so:${PORTSDIR}/graphics/tiff
 # gmake is really needed at _runtime_.   Do not remove it from this list.
-RUN_DEPENDS=	enblend>=3.1.r20080615:${PORTSDIR}/graphics/enblend \
+RUN_DEPENDS=	enblend>=4.1.4:${PORTSDIR}/graphics/enblend \
 		exiftool:${PORTSDIR}/graphics/p5-Image-ExifTool \
 		gmake:${PORTSDIR}/devel/gmake
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603230234.u2N2Y2l4063196>