Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Apr 2024 20:16:25 GMT
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 89b83249690c - main - */*: chase =?utf-8?Q?SuiteSparse=E2=80=99s?= upgrade
Message-ID:  <202404292016.43TKGPdC057813@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by thierry:

URL: https://cgit.FreeBSD.org/ports/commit/?id=89b83249690cf17cdb0fe923e5f01464b7f36141

commit 89b83249690cf17cdb0fe923e5f01464b7f36141
Author:     Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2024-04-29 20:08:56 +0000
Commit:     Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2024-04-29 20:08:56 +0000

    */*: chase SuiteSparse’s upgrade
---
 biology/augustus/Makefile         | 2 +-
 biology/biosig/Makefile           | 1 +
 cad/xyce/Makefile                 | 2 +-
 games/naev/Makefile               | 2 +-
 graphics/libpano13/Makefile       | 2 +-
 math/arpack++/Makefile            | 2 +-
 math/ceres-solver/Makefile        | 2 +-
 math/dune-fem/Makefile            | 2 +-
 math/dune-istl/Makefile           | 2 +-
 math/dune-pdelab/Makefile         | 2 +-
 math/dune-vtk/Makefile            | 2 +-
 math/freefem++/Makefile           | 2 +-
 math/g2o/Makefile                 | 2 +-
 math/igraph/Makefile              | 2 +-
 math/octave/Makefile              | 1 +
 math/openturns/Makefile           | 2 +-
 math/py-cvxopt/Makefile           | 2 +-
 math/py-numpy/Makefile            | 2 +-
 math/py-scikit-umfpack/Makefile   | 2 +-
 math/scilab/Makefile              | 2 +-
 math/sundials/Makefile            | 2 +-
 science/dynare/Makefile           | 2 +-
 science/mbdyn/Makefile            | 2 +-
 science/py-scikit-sparse/Makefile | 2 +-
 science/siconos/Makefile          | 2 +-
 science/trilinos/Makefile         | 1 +
 26 files changed, 26 insertions(+), 23 deletions(-)

diff --git a/biology/augustus/Makefile b/biology/augustus/Makefile
index f5725eb93f47..1694ab2bd5aa 100644
--- a/biology/augustus/Makefile
+++ b/biology/augustus/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	augustus
 DISTVERSIONPREFIX=	v
 DISTVERSION=	3.5.0
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	biology science
 PKGNAMESUFFIX=	-gene-prediction
 
diff --git a/biology/biosig/Makefile b/biology/biosig/Makefile
index f34dfee41237..5e1d2b6e50c7 100644
--- a/biology/biosig/Makefile
+++ b/biology/biosig/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	biosig
 DISTVERSION=	2.6.0
+PORTREVISION=	1
 CATEGORIES=	biology
 MASTER_SITES=	SF/${PORTNAME}/BioSig%20for%20C_C%2B%2B/src/
 DISTNAME=	${PORTNAME}-${PORTVERSION}.src
diff --git a/cad/xyce/Makefile b/cad/xyce/Makefile
index c116ec01de24..7ba15d45ac1d 100644
--- a/cad/xyce/Makefile
+++ b/cad/xyce/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	xyce
 DISTVERSIONPREFIX=	Release-
 DISTVERSION=	7.8.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	cad
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/games/naev/Makefile b/games/naev/Makefile
index 2b5e03d6c2cb..5eee1b316be9 100644
--- a/games/naev/Makefile
+++ b/games/naev/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	naev
 PORTVERSION=	0.10.6
 DISTVERSIONSUFFIX=	-source
-PORTREVISION=	12
+PORTREVISION=	13
 CATEGORIES=	games
 MASTER_SITES=	https://github.com/naev/naev/releases/download/v${PORTVERSION}/
 
diff --git a/graphics/libpano13/Makefile b/graphics/libpano13/Makefile
index dbb13e0a260b..884b1390c29b 100644
--- a/graphics/libpano13/Makefile
+++ b/graphics/libpano13/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	libpano13
 DISTVERSION=	2.9.22
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	graphics java
 MASTER_SITES=	SF/panotools/${PORTNAME}/${PORTNAME}-${DISTVERSION}
 
diff --git a/math/arpack++/Makefile b/math/arpack++/Makefile
index 6eb310df9a4c..744f30dbb166 100644
--- a/math/arpack++/Makefile
+++ b/math/arpack++/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	arpack++
 PORTVERSION=	2.4.0
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	math
 
 MAINTAINER=	ports@FreeBSD.org
diff --git a/math/ceres-solver/Makefile b/math/ceres-solver/Makefile
index 8c1811ee432f..885acd0a6365 100644
--- a/math/ceres-solver/Makefile
+++ b/math/ceres-solver/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	ceres-solver
 DISTVERSION=	2.2.0
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/math/dune-fem/Makefile b/math/dune-fem/Makefile
index 0d9cf9aea5b7..348853c2be27 100644
--- a/math/dune-fem/Makefile
+++ b/math/dune-fem/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	dune-fem
 DISTVERSION=	2.8.0.5
-PORTREVISION=	21
+PORTREVISION=	22
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/math/dune-istl/Makefile b/math/dune-istl/Makefile
index 1ba733d48198..e05531f474c4 100644
--- a/math/dune-istl/Makefile
+++ b/math/dune-istl/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	dune-istl
 DISTVERSION=	2.8.0
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/math/dune-pdelab/Makefile b/math/dune-pdelab/Makefile
index 266d80ec4dc5..aa99310dc8b7 100644
--- a/math/dune-pdelab/Makefile
+++ b/math/dune-pdelab/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	dune-pdelab
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.7.0.20210824
-PORTREVISION=	22
+PORTREVISION=	23
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/math/dune-vtk/Makefile b/math/dune-vtk/Makefile
index b2a03fc94245..7a1432cb5cb0 100644
--- a/math/dune-vtk/Makefile
+++ b/math/dune-vtk/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	dune-vtk
 DISTVERSION=	2.8.0
