Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Dec 2015 16:32:42 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r404132 - branches/2015Q4/graphics/enblend
Message-ID:  <201512211632.tBLGWgcT018637@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Mon Dec 21 16:32:42 2015
New Revision: 404132
URL: https://svnweb.freebsd.org/changeset/ports/404132

Log:
  MFH: r404098
  
  Drop dependency on graphics/plotutils.
  
  As the ports's NEWS file says, since the 4.1.x series "Enblend no longer
  relies on libXMI".
  
  Approved by:	portmgr blanket

Modified:
  branches/2015Q4/graphics/enblend/Makefile
Directory Properties:
  branches/2015Q4/   (props changed)

Modified: branches/2015Q4/graphics/enblend/Makefile
==============================================================================
--- branches/2015Q4/graphics/enblend/Makefile	Mon Dec 21 16:31:19 2015	(r404131)
+++ branches/2015Q4/graphics/enblend/Makefile	Mon Dec 21 16:32:42 2015	(r404132)
@@ -3,7 +3,7 @@
 
 PORTNAME=	enblend
 PORTVERSION=	4.1.1
-PORTREVISION=	11
+PORTREVISION=	12
 CATEGORIES=	graphics
 MASTER_SITES=	SF/enblend/enblend-enfuse/enblend-enfuse-${PORTVERSION:R}
 DISTNAME=	enblend-enfuse-${PORTVERSION}
@@ -14,7 +14,6 @@ COMMENT=	Tool for image blending with mu
 BUILD_DEPENDS=	${LOCALBASE}/bin/makeinfo:${PORTSDIR}/print/texinfo \
 		OpenEXR>=1.0:${PORTSDIR}/graphics/OpenEXR
 LIB_DEPENDS=	liblcms2.so:${PORTSDIR}/graphics/lcms2 \
-		libxmi.so:${PORTSDIR}/graphics/plotutils \
 		libtiff.so:${PORTSDIR}/graphics/tiff \
 		libboost_filesystem.so:${PORTSDIR}/devel/boost-libs \
 		libvigraimpex.so:${PORTSDIR}/graphics/vigra \



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