From owner-svn-ports-all@freebsd.org Mon May 14 14:09:45 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 87208DC4D31; Mon, 14 May 2018 14:09:45 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 34981837A2; Mon, 14 May 2018 14:09:45 +0000 (UTC) (envelope-from swills@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1637C1D1A4; Mon, 14 May 2018 14:09:45 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4EE9iYJ044222; Mon, 14 May 2018 14:09:44 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EE9iLI044221; Mon, 14 May 2018 14:09:44 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201805141409.w4EE9iLI044221@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 14 May 2018 14:09:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469890 - head/math/scilab-toolbox-sivp X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/math/scilab-toolbox-sivp X-SVN-Commit-Revision: 469890 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 14:09:45 -0000 Author: swills Date: Mon May 14 14:09:44 2018 New Revision: 469890 URL: https://svnweb.freebsd.org/changeset/ports/469890 Log: math/scilab-toolbox-sivp: fix LIB_DEPENDS Modified: head/math/scilab-toolbox-sivp/Makefile (contents, props changed) Modified: head/math/scilab-toolbox-sivp/Makefile ============================================================================== --- head/math/scilab-toolbox-sivp/Makefile Mon May 14 14:09:23 2018 (r469889) +++ head/math/scilab-toolbox-sivp/Makefile Mon May 14 14:09:44 2018 (r469890) @@ -11,7 +11,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Scilab Image and Video Processing Toolbox BUILD_DEPENDS= ${SCILAB_CMD}:math/scilab -LIB_DEPENDS= libopencv_legacy.so:graphics/opencv +LIB_DEPENDS= libopencv_ml.so:graphics/opencv RUN_DEPENDS= ${SCILAB_CMD}:math/scilab