-PORTREVISION=	20
+PORTREVISION=	21
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/math/freefem++/Makefile b/math/freefem++/Makefile
index 73fd957ac85d..b92e61b45828 100644
--- a/math/freefem++/Makefile
+++ b/math/freefem++/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	freefem++
 DISTVERSIONPREFIX=	v
 DISTVERSION=	4.14
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	math science
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/math/g2o/Makefile b/math/g2o/Makefile
index 8dc49a0a9ddd..4517205893df 100644
--- a/math/g2o/Makefile
+++ b/math/g2o/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	g2o
 DISTVERSION=	20230806
-PORTREVISION=	10
+PORTREVISION=	11
 DISTVERSIONSUFFIX=	_git
 CATEGORIES=	math
 
diff --git a/math/igraph/Makefile b/math/igraph/Makefile
index 9e115a7d1939..08d74f32c3e7 100644
--- a/math/igraph/Makefile
+++ b/math/igraph/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	igraph
 DISTVERSION=	0.10.6
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	math
 MASTER_SITES=	https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${DISTVERSION}/
 
diff --git a/math/octave/Makefile b/math/octave/Makefile
index 580a280444fb..a9b864e8e25c 100644
--- a/math/octave/Makefile
+++ b/math/octave/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	octave
 PORTVERSION=	${OCTAVE_VERSION}
+PORTREVISION=	1
 CATEGORIES=	math
 MASTER_SITES=	GNU
 
diff --git a/math/openturns/Makefile b/math/openturns/Makefile
index b538e749826c..c414bbfe5960 100644
--- a/math/openturns/Makefile
+++ b/math/openturns/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	openturns
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.22
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/math/py-cvxopt/Makefile b/math/py-cvxopt/Makefile
index 154dfe3ded6c..31b441c7e6f8 100644
--- a/math/py-cvxopt/Makefile
+++ b/math/py-cvxopt/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	cvxopt
 DISTVERSION=	1.3.2
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	math python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/math/py-numpy/Makefile b/math/py-numpy/Makefile
index 1c38114fc0b8..638e793f3a50 100644
--- a/math/py-numpy/Makefile
+++ b/math/py-numpy/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	numpy
 PORTVERSION=	1.25.0
-PORTREVISION=	6
+PORTREVISION=	7
 PORTEPOCH=	1
 CATEGORIES=	math python
 MASTER_SITES=	PYPI \
diff --git a/math/py-scikit-umfpack/Makefile b/math/py-scikit-umfpack/Makefile
index 1a933428539f..d6fec626ce6a 100644
--- a/math/py-scikit-umfpack/Makefile
+++ b/math/py-scikit-umfpack/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	scikit-umfpack
 DISTVERSION=	0.3.3
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	math python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/math/scilab/Makefile b/math/scilab/Makefile
index 54896fe596fe..750a08a2ff41 100644
--- a/math/scilab/Makefile
+++ b/math/scilab/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	scilab
 PORTVERSION=	6.1.1
-PORTREVISION=	17
+PORTREVISION=	18
 CATEGORIES=	math cad java
 MASTER_SITES=	https://www.scilab.org/download/${PORTVERSION}/
 DISTFILES=	${DISTNAME}-src${EXTRACT_SUFX}
diff --git a/math/sundials/Makefile b/math/sundials/Makefile
index 171b940af80b..bdbc2e9d80b9 100644
--- a/math/sundials/Makefile
+++ b/math/sundials/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	sundials
 DISTVERSION=	6.6.0
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	math
 MASTER_SITES=	https://github.com/LLNL/sundials/releases/download/v${DISTVERSION}/
 
diff --git a/science/dynare/Makefile b/science/dynare/Makefile
index aec9a20139b3..adc5d12ea3f3 100644
--- a/science/dynare/Makefile
+++ b/science/dynare/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	dynare
 DISTVERSION=	5.4
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	science # economics
 MASTER_SITES=	https://www.dynare.org/release/source/
 
diff --git a/science/mbdyn/Makefile b/science/mbdyn/Makefile
index a601b39b80e0..6948babf6a4d 100644
--- a/science/mbdyn/Makefile
+++ b/science/mbdyn/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	mbdyn
 DISTVERSION=	1.7.3
-PORTREVISION=	15
+PORTREVISION=	16
 CATEGORIES=	science
 MASTER_SITES=	https://www.mbdyn.org/userfiles/downloads/
 
diff --git a/science/py-scikit-sparse/Makefile b/science/py-scikit-sparse/Makefile
index 1143b32f5ece..f04fc9abc1e7 100644
--- a/science/py-scikit-sparse/Makefile
+++ b/science/py-scikit-sparse/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	scikit-sparse
 DISTVERSION=	0.4.8
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	science python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/science/siconos/Makefile b/science/siconos/Makefile
index b98ee4ea1671..3eeefb2cf527 100644
--- a/science/siconos/Makefile
+++ b/science/siconos/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	siconos
 DISTVERSION=	4.4.0
-PORTREVISION=	11
+PORTREVISION=	12
 CATEGORIES=	science
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/science/trilinos/Makefile b/science/trilinos/Makefile
index 8a11a7d2bd86..44f10e85d9b2 100644
--- a/science/trilinos/Makefile
+++ b/science/trilinos/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	trilinos
 DISTVERSIONPREFIX=	trilinos-release-
 DISTVERSION=	15-1-1
+PORTREVISION=	1
 CATEGORIES=	science # physics
 
 MAINTAINER=	yuri@FreeBSD.org



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