svn commit: r411684 - head/graphics/hugin

Greg Lehey grog at FreeBSD.org
Wed Mar 23 02:34:03 UTC 2016


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
 


More information about the svn-ports-all mailing list