Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Jan 2024 12:02:42 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: 68a725452a34 - main - */*: bump PORTREVISION after the upgrade to SuiteSparse
Message-ID:  <202401281202.40SC2gw4022264@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=68a725452a341366c504bf411bfda2b9b9f983eb

commit 68a725452a341366c504bf411bfda2b9b9f983eb
Author:     Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2024-01-28 12:00:17 +0000
Commit:     Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2024-01-28 12:02:23 +0000

    */*: bump PORTREVISION after the upgrade to SuiteSparse
---
 biology/augustus/Makefile         | 2 +-
 biology/biosig/Makefile           | 2 +-
 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              | 2 +-
 math/openturns/Makefile           | 1 +
 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         | 2 +-
 26 files changed, 26 insertions(+), 25 deletions(-)

diff --git a/biology/augustus/Makefile b/biology/augustus/Makefile
index 249d90b3d234..f5725eb93f47 100644
--- a/biology/augustus/Makefile
+++ b/biology/augustus/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	augustus
 DISTVERSIONPREFIX=	v
 DISTVERSION=	3.5.0
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	biology science
 PKGNAMESUFFIX=	-gene-prediction
 
diff --git a/biology/biosig/Makefile b/biology/biosig/Makefile
index 4b505aee8e76..9f61dab5d45e 100644
--- a/biology/biosig/Makefile
+++ b/biology/biosig/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	biosig
 DISTVERSION=	2.5.2
-PORTREVISION=	6
+PORTREVISION=	7
 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 5b3610e4958f..18c520e07fcc 100644
--- a/cad/xyce/Makefile
+++ b/cad/xyce/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	xyce
 DISTVERSIONPREFIX=	Release-
 DISTVERSION=	7.8.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	cad
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/games/naev/Makefile b/games/naev/Makefile
index 85c8ae8bd4d3..ede3fc313278 100644
--- a/games/naev/Makefile
+++ b/games/naev/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	naev
 PORTVERSION=	0.10.6
 DISTVERSIONSUFFIX=	-source
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	games
 MASTER_SITES=	https://github.com/naev/naev/releases/download/v${PORTVERSION}/
 
diff --git a/graphics/libpano13/Makefile b/graphics/libpano13/Makefile
index 6f0207d9e51c..146eb5da0550 100644
--- a/graphics/libpano13/Makefile
+++ b/graphics/libpano13/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	libpano13
 DISTVERSION=	2.9.22
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	graphics java
 MASTER_SITES=	SF/panotools/${PORTNAME}/${PORTNAME}-${DISTVERSION}
 
diff --git a/math/arpack++/Makefile b/math/arpack++/Makefile
index 7168a272def2..6eb310df9a4c 100644
--- a/math/arpack++/Makefile
+++ b/math/arpack++/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	arpack++
 PORTVERSION=	2.4.0
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	math
 
 MAINTAINER=	ports@FreeBSD.org
diff --git a/math/ceres-solver/Makefile b/math/ceres-solver/Makefile
index 4fd7c4d06884..abcfb46e2d2c 100644
--- a/math/ceres-solver/Makefile
+++ b/math/ceres-solver/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	ceres-solver
 DISTVERSION=	2.2.0
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/math/dune-fem/Makefile b/math/dune-fem/Makefile
index ffeb69871473..da23606cdb53 100644
--- a/math/dune-fem/Makefile
+++ b/math/dune-fem/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	dune-fem
 DISTVERSION=	2.8.0.5
-PORTREVISION=	18
+PORTREVISION=	19
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/math/dune-istl/Makefile b/math/dune-istl/Makefile
index b24fd5002f88..1ba733d48198 100644
--- a/math/dune-istl/Makefile
+++ b/math/dune-istl/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	dune-istl
 DISTVERSION=	2.8.0
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/math/dune-pdelab/Makefile b/math/dune-pdelab/Makefile
index 172559a77199..c75900d23c65 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=	19
+PORTREVISION=	20
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/math/dune-vtk/Makefile b/math/dune-vtk/Makefile
index 401658c01164..4b7187f42953 100644
--- a/math/dune-vtk/Makefile
+++ b/math/dune-vtk/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	dune-vtk
 DISTVERSION=	2.8.0
