Date: Fri, 5 Oct 2018 05:24:46 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> 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 Message-ID: <201810050524.w955OkkV025591@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810050524.w955OkkV025591>