From owner-svn-ports-head@freebsd.org Mon Dec 21 13:28:04 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 106BBA4D2A8; Mon, 21 Dec 2015 13:28:04 +0000 (UTC) (envelope-from rakuco@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 D328A1E1E; Mon, 21 Dec 2015 13:28:03 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBLDS2Ni059016; Mon, 21 Dec 2015 13:28:02 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLDS2OL059015; Mon, 21 Dec 2015 13:28:02 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201512211328.tBLDS2OL059015@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Mon, 21 Dec 2015 13:28:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404098 - head/graphics/enblend 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: Mon, 21 Dec 2015 13:28:04 -0000 Author: rakuco Date: Mon Dec 21 13:28:02 2015 New Revision: 404098 URL: https://svnweb.freebsd.org/changeset/ports/404098 Log: Drop dependency on graphics/plotutils. As the ports's NEWS file says, since the 4.1.x series "Enblend no longer relies on libXMI". Modified: head/graphics/enblend/Makefile Modified: head/graphics/enblend/Makefile ============================================================================== --- head/graphics/enblend/Makefile Mon Dec 21 13:24:24 2015 (r404097) +++ head/graphics/enblend/Makefile Mon Dec 21 13:28:02 2015 (r404098) @@ -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 \