diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/R/Makefile | 1 | ||||
-rw-r--r-- | math/gnuplot/Makefile | 1 | ||||
-rw-r--r-- | math/reduce/Makefile | 2 | ||||
-rw-r--r-- | math/saga/Makefile | 1 | ||||
-rw-r--r-- | math/sage/Makefile | 2 | ||||
-rw-r--r-- | math/vtk8/Makefile | 2 | ||||
-rw-r--r-- | math/vtk9/Makefile | 2 |
7 files changed, 7 insertions, 4 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index 33e296d24f1d..d32baa311aea 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -1,5 +1,6 @@ PORTNAME= R DISTVERSION= 4.3.3 +PORTREVISION= 1 CATEGORIES= math lang MASTER_SITES= CRAN/src/base/R-${PORTVERSION:C|\..*||} diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile index 248fcbe9f274..34334ad24a1b 100644 --- a/math/gnuplot/Makefile +++ b/math/gnuplot/Makefile @@ -1,5 +1,6 @@ PORTNAME= gnuplot PORTVERSION= 5.4.10 +PORTREVISION= 1 CATEGORIES= math graphics MASTER_SITES= SF diff --git a/math/reduce/Makefile b/math/reduce/Makefile index ad599e875590..e1dc9bfe9256 100644 --- a/math/reduce/Makefile +++ b/math/reduce/Makefile @@ -1,6 +1,6 @@ PORTNAME= reduce PORTVERSION= ${SFSUBDIR:S/snapshot_//:S/-//g} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math lang MASTER_SITES= SF/${PORTNAME}-algebra/${SFSUBDIR}/ DISTNAME= Reduce-svn6339-src diff --git a/math/saga/Makefile b/math/saga/Makefile index d10355f3b672..f5bd4b474c62 100644 --- a/math/saga/Makefile +++ b/math/saga/Makefile @@ -1,5 +1,6 @@ PORTNAME= saga PORTVERSION= 9.4.0 +PORTREVISION= 1 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 88610469d0f8..53127d03f407 100644 --- a/math/sage/Makefile +++ b/math/sage/Makefile @@ -1,6 +1,6 @@ PORTNAME= sage PORTVERSION= 9.2 -PORTREVISION= 43 +PORTREVISION= 44 CATEGORIES= math MASTER_SITES= https://mirrors.xmission.com/sage/src/ \ http://mirrors.xmission.com/sage/src/ \ diff --git a/math/vtk8/Makefile b/math/vtk8/Makefile index 5d92647e855e..20a513ac5a48 100644 --- a/math/vtk8/Makefile +++ b/math/vtk8/Makefile @@ -1,6 +1,6 @@ PORTNAME= vtk DISTVERSION= 8.2.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math graphics MASTER_SITES= http://www.vtk.org/files/release/${VTK_SHORT_VER}/ PKGNAMESUFFIX= 8 diff --git a/math/vtk9/Makefile b/math/vtk9/Makefile index dd192c6800fc..035d68bba89e 100644 --- a/math/vtk9/Makefile +++ b/math/vtk9/Makefile @@ -1,6 +1,6 @@ PORTNAME= vtk DISTVERSION= 9.2.6 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math graphics MASTER_SITES= https://vtk.org/files/release/${VTK_SHORT_VER}/ PKGNAMESUFFIX= 9 |