From owner-svn-ports-all@freebsd.org Fri Oct 5 05:24:48 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 31DF410C2A70; Fri, 5 Oct 2018 05:24:48 +0000 (UTC) (envelope-from yuri@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 D5E4B71B8B; Fri, 5 Oct 2018 05:24:47 +0000 (UTC) (envelope-from yuri@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 CC3B110EB6; Fri, 5 Oct 2018 05:24:47 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w955Ols9025595; Fri, 5 Oct 2018 05:24:47 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w955OkkV025591; Fri, 5 Oct 2018 05:24:46 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201810050524.w955OkkV025591@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 5 Oct 2018 05:24:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481261 - in head: cad/calculix-ccx math/armadillo math/arpack++ math/octave math/scilab X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head: cad/calculix-ccx math/armadillo math/arpack++ math/octave math/scilab X-SVN-Commit-Revision: 481261 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.27 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: Fri, 05 Oct 2018 05:24:48 -0000 Author: yuri Date: Fri Oct 5 05:24:46 2018 New Revision: 481261 URL: https://svnweb.freebsd.org/changeset/ports/481261 Log: cad/calculix-ccx math/arpack++ math/armadillo math/scilab math/octave: Change dependency from math/arpack to math/arpack-ng math/arpack is a dead, unmaintained project, and math/arpack-ng is a maintained and updated fork. This commit is effectively a version upgrade of the arpack dependency. Approved by: portmgr blanket (does not result in a change in contents of the resulting package) Modified: head/cad/calculix-ccx/Makefile head/math/armadillo/Makefile head/math/arpack++/Makefile head/math/octave/Makefile head/math/scilab/Makefile Modified: head/cad/calculix-ccx/Makefile ============================================================================== --- head/cad/calculix-ccx/Makefile Fri Oct 5 04:55:56 2018 (r481260) +++ head/cad/calculix-ccx/Makefile Fri Oct 5 05:24:46 2018 (r481261) @@ -3,7 +3,7 @@ PORTNAME= ccx PORTVERSION= 2.14 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= cad MASTER_SITES= http://www.dhondt.de/ PKGNAMEPREFIX= CalculiX- @@ -16,7 +16,7 @@ COMMENT= Three-Dimensional Structural Finite Element P LICENSE= GPLv2 -LIB_DEPENDS= libarpack.so:math/arpack \ +LIB_DEPENDS= libarpack.so:math/arpack-ng \ libmetis.so:math/metis4 \ libspooles.so:math/spooles \ libtaucs.so:math/taucs Modified: head/math/armadillo/Makefile ============================================================================== --- head/math/armadillo/Makefile Fri Oct 5 04:55:56 2018 (r481260) +++ head/math/armadillo/Makefile Fri Oct 5 05:24:46 2018 (r481261) @@ -2,7 +2,7 @@ PORTNAME= armadillo PORTVERSION= 9.100.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= SF/arma @@ -16,7 +16,7 @@ BROKEN_powerpc64= Does not build LIB_DEPENDS= libboost_date_time.so:devel/boost-libs \ libopenblasp.so:math/openblas \ - libarpack.so:math/arpack \ + libarpack.so:math/arpack-ng \ libhdf5.so:science/hdf5 \ libsuperlu.so:math/superlu \ libsz.so:science/szip Modified: head/math/arpack++/Makefile ============================================================================== --- head/math/arpack++/Makefile Fri Oct 5 04:55:56 2018 (r481260) +++ head/math/arpack++/Makefile Fri Oct 5 05:24:46 2018 (r481261) @@ -3,7 +3,7 @@ PORTNAME= arpack++ PORTVERSION= 1.2 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= math MASTER_SITES= http://www.ime.unicamp.br/%7echico/arpack++/ DISTNAME= ${PORTNAME} @@ -17,7 +17,7 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= ports@FreeBSD.org COMMENT= ARPACK++ is an object-oriented version of the ARPACK package -LIB_DEPENDS= libarpack.so:math/arpack \ +LIB_DEPENDS= libarpack.so:math/arpack-ng \ libsuperlu.so:math/superlu \ libumfpack.so:math/suitesparse Modified: head/math/octave/Makefile ============================================================================== --- head/math/octave/Makefile Fri Oct 5 04:55:56 2018 (r481260) +++ head/math/octave/Makefile Fri Oct 5 05:24:46 2018 (r481261) @@ -3,7 +3,7 @@ PORTNAME= octave PORTVERSION= ${OCTAVE_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math java MASTER_SITES= GNU @@ -20,7 +20,7 @@ RUN_DEPENDS= gnuplot:math/gnuplot \ gsed:textproc/gsed \ ${LOCALBASE}/bin/makeinfo:print/texinfo LIB_DEPENDS= libGraphicsMagick.so:graphics/GraphicsMagick \ - libarpack.so:math/arpack \ + libarpack.so:math/arpack-ng \ libcurl.so:ftp/curl \ libfftw3.so:math/fftw3 \ libfftw3f.so:math/fftw3-float \ Modified: head/math/scilab/Makefile ============================================================================== --- head/math/scilab/Makefile Fri Oct 5 04:55:56 2018 (r481260) +++ head/math/scilab/Makefile Fri Oct 5 05:24:46 2018 (r481261) @@ -3,7 +3,7 @@ PORTNAME= scilab PORTVERSION= 5.5.2 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= math cad java MASTER_SITES= http://www.scilab.org/download/${PORTVERSION}/ DISTFILES= ${DISTNAME}-src${EXTRACT_SUFX} @@ -17,7 +17,7 @@ LIB_DEPENDS= libxml2.so:textproc/libxml2 \ libpcre.so:devel/pcre \ libcurl.so:ftp/curl \ libhdf5.so:science/hdf5 \ - libarpack.so:math/arpack \ + libarpack.so:math/arpack-ng \ libfftw3.so:math/fftw3 \ libmatio.so:math/matio \ libamd.so:math/suitesparse