diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/arpack++/Makefile | 2 | ||||
-rw-r--r-- | math/ceres-solver/Makefile | 2 | ||||
-rw-r--r-- | math/dune-fem/Makefile | 2 | ||||
-rw-r--r-- | math/dune-istl/Makefile | 2 | ||||
-rw-r--r-- | math/dune-pdelab/Makefile | 2 | ||||
-rw-r--r-- | math/dune-vtk/Makefile | 2 | ||||
-rw-r--r-- | math/g2o/Makefile | 2 | ||||
-rw-r--r-- | math/igraph/Makefile | 2 | ||||
-rw-r--r-- | math/octave/Makefile | 2 | ||||
-rw-r--r-- | math/openturns/Makefile | 2 | ||||
-rw-r--r-- | math/py-cvxopt/Makefile | 2 | ||||
-rw-r--r-- | math/py-numpy/Makefile | 2 | ||||
-rw-r--r-- | math/py-scikit-umfpack/Makefile | 1 | ||||
-rw-r--r-- | math/scilab/Makefile | 2 | ||||
-rw-r--r-- | math/sundials/Makefile | 1 |
15 files changed, 15 insertions, 13 deletions
diff --git a/math/arpack++/Makefile b/math/arpack++/Makefile index a1a25401869a..1b9e9d8dad07 100644 --- a/math/arpack++/Makefile +++ b/math/arpack++/Makefile @@ -1,6 +1,6 @@ PORTNAME= arpack++ PORTVERSION= 2.4.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= math MAINTAINER= ports@FreeBSD.org diff --git a/math/ceres-solver/Makefile b/math/ceres-solver/Makefile index 6a829c32f0d7..5fa73dbb3267 100644 --- a/math/ceres-solver/Makefile +++ b/math/ceres-solver/Makefile @@ -1,6 +1,6 @@ PORTNAME= ceres-solver DISTVERSION= 2.2.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/dune-fem/Makefile b/math/dune-fem/Makefile index 62414e2429be..ba61fa58e24d 100644 --- a/math/dune-fem/Makefile +++ b/math/dune-fem/Makefile @@ -1,6 +1,6 @@ PORTNAME= dune-fem DISTVERSION= 2.8.0.5 -PORTREVISION= 24 +PORTREVISION= 25 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/dune-istl/Makefile b/math/dune-istl/Makefile index e05531f474c4..b5eedceeed73 100644 --- a/math/dune-istl/Makefile +++ b/math/dune-istl/Makefile @@ -1,6 +1,6 @@ PORTNAME= dune-istl DISTVERSION= 2.8.0 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/dune-pdelab/Makefile b/math/dune-pdelab/Makefile index cf3903eb9ba9..4088af859b66 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= 25 +PORTREVISION= 26 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/dune-vtk/Makefile b/math/dune-vtk/Makefile index 3f67ba02c855..4f882b0e3dd5 100644 --- a/math/dune-vtk/Makefile +++ b/math/dune-vtk/Makefile @@ -1,6 +1,6 @@ PORTNAME= dune-vtk DISTVERSION= 2.8.0 -PORTREVISION= 23 +PORTREVISION= 24 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/g2o/Makefile b/math/g2o/Makefile index d06045d674af..070e40511c14 100644 --- a/math/g2o/Makefile +++ b/math/g2o/Makefile @@ -1,6 +1,6 @@ PORTNAME= g2o DISTVERSION= 20230806 -PORTREVISION= 12 +PORTREVISION= 13 DISTVERSIONSUFFIX= _git CATEGORIES= math diff --git a/math/igraph/Makefile b/math/igraph/Makefile index dd474ef09403..c6ae1a4172e6 100644 --- a/math/igraph/Makefile +++ b/math/igraph/Makefile @@ -1,6 +1,6 @@ PORTNAME= igraph DISTVERSION= 0.10.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${DISTVERSION}/ diff --git a/math/octave/Makefile b/math/octave/Makefile index 4409a3fa90ea..7d2e97995e49 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -1,6 +1,6 @@ PORTNAME= octave PORTVERSION= ${OCTAVE_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= GNU diff --git a/math/openturns/Makefile b/math/openturns/Makefile index bcf197b32b59..61de189aa085 100644 --- a/math/openturns/Makefile +++ b/math/openturns/Makefile @@ -1,7 +1,7 @@ PORTNAME= openturns DISTVERSIONPREFIX= v DISTVERSION= 1.23 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/py-cvxopt/Makefile b/math/py-cvxopt/Makefile index 31b441c7e6f8..f42582ef2136 100644 --- a/math/py-cvxopt/Makefile +++ b/math/py-cvxopt/Makefile @@ -1,6 +1,6 @@ PORTNAME= cvxopt DISTVERSION= 1.3.2 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-numpy/Makefile b/math/py-numpy/Makefile index d2c6d5850e3e..5ba99fd992bd 100644 --- a/math/py-numpy/Makefile +++ b/math/py-numpy/Makefile @@ -1,6 +1,6 @@ PORTNAME= numpy PORTVERSION= 1.26.4 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= math python MASTER_SITES= PYPI \ diff --git a/math/py-scikit-umfpack/Makefile b/math/py-scikit-umfpack/Makefile index 163c7c0853ec..3b8caeb1f0ba 100644 --- a/math/py-scikit-umfpack/Makefile +++ b/math/py-scikit-umfpack/Makefile @@ -1,5 +1,6 @@ PORTNAME= scikit-umfpack DISTVERSION= 0.4.1 +PORTREVISION= 1 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/scilab/Makefile b/math/scilab/Makefile index 62c4acdd6196..5ea459d3e525 100644 --- a/math/scilab/Makefile +++ b/math/scilab/Makefile @@ -1,6 +1,6 @@ PORTNAME= scilab PORTVERSION= 6.1.1 -PORTREVISION= 19 +PORTREVISION= 20 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 3c638f661667..a1f8d916dfbb 100644 --- a/math/sundials/Makefile +++ b/math/sundials/Makefile @@ -1,5 +1,6 @@ PORTNAME= sundials DISTVERSION= 7.2.1 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= https://github.com/LLNL/sundials/releases/download/v${DISTVERSION}/ |