-PORTREVISION=	17
+PORTREVISION=	18
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/math/freefem++/Makefile b/math/freefem++/Makefile
index 09cf40eb025a..73fd957ac85d 100644
--- a/math/freefem++/Makefile
+++ b/math/freefem++/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	freefem++
 DISTVERSIONPREFIX=	v
 DISTVERSION=	4.14
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	math science
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/math/g2o/Makefile b/math/g2o/Makefile
index 122a18324551..e61c62a4f6e3 100644
--- a/math/g2o/Makefile
+++ b/math/g2o/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	g2o
 DISTVERSION=	20230806
-PORTREVISION=	8
+PORTREVISION=	9
 DISTVERSIONSUFFIX=	_git
 CATEGORIES=	math
 
diff --git a/math/igraph/Makefile b/math/igraph/Makefile
index d58029cbc10b..9e115a7d1939 100644
--- a/math/igraph/Makefile
+++ b/math/igraph/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	igraph
 DISTVERSION=	0.10.6
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	math
 MASTER_SITES=	https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${DISTVERSION}/
 
diff --git a/math/octave/Makefile b/math/octave/Makefile
index 0eb50a9d8c63..ff8a629211d2 100644
--- a/math/octave/Makefile
+++ b/math/octave/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	octave
 PORTVERSION=	${OCTAVE_VERSION}
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	math
 MASTER_SITES=	GNU
 
diff --git a/math/openturns/Makefile b/math/openturns/Makefile
index f933d7930179..b2d9c6520053 100644
--- a/math/openturns/Makefile
+++ b/math/openturns/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	openturns
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.22
+PORTREVISION=	1
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/math/py-cvxopt/Makefile b/math/py-cvxopt/Makefile
index 1179d6b95d0c..a7a1e04de892 100644
--- a/math/py-cvxopt/Makefile
+++ b/math/py-cvxopt/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	cvxopt
 DISTVERSION=	1.3.2
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	math python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/math/py-numpy/Makefile b/math/py-numpy/Makefile
index 64efe3571ccf..1c38114fc0b8 100644
--- a/math/py-numpy/Makefile
+++ b/math/py-numpy/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	numpy
 PORTVERSION=	1.25.0
-PORTREVISION=	5
+PORTREVISION=	6
 PORTEPOCH=	1
 CATEGORIES=	math python
 MASTER_SITES=	PYPI \
diff --git a/math/py-scikit-umfpack/Makefile b/math/py-scikit-umfpack/Makefile
index 9d6a2646a195..1a933428539f 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=	6
+PORTREVISION=	7
 CATEGORIES=	math python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/math/scilab/Makefile b/math/scilab/Makefile
index a88da1b3d0fc..4def3acf9941 100644
--- a/math/scilab/Makefile
+++ b/math/scilab/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	scilab
 PORTVERSION=	6.1.1
-PORTREVISION=	15
+PORTREVISION=	16
 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 9f5341793965..171b940af80b 100644
--- a/math/sundials/Makefile
+++ b/math/sundials/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	sundials
 DISTVERSION=	6.6.0
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	math
 MASTER_SITES=	https://github.com/LLNL/sundials/releases/download/v${DISTVERSION}/
 
diff --git a/science/dynare/Makefile b/science/dynare/Makefile
index 9402ee1ac766..9e6acaf7f695 100644
--- a/science/dynare/Makefile
+++ b/science/dynare/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	dynare
 DISTVERSION=	5.4
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	science # economics
 MASTER_SITES=	https://www.dynare.org/release/source/
 
diff --git a/science/mbdyn/Makefile b/science/mbdyn/Makefile
index ad355af716b7..daa0c81014a9 100644
--- a/science/mbdyn/Makefile
+++ b/science/mbdyn/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	mbdyn
 DISTVERSION=	1.7.3
-PORTREVISION=	13
+PORTREVISION=	14
 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 99c4a8a3eb10..1143b32f5ece 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=	7
+PORTREVISION=	8
 CATEGORIES=	science python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/science/siconos/Makefile b/science/siconos/Makefile
index ea658308e033..b98ee4ea1671 100644
--- a/science/siconos/Makefile
+++ b/science/siconos/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	siconos
 DISTVERSION=	4.4.0
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	science
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/science/trilinos/Makefile b/science/trilinos/Makefile
index fb5eac288c63..1a63039152e8 100644
--- a/science/trilinos/Makefile
+++ b/science/trilinos/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	trilinos
 DISTVERSIONPREFIX=	trilinos-release-
 DISTVERSION=	13-4-1
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	science # physics
 
 MAINTAINER=	yuri@FreeBSD.org



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