aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2022-08-12 14:46:53 +0000
committerDima Panov <fluffy@FreeBSD.org>2022-08-12 14:46:53 +0000
commit4cf39decb348615b9c8a28370d987a85d1b8a5ed (patch)
treeb3f23bc1a7f6b90c311d8cc64601a4f8c603f717 /math
parentacbf1d3f152bc516e4c5a5d7588eece618948125 (diff)
Diffstat (limited to 'math')
-rw-r--r--math/R-cran-raster/Makefile1
-rw-r--r--math/R-cran-sf/Makefile1
-rw-r--r--math/R-cran-spData/Makefile1
-rw-r--r--math/R-cran-spdep/Makefile1
-rw-r--r--math/R-cran-terra/Makefile1
-rw-r--r--math/SCIP/Makefile1
-rw-r--r--math/SoPlex/Makefile2
-rw-r--r--math/adol-c/Makefile2
-rw-r--r--math/amgcl/Makefile1
-rw-r--r--math/armadillo/Makefile2
-rw-r--r--math/asymptote/Makefile1
-rw-r--r--math/blaze/Makefile1
-rw-r--r--math/blazeiterative/Makefile2
-rw-r--r--math/brial/Makefile1
-rw-r--r--math/cadabra2/Makefile1
-rw-r--r--math/cgal/Makefile2
-rw-r--r--math/clblas/Makefile2
-rw-r--r--math/cryptominisat/Makefile2
-rw-r--r--math/curv/Makefile2
-rw-r--r--math/cvc4/Makefile2
-rw-r--r--math/deal.ii/Makefile2
-rw-r--r--math/dionysus/Makefile1
-rw-r--r--math/e-antic/Makefile2
-rw-r--r--math/eclib/Makefile2
-rw-r--r--math/ensmallen/Makefile1
-rw-r--r--math/fcl05/Makefile2
-rw-r--r--math/gravity/Makefile1
-rw-r--r--math/heyoka/Makefile2
-rw-r--r--math/kig/Makefile1
-rw-r--r--math/lib2geom/Makefile2
-rw-r--r--math/libmesh/Makefile2
-rw-r--r--math/mathicsscript/Makefile1
-rw-r--r--math/mdal/Makefile2
-rw-r--r--math/mlpack/Makefile2
-rw-r--r--math/mprime/Makefile1
-rw-r--r--math/obake/Makefile2
-rw-r--r--math/oink/Makefile2
-rw-r--r--math/openturns/Makefile2
-rw-r--r--math/pdal/Makefile2
-rw-r--r--math/permlib/Makefile2
-rw-r--r--math/piranha/Makefile2
-rw-r--r--math/polymake/Makefile2
-rw-r--r--math/py-PySCIPOpt/Makefile1
-rw-r--r--math/py-brial/Makefile1
-rw-r--r--math/py-cryptominisat/Makefile1
-rw-r--r--math/py-dionysus/Makefile1
-rw-r--r--math/py-heyoka/Makefile2
-rw-r--r--math/py-mathics/Makefile1
-rw-r--r--math/py-pdal/Makefile1
-rw-r--r--math/py-piranha/Makefile2
-rw-r--r--math/py-pyodeint/Makefile1
-rw-r--r--math/py-symengine/Makefile1
-rw-r--r--math/rocs/Makefile2
-rw-r--r--math/saga/Makefile2
-rw-r--r--math/sage/Makefile2
-rw-r--r--math/stp/Makefile2
-rw-r--r--math/symengine/Makefile2
-rw-r--r--math/sympol/Makefile2
-rw-r--r--math/timbl/Makefile1
-rw-r--r--math/vowpal_wabbit/Makefile2
-rw-r--r--math/zegrapher/Makefile2
61 files changed, 61 insertions, 35 deletions
diff --git a/math/R-cran-raster/Makefile b/math/R-cran-raster/Makefile
index a29947c5342b..b3d3f45c5b1c 100644
--- a/math/R-cran-raster/Makefile
+++ b/math/R-cran-raster/Makefile
@@ -1,5 +1,6 @@
PORTNAME= raster
DISTVERSION= 3.5-21
+PORTREVISION= 1
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
diff --git a/math/R-cran-sf/Makefile b/math/R-cran-sf/Makefile
index 941c1ea73d28..70b17d58391e 100644
--- a/math/R-cran-sf/Makefile
+++ b/math/R-cran-sf/Makefile
@@ -1,5 +1,6 @@
PORTNAME= sf
DISTVERSION= 1.0-8
+PORTREVISION= 1
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
diff --git a/math/R-cran-spData/Makefile b/math/R-cran-spData/Makefile
index 6d8d8867b9e4..e4986f0a4bda 100644
--- a/math/R-cran-spData/Makefile
+++ b/math/R-cran-spData/Makefile
@@ -1,5 +1,6 @@
PORTNAME= spData
PORTVERSION= 2.0.1
+PORTREVISION= 1
CATEGORIES= math
DISTNAME= ${PORTNAME}_${PORTVERSION}
diff --git a/math/R-cran-spdep/Makefile b/math/R-cran-spdep/Makefile
index cebd133515b3..76d41d8be9f1 100644
--- a/math/R-cran-spdep/Makefile
+++ b/math/R-cran-spdep/Makefile
@@ -1,5 +1,6 @@
PORTNAME= spdep
DISTVERSION= 1.2-4
+PORTREVISION= 1
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
diff --git a/math/R-cran-terra/Makefile b/math/R-cran-terra/Makefile
index 73b62391456e..87dae0d5e62c 100644
--- a/math/R-cran-terra/Makefile
+++ b/math/R-cran-terra/Makefile
@@ -1,5 +1,6 @@
PORTNAME= terra
DISTVERSION= 1.6-7
+PORTREVISION= 1
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
diff --git a/math/SCIP/Makefile b/math/SCIP/Makefile
index 4fce2a1ed6c2..acfa3dafae59 100644
--- a/math/SCIP/Makefile
+++ b/math/SCIP/Makefile
@@ -1,5 +1,6 @@
PORTNAME= SCIP
DISTVERSION= 8.0.0
+PORTREVISION= 1
CATEGORIES= math science
MASTER_SITES= https://www.scipopt.org/download/release/
DISTNAME= ${PORTNAME:tl}-${DISTVERSION}
diff --git a/math/SoPlex/Makefile b/math/SoPlex/Makefile
index 70a59761db98..0c4aa077776d 100644
--- a/math/SoPlex/Makefile
+++ b/math/SoPlex/Makefile
@@ -1,6 +1,6 @@
PORTNAME= SoPlex
DISTVERSION= 6.0.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math science
MASTER_SITES= http://soplex.zib.de/download/release/
DISTNAME= ${PORTNAME:tl}-${DISTVERSION}
diff --git a/math/adol-c/Makefile b/math/adol-c/Makefile
index f6268ace29aa..51542c4c5d82 100644
--- a/math/adol-c/Makefile
+++ b/math/adol-c/Makefile
@@ -1,6 +1,6 @@
PORTNAME= adol-c
DISTVERSION= 2.7.2
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= math
MASTER_SITES= https://www.coin-or.org/download/source/${PORTNAME:tu}/
DISTNAME= ${PORTNAME:tu}-${DISTVERSION}
diff --git a/math/amgcl/Makefile b/math/amgcl/Makefile
index 673acc1d6cf5..1f6ea02232b2 100644
--- a/math/amgcl/Makefile
+++ b/math/amgcl/Makefile
@@ -1,5 +1,6 @@
PORTNAME= amgcl
DISTVERSION= 1.4.3
+PORTREVISION= 1
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/armadillo/Makefile b/math/armadillo/Makefile
index c4185bb8ef2f..1f59c54c56d2 100644
--- a/math/armadillo/Makefile
+++ b/math/armadillo/Makefile
@@ -1,6 +1,6 @@
PORTNAME= armadillo
DISTVERSION= 11.2.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math
MASTER_SITES= SF/arma
diff --git a/math/asymptote/Makefile b/math/asymptote/Makefile
index 4859c1021924..085df1314dd3 100644
--- a/math/asymptote/Makefile
+++ b/math/asymptote/Makefile
@@ -1,5 +1,6 @@
PORTNAME= asymptote
PORTVERSION= 2.81
+PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}
DISTNAME= ${PORTNAME}-${PORTVERSION}.src
diff --git a/math/blaze/Makefile b/math/blaze/Makefile
index 3475beacf336..213db7daf685 100644
--- a/math/blaze/Makefile
+++ b/math/blaze/Makefile
@@ -1,5 +1,6 @@
PORTNAME= blaze
DISTVERSION= 3.8
+PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/downloads/
diff --git a/math/blazeiterative/Makefile b/math/blazeiterative/Makefile
index f0317aa44750..a51ba45f87fa 100644
--- a/math/blazeiterative/Makefile
+++ b/math/blazeiterative/Makefile
@@ -1,6 +1,6 @@
PORTNAME= blazeiterative
PORTVERSION= g20180409
-PORTREVISION= 11
+PORTREVISION= 12
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/brial/Makefile b/math/brial/Makefile
index e077d6000fde..baa7bc407aa4 100644
--- a/math/brial/Makefile
+++ b/math/brial/Makefile
@@ -1,5 +1,6 @@
PORTNAME= BRiAl
PORTVERSION= 1.2.11
+PORTREVISION= 1
CATEGORIES= math
MAINTAINER= thierry@FreeBSD.org
diff --git a/math/cadabra2/Makefile b/math/cadabra2/Makefile
index 31808c2d93ba..434f4787c3c6 100644
--- a/math/cadabra2/Makefile
+++ b/math/cadabra2/Makefile
@@ -1,5 +1,6 @@
PORTNAME= cadabra2
DISTVERSION= 2.3.9.3
+PORTREVISION= 1
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/cgal/Makefile b/math/cgal/Makefile
index 7e6678b1696b..bd4c379d7245 100644
--- a/math/cgal/Makefile
+++ b/math/cgal/Makefile
@@ -1,6 +1,6 @@
PORTNAME= cgal
PORTVERSION= 5.3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= math
MASTER_SITES= https://github.com/${PORTNAME:tu}/${PORTNAME}/releases/download/v${PORTVERSION}/
DISTNAME= ${PORTNAME:tu}-${PORTVERSION}
diff --git a/math/clblas/Makefile b/math/clblas/Makefile
index e5144b4f9e2f..9a8e1714379c 100644
--- a/math/clblas/Makefile
+++ b/math/clblas/Makefile
@@ -1,7 +1,7 @@
PORTNAME= clblas
PORTVERSION= 2.10
DISTVERSIONPREFIX= v
-PORTREVISION= 14
+PORTREVISION= 15
CATEGORIES= math
MAINTAINER= jmd@FreeBSD.org
diff --git a/math/cryptominisat/Makefile b/math/cryptominisat/Makefile
index 3d03f5302297..39afb9acfa97 100644
--- a/math/cryptominisat/Makefile
+++ b/math/cryptominisat/Makefile
@@ -1,6 +1,6 @@
PORTNAME= cryptominisat
DISTVERSION= 5.8.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math
MAINTAINER= arrowd@FreeBSD.org
diff --git a/math/curv/Makefile b/math/curv/Makefile
index 72ef848617f4..1b168b8b8cbe 100644
--- a/math/curv/Makefile
+++ b/math/curv/Makefile
@@ -1,6 +1,6 @@
PORTNAME= curv
DISTVERSION= 0.5
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= math lang graphics
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/cvc4/Makefile b/math/cvc4/Makefile
index e8d1079b7142..842acc3e580e 100644
--- a/math/cvc4/Makefile
+++ b/math/cvc4/Makefile
@@ -1,6 +1,6 @@
PORTNAME= cvc4
DISTVERSION= 1.7
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= math java
MASTER_SITES+= http://www.antlr3.org/download/:antlr3
DISTFILES+= antlr-3.4-complete.jar:antlr3
diff --git a/math/deal.ii/Makefile b/math/deal.ii/Makefile
index 76b3ccfad7b8..262ee5628c4f 100644
--- a/math/deal.ii/Makefile
+++ b/math/deal.ii/Makefile
@@ -1,7 +1,7 @@
PORTNAME= deal.II
DISTVERSIONPREFIX= v
DISTVERSION= 9.4.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/dionysus/Makefile b/math/dionysus/Makefile
index 002f38e605af..5d0f57f629b9 100644
--- a/math/dionysus/Makefile
+++ b/math/dionysus/Makefile
@@ -1,5 +1,6 @@
PORTNAME= dionysus
PORTVERSION= g20210521
+PORTREVISION= 1
CATEGORIES= math
PKGNAMESUFFIX= -topology-library
diff --git a/math/e-antic/Makefile b/math/e-antic/Makefile
index d0056d7a666e..ece56e6c654e 100644
--- a/math/e-antic/Makefile
+++ b/math/e-antic/Makefile
@@ -1,6 +1,6 @@
PORTNAME= e-antic
DISTVERSION= 1.2.1
-PORTREVISION= 1
+PORTREVISION= 2
#MASTER_SITES= https://www.labri.fr/perso/vdelecro/e-antic/
CATEGORIES= math
diff --git a/math/eclib/Makefile b/math/eclib/Makefile
index ac7f3b2e3f8a..a7a4f9140d20 100644
--- a/math/eclib/Makefile
+++ b/math/eclib/Makefile
@@ -1,6 +1,6 @@
PORTNAME= eclib
PORTVERSION= 20210625
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math
MAINTAINER= thierry@FreeBSD.org
diff --git a/math/ensmallen/Makefile b/math/ensmallen/Makefile
index 4f687072d394..e8fb0fe0d537 100644
--- a/math/ensmallen/Makefile
+++ b/math/ensmallen/Makefile
@@ -1,5 +1,6 @@
PORTNAME= ensmallen
DISTVERSION= 2.19.0
+PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= https://ensmallen.org/files/
diff --git a/math/fcl05/Makefile b/math/fcl05/Makefile
index c4cb398bef40..1141b0fbdf49 100644
--- a/math/fcl05/Makefile
+++ b/math/fcl05/Makefile
@@ -1,6 +1,6 @@
PORTNAME= fcl
DISTVERSION= 0.5.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math
PKGNAMESUFFIX= 05
diff --git a/math/gravity/Makefile b/math/gravity/Makefile
index 1a7b04cda919..39379e6fb80a 100644
--- a/math/gravity/Makefile
+++ b/math/gravity/Makefile
@@ -1,6 +1,7 @@
PORTNAME= gravity
DISTVERSIONPREFIX= v
DISTVERSION= 1.1.20220309
+PORTREVISION= 1
CATEGORIES= math
PKGNAMEPREFIX= coin-or-
diff --git a/math/heyoka/Makefile b/math/heyoka/Makefile
index e97744084421..c4cf5bb64b32 100644
--- a/math/heyoka/Makefile
+++ b/math/heyoka/Makefile
@@ -1,7 +1,7 @@
PORTNAME= heyoka
DISTVERSIONPREFIX= v
DISTVERSION= 0.18.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/kig/Makefile b/math/kig/Makefile
index 2c4332328fff..7b42a2b3c77f 100644
--- a/math/kig/Makefile
+++ b/math/kig/Makefile
@@ -1,5 +1,6 @@
PORTNAME= kig
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
+PORTREVISION= 1
CATEGORIES= math education kde kde-applications
MAINTAINER= kde@FreeBSD.org
diff --git a/math/lib2geom/Makefile b/math/lib2geom/Makefile
index cda3cb94cdd5..721542878c95 100644
--- a/math/lib2geom/Makefile
+++ b/math/lib2geom/Makefile
@@ -1,6 +1,6 @@
PORTNAME= lib2geom
DISTVERSION= 1.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= math gnome
MASTER_SITES= https://gitlab.com/inkscape/${PORTNAME}/-/archive/${DISTVERSION}/
diff --git a/math/libmesh/Makefile b/math/libmesh/Makefile
index 84dbc918489b..42627b3af5dc 100644
--- a/math/libmesh/Makefile
+++ b/math/libmesh/Makefile
@@ -1,6 +1,6 @@
PORTNAME= libmesh
DISTVERSION= 1.7.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= math
MASTER_SITES= https://github.com/libMesh/${PORTNAME}/releases/download/v${DISTVERSION}/
diff --git a/math/mathicsscript/Makefile b/math/mathicsscript/Makefile
index 3ea5470404ec..1c89c372b566 100644
--- a/math/mathicsscript/Makefile
+++ b/math/mathicsscript/Makefile
@@ -1,5 +1,6 @@
PORTNAME= mathicsscript
PORTVERSION= 5.0.0
+PORTREVISION= 1
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
diff --git a/math/mdal/Makefile b/math/mdal/Makefile
index c20b4642468f..3a44795863b9 100644
--- a/math/mdal/Makefile
+++ b/math/mdal/Makefile
@@ -1,6 +1,6 @@
PORTNAME= mdal
DISTVERSION= 0.9.4
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= math geography
MAINTAINER= wen@FreeBSD.org
diff --git a/math/mlpack/Makefile b/math/mlpack/Makefile
index d7a73ae5ba3a..4a1e0e8c224a 100644
--- a/math/mlpack/Makefile
+++ b/math/mlpack/Makefile
@@ -1,6 +1,6 @@
PORTNAME= mlpack
DISTVERSION= 3.4.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= math # machine-learning
MASTER_SITES= https://mlpack.org/files/
diff --git a/math/mprime/Makefile b/math/mprime/Makefile
index f09f2cfaab09..33af119dfa56 100644
--- a/math/mprime/Makefile
+++ b/math/mprime/Makefile
@@ -1,5 +1,6 @@
PORTNAME= mprime
PORTVERSION= 30.7b9
+PORTREVISION= 1
CATEGORIES= math benchmarks net
MASTER_SITES= http://www.mersenne.org/ftp_root/gimps/ \
ftp://mersenne.org/gimps/
diff --git a/math/obake/Makefile b/math/obake/Makefile
index 4670aa14b06f..63e55028f8d3 100644
--- a/math/obake/Makefile
+++ b/math/obake/Makefile
@@ -1,7 +1,7 @@
PORTNAME= obake
DISTVERSIONPREFIX= v
DISTVERSION= 0.7.0
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/oink/Makefile b/math/oink/Makefile
index 0cc4ba6f594a..9324ee048091 100644
--- a/math/oink/Makefile
+++ b/math/oink/Makefile
@@ -1,6 +1,6 @@
PORTNAME= oink
DISTVERSION= g20210710
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/openturns/Makefile b/math/openturns/Makefile
index 1dc376977934..d962e735b703 100644
--- a/math/openturns/Makefile
+++ b/math/openturns/Makefile
@@ -1,7 +1,7 @@
PORTNAME= openturns
DISTVERSIONPREFIX= v
DISTVERSION= 1.19
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/pdal/Makefile b/math/pdal/Makefile
index 18477207c887..ff10880d01ef 100644
--- a/math/pdal/Makefile
+++ b/math/pdal/Makefile
@@ -1,6 +1,6 @@
PORTNAME= pdal
DISTVERSION= 2.3.0
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= math databases graphics
MASTER_SITES= https://github.com/PDAL/PDAL/releases/download/${DISTVERSION}/
DISTNAME= ${PORTNAME}-${DISTVERSION}-src
diff --git a/math/permlib/Makefile b/math/permlib/Makefile
index d765631348d3..86e352683382 100644
--- a/math/permlib/Makefile
+++ b/math/permlib/Makefile
@@ -1,7 +1,7 @@
PORTNAME= permlib
DISTVERSIONPREFIX= v
DISTVERSION= 0.2.9
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
diff --git a/math/piranha/Makefile b/math/piranha/Makefile
index f61a956e6c37..7457ade6bc05 100644
--- a/math/piranha/Makefile
+++ b/math/piranha/Makefile
@@ -1,7 +1,7 @@
PORTNAME= piranha
DISTVERSIONPREFIX= v
DISTVERSION= 0.11
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/polymake/Makefile b/math/polymake/Makefile
index 42dbfb2a410b..3de71cc9799e 100644
--- a/math/polymake/Makefile
+++ b/math/polymake/Makefile
@@ -1,6 +1,6 @@
PORTNAME= polymake
DISTVERSION= 4.6
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= math
MASTER_SITES= https://polymake.org/lib/exe/fetch.php/download/
DISTNAME= ${PORTNAME}-${DISTVERSION}-minimal
diff --git a/math/py-PySCIPOpt/Makefile b/math/py-PySCIPOpt/Makefile
index c823c35b6dab..2e8cc9e2c53d 100644
--- a/math/py-PySCIPOpt/Makefile
+++ b/math/py-PySCIPOpt/Makefile
@@ -1,5 +1,6 @@
PORTNAME= PySCIPOpt
DISTVERSION= 4.2.0
+PORTREVISION= 1
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/math/py-brial/Makefile b/math/py-brial/Makefile
index 945b23677de2..653f0301b05e 100644
--- a/math/py-brial/Makefile
+++ b/math/py-brial/Makefile
@@ -1,5 +1,6 @@
PORTNAME= brial
PORTVERSION= 1.2.11
+PORTREVISION= 1
CATEGORIES= math python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/math/py-cryptominisat/Makefile b/math/py-cryptominisat/Makefile
index b5d8be4af17a..2ac862f0a99a 100644
--- a/math/py-cryptominisat/Makefile
+++ b/math/py-cryptominisat/Makefile
@@ -1,5 +1,6 @@
PORTNAME= cryptominisat
DISTVERSION= 5.8.0
+PORTREVISION= 1
CATEGORIES= math python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/math/py-dionysus/Makefile b/math/py-dionysus/Makefile
index 4f15c7499bf2..2eb93e4b0817 100644
--- a/math/py-dionysus/Makefile
+++ b/math/py-dionysus/Makefile
@@ -1,5 +1,6 @@
PORTNAME= dionysus
PORTVERSION= g20210521
+PORTREVISION= 1
CATEGORIES= math
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
PKGNAMESUFFIX= -topology-library
diff --git a/math/py-heyoka/Makefile b/math/py-heyoka/Makefile
index 20858af50240..eb1e8c5dbdfc 100644
--- a/math/py-heyoka/Makefile
+++ b/math/py-heyoka/Makefile
@@ -1,7 +1,7 @@
PORTNAME= heyoka
DISTVERSIONPREFIX= v
DISTVERSION= 0.18.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/math/py-mathics/Makefile b/math/py-mathics/Makefile
index d94f90b678f6..46552712e996 100644
--- a/math/py-mathics/Makefile
+++ b/math/py-mathics/Makefile
@@ -1,5 +1,6 @@
PORTNAME= Mathics3
PORTVERSION= 5.0.2
+PORTREVISION= 1
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/math/py-pdal/Makefile b/math/py-pdal/Makefile
index af7da466456d..154aa961dbe8 100644
--- a/math/py-pdal/Makefile
+++ b/math/py-pdal/Makefile
@@ -1,5 +1,6 @@
PORTNAME= pdal
DISTVERSION= 3.0.2
+PORTREVISION= 1
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/math/py-piranha/Makefile b/math/py-piranha/Makefile
index 08e873f68633..010b757d14af 100644
--- a/math/py-piranha/Makefile
+++ b/math/py-piranha/Makefile
@@ -1,7 +1,7 @@
PORTNAME= piranha
DISTVERSIONPREFIX= v
DISTVERSION= 0.11
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= math
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/math/py-pyodeint/Makefile b/math/py-pyodeint/Makefile
index 8fafa3f389c5..eaeaf13713db 100644
--- a/math/py-pyodeint/Makefile
+++ b/math/py-pyodeint/Makefile
@@ -1,5 +1,6 @@
PORTNAME= pyodeint
DISTVERSION= 0.10.4
+PORTREVISION= 1
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/math/py-symengine/Makefile b/math/py-symengine/Makefile
index ab3fb5d1df2e..3400a81e8238 100644
--- a/math/py-symengine/Makefile
+++ b/math/py-symengine/Makefile
@@ -1,5 +1,6 @@
PORTNAME= symengine
DISTVERSION= 0.9.2
+PORTREVISION= 1
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/math/rocs/Makefile b/math/rocs/Makefile
index a3efcf06656d..6c01e9e7bd88 100644
--- a/math/rocs/Makefile
+++ b/math/rocs/Makefile
@@ -1,6 +1,6 @@
PORTNAME= rocs
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math education kde kde-applications
MAINTAINER= kde@FreeBSD.org
diff --git a/math/saga/Makefile b/math/saga/Makefile
index 73daeed1e329..ec33203581d5 100644
--- a/math/saga/Makefile
+++ b/math/saga/Makefile
@@ -1,6 +1,6 @@
PORTNAME= saga
PORTVERSION= 8.3.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math
MASTER_SITES= SF/saga-gis/SAGA%20-%20${PORTVERSION:C/\.[[:digit:]]\.[[:digit:]]*$//}/SAGA%20-%20${PORTVERSION}
diff --git a/math/sage/Makefile b/math/sage/Makefile
index 8c4b7c3bbca6..c362b9b1bd61 100644
--- a/math/sage/Makefile
+++ b/math/sage/Makefile
@@ -1,6 +1,6 @@
PORTNAME= sage
PORTVERSION= 9.2
-PORTREVISION= 27
+PORTREVISION= 28
CATEGORIES= math
MASTER_SITES= https://mirrors.xmission.com/sage/src/ \
http://mirrors.xmission.com/sage/src/ \
diff --git a/math/stp/Makefile b/math/stp/Makefile
index 0f1a5b8ed371..44536ab5a032 100644
--- a/math/stp/Makefile
+++ b/math/stp/Makefile
@@ -1,6 +1,6 @@
PORTNAME= stp
DISTVERSION= 2.3.3
-PORTREVISION= 7
+PORTREVISION= 8
PORTEPOCH= 1
CATEGORIES= math
diff --git a/math/symengine/Makefile b/math/symengine/Makefile
index 7cc6c5b05c4c..86f11d133f9b 100644
--- a/math/symengine/Makefile
+++ b/math/symengine/Makefile
@@ -1,7 +1,7 @@
PORTNAME= symengine
DISTVERSIONPREFIX= v
DISTVERSION= 0.9.0
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/sympol/Makefile b/math/sympol/Makefile
index 0c36474ffcd8..04b0e98e9432 100644
--- a/math/sympol/Makefile
+++ b/math/sympol/Makefile
@@ -1,7 +1,7 @@
PORTNAME= sympol
DISTVERSIONPREFIX= v
DISTVERSION= 0.1.9
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/timbl/Makefile b/math/timbl/Makefile
index 0084013abd9f..a1ede6712eb0 100644
--- a/math/timbl/Makefile
+++ b/math/timbl/Makefile
@@ -1,6 +1,7 @@
PORTNAME= timbl
DISTVERSIONPREFIX= v
DISTVERSION= 6.7
+PORTREVISION= 1
CATEGORIES= math education
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/vowpal_wabbit/Makefile b/math/vowpal_wabbit/Makefile
index 6cd2b3a49963..719d9fdc3c3e 100644
--- a/math/vowpal_wabbit/Makefile
+++ b/math/vowpal_wabbit/Makefile
@@ -1,6 +1,6 @@
PORTNAME= vowpal_wabbit
PORTVERSION= 7.10
-PORTREVISION= 18
+PORTREVISION= 19
CATEGORIES= math
MAINTAINER= demon@FreeBSD.org
diff --git a/math/zegrapher/Makefile b/math/zegrapher/Makefile
index 79e86009ed05..c10f292cd8ec 100644
--- a/math/zegrapher/Makefile
+++ b/math/zegrapher/Makefile
@@ -1,7 +1,7 @@
PORTNAME= ZeGrapher
DISTVERSIONPREFIX= v
DISTVERSION= 3.1.1.20200921
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math graphics
MAINTAINER= yuri@FreeBSD.org