summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2022-11-27 12:07:34 +0100
committerThierry Thomas <thierry@FreeBSD.org>2022-11-27 12:09:57 +0100
commit6f9769f20db64b8cd3e89aa80a85329ba53b61a5 (patch)
treed9832c28399f6441da41afa05ec6f4becc6f7198 /math
parent9b697a1cd52d729fc30b15bc4af7d807e0ee9d91 (diff)
downloadfreebsd-ports-6f9769f20db64b8cd3e89aa80a85329ba53b61a5.zip
*/*: bump PORTREVISION after the upgrade of math/suitesparse*
PR: 267742
Diffstat (limited to 'math')
-rw-r--r--math/arpack++/Makefile2
-rw-r--r--math/dune-fem/Makefile2
-rw-r--r--math/dune-istl/Makefile1
-rw-r--r--math/dune-pdelab/Makefile2
-rw-r--r--math/dune-vtk/Makefile2
-rw-r--r--math/freefem++/Makefile2
-rw-r--r--math/g2o/Makefile2
-rw-r--r--math/igraph/Makefile1
-rw-r--r--math/octave/Makefile1
-rw-r--r--math/openturns/Makefile1
-rw-r--r--math/py-cvxopt/Makefile1
-rw-r--r--math/py-numpy/Makefile1
-rw-r--r--math/scilab/Makefile2
-rw-r--r--math/sundials/Makefile1
14 files changed, 14 insertions, 7 deletions
diff --git a/math/arpack++/Makefile b/math/arpack++/Makefile
index f283958b0791..90b94c14dd9a 100644
--- a/math/arpack++/Makefile
+++ b/math/arpack++/Makefile
@@ -1,6 +1,6 @@
PORTNAME= arpack++
PORTVERSION= 2.3.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math
MAINTAINER= ports@FreeBSD.org
diff --git a/math/dune-fem/Makefile b/math/dune-fem/Makefile
index 2d6cf08758de..a7e482a2eb97 100644
--- a/math/dune-fem/Makefile
+++ b/math/dune-fem/Makefile
@@ -1,6 +1,6 @@
PORTNAME= dune-fem
DISTVERSION= 2.8.0.5
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/dune-istl/Makefile b/math/dune-istl/Makefile
index cfd4083f24fa..da0387021970 100644
--- a/math/dune-istl/Makefile
+++ b/math/dune-istl/Makefile
@@ -1,5 +1,6 @@
PORTNAME= dune-istl
DISTVERSION= 2.8.0
+PORTREVISION= 1
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/dune-pdelab/Makefile b/math/dune-pdelab/Makefile
index cfd628aab04f..6698538258f8 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= 4
+PORTREVISION= 5
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/dune-vtk/Makefile b/math/dune-vtk/Makefile
index 1e2db6500c95..d4bc7132801a 100644
--- a/math/dune-vtk/Makefile
+++ b/math/dune-vtk/Makefile
@@ -1,6 +1,6 @@
PORTNAME= dune-vtk
DISTVERSION= 2.8.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/freefem++/Makefile b/math/freefem++/Makefile
index 53fa77185094..b7bc88bc5021 100644
--- a/math/freefem++/Makefile
+++ b/math/freefem++/Makefile
@@ -1,7 +1,7 @@
PORTNAME= freefem++
DISTVERSIONPREFIX= v
DISTVERSION= 4.11
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= math science
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/g2o/Makefile b/math/g2o/Makefile
index 0ea5b4048a71..27359802f170 100644
--- a/math/g2o/Makefile
+++ b/math/g2o/Makefile
@@ -1,7 +1,7 @@
PORTNAME= g2o
DISTVERSION= 20201223
DISTVERSIONSUFFIX= _git
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/igraph/Makefile b/math/igraph/Makefile
index 62ca7daaa7df..ee0cc2798942 100644
--- a/math/igraph/Makefile
+++ b/math/igraph/Makefile
@@ -1,5 +1,6 @@
PORTNAME= igraph
DISTVERSION= 0.9.8
+PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${DISTVERSION}/
diff --git a/math/octave/Makefile b/math/octave/Makefile
index 422129939e0b..bad1d23b6d77 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 bf96c030955b..20301aeed2cd 100644
--- a/math/openturns/Makefile
+++ b/math/openturns/Makefile
@@ -1,6 +1,7 @@
PORTNAME= openturns
DISTVERSIONPREFIX= v
DISTVERSION= 1.20
+PORTREVISION= 1
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/py-cvxopt/Makefile b/math/py-cvxopt/Makefile
index 912876b0f7d7..d2c110e48580 100644
--- a/math/py-cvxopt/Makefile
+++ b/math/py-cvxopt/Makefile
@@ -1,5 +1,6 @@
PORTNAME= cvxopt
DISTVERSION= 1.3.0
+PORTREVISION= 1
CATEGORIES= math python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/math/py-numpy/Makefile b/math/py-numpy/Makefile
index f1c4f3bf7e4c..93f0282137ec 100644
--- a/math/py-numpy/Makefile
+++ b/math/py-numpy/Makefile
@@ -1,5 +1,6 @@
PORTNAME= numpy
PORTVERSION= 1.23.4
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= math python
MASTER_SITES= CHEESESHOP \
diff --git a/math/scilab/Makefile b/math/scilab/Makefile
index 549d7e414a53..890cc02d1af0 100644
--- a/math/scilab/Makefile
+++ b/math/scilab/Makefile
@@ -1,6 +1,6 @@
PORTNAME= scilab
PORTVERSION= 6.1.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= math cad java
MASTER_SITES= https://cgit.scilab.org/scilab/snapshot/
diff --git a/math/sundials/Makefile b/math/sundials/Makefile
index 3b9ea304c778..43d3cebd640c 100644
--- a/math/sundials/Makefile
+++ b/math/sundials/Makefile
@@ -1,5 +1,6 @@
PORTNAME= sundials
DISTVERSION= 6.4.0
+PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= https://github.com/LLNL/sundials/releases/download/v${DISTVERSION}/