diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/R-cran-sf/Makefile | 1 | ||||
-rw-r--r-- | math/R-cran-terra/Makefile | 1 | ||||
-rw-r--r-- | math/mdal/Makefile | 2 | ||||
-rw-r--r-- | math/pdal/Makefile | 2 | ||||
-rw-r--r-- | math/saga/Makefile | 2 |
5 files changed, 5 insertions, 3 deletions
diff --git a/math/R-cran-sf/Makefile b/math/R-cran-sf/Makefile index f9b082870d72..bfab4e9cf064 100644 --- a/math/R-cran-sf/Makefile +++ b/math/R-cran-sf/Makefile @@ -1,5 +1,6 @@ PORTNAME= sf DISTVERSION= 1.0-12 +PORTREVISION= 1 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-terra/Makefile b/math/R-cran-terra/Makefile index 1a6f4a95efc0..e6ab5311b943 100644 --- a/math/R-cran-terra/Makefile +++ b/math/R-cran-terra/Makefile @@ -1,5 +1,6 @@ PORTNAME= terra DISTVERSION= 1.7-29 +PORTREVISION= 1 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/mdal/Makefile b/math/mdal/Makefile index adf4b914f010..8e709793fbe0 100644 --- a/math/mdal/Makefile +++ b/math/mdal/Makefile @@ -1,7 +1,7 @@ PORTNAME= mdal DISTVERSIONPREFIX= release- DISTVERSION= 1.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math geography MAINTAINER= wen@FreeBSD.org diff --git a/math/pdal/Makefile b/math/pdal/Makefile index d1c38fad3bfe..6e753b0e029d 100644 --- a/math/pdal/Makefile +++ b/math/pdal/Makefile @@ -1,6 +1,6 @@ PORTNAME= pdal DISTVERSION= 2.3.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= math databases graphics MASTER_SITES= https://github.com/PDAL/PDAL/releases/download/${DISTVERSION}/ DISTNAME= ${PORTNAME}-${DISTVERSION}-src diff --git a/math/saga/Makefile b/math/saga/Makefile index 15a1d62e06ce..807633f24cb6 100644 --- a/math/saga/Makefile +++ b/math/saga/Makefile @@ -1,6 +1,6 @@ PORTNAME= saga PORTVERSION= 9.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= SF/saga-gis/SAGA%20-%20${PORTVERSION:C/\.[[:digit:]]\.[[:digit:]]*$//}/SAGA%20-%20${PORTVERSION} |