git: 5a10944f414b - main - math/saga: Drop jasper dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 17 Dec 2022 07:49:14 UTC
The branch main has been updated by rhurlin:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5a10944f414bea3bceb8bb1e1221e905babd0a4d
commit 5a10944f414bea3bceb8bb1e1221e905babd0a4d
Author: Rainer Hurling <rhurlin@FreeBSD.org>
AuthorDate: 2022-12-17 07:44:00 +0000
Commit: Rainer Hurling <rhurlin@FreeBSD.org>
CommitDate: 2022-12-17 07:44:00 +0000
math/saga: Drop jasper dependency
As of March 2016, SAGA does not use Jasper anymore[1].
[1] https://sourceforge.net/p/saga-gis/code/ci/f08da3f558d46f97403cb6468801012c5dcbf875
---
math/saga/Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/math/saga/Makefile b/math/saga/Makefile
index 77220163b2b0..fdf05d53072d 100644
--- a/math/saga/Makefile
+++ b/math/saga/Makefile
@@ -1,6 +1,6 @@
PORTNAME= saga
PORTVERSION= 8.4.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math
MASTER_SITES= SF/saga-gis/SAGA%20-%20${PORTVERSION:C/\.[[:digit:]]\.[[:digit:]]*$//}/SAGA%20-%20${PORTVERSION}
@@ -22,7 +22,6 @@ LIB_DEPENDS= libcurl.so:ftp/curl \
libgdal.so:graphics/gdal \
libhdf5.so:science/hdf5 \
libhpdf.so:print/libharu \
- libjasper.so:graphics/jasper \
libodbc.so:databases/unixODBC \
libopencv_core.so:graphics/opencv \
libpdal_base.so:math/pdal \