Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Jul 2023 17:00:29 GMT
From:      Rainer Hurling <rhurlin@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: dd2815f75260 - 2023Q3 - math/saga: Update to 9.0.3
Message-ID:  <202307051700.365H0Tf0059503@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2023Q3 has been updated by rhurlin:

URL: https://cgit.FreeBSD.org/ports/commit/?id=dd2815f752602ac53e1969b4ad34e114a39e0c82

commit dd2815f752602ac53e1969b4ad34e114a39e0c82
Author:     Rainer Hurling <rhurlin@FreeBSD.org>
AuthorDate: 2023-07-05 16:52:20 +0000
Commit:     Rainer Hurling <rhurlin@FreeBSD.org>
CommitDate: 2023-07-05 17:00:10 +0000

    math/saga: Update to 9.0.3
    
    Bugfix release with some interesting fixes:
    - never allow to unload a tool library, while any tool is running
    - toolchains/ta_ls_factor.xml: inverted color ramp
    - 3d_view_panel, mouse wheel rotation: zoom-in/out direction changed
    
    Changelog: https://sourceforge.net/p/saga-gis/wiki/Changelog%209.0.3/attachment/changelog_saga_9.0.3.txt
    
    MFH:            2023Q3
    (cherry picked from commit 1ee5c10733c0c841c6278dbc19cc03fa31f56166)
---
 math/saga/Makefile | 4 ++--
 math/saga/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/math/saga/Makefile b/math/saga/Makefile
index 6edbfaf4f4fb..c50634be8ee1 100644
--- a/math/saga/Makefile
+++ b/math/saga/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	saga
-PORTVERSION=	9.0.2
+PORTVERSION=	9.0.3
 CATEGORIES=	math
 MASTER_SITES=	SF/saga-gis/SAGA%20-%20${PORTVERSION:C/\.[[:digit:]]\.[[:digit:]]*$//}/SAGA%20-%20${PORTVERSION}
 
@@ -35,7 +35,7 @@ DOS2UNIX_GLOB=	*.cpp *.h
 USE_LDCONFIG=	yes
 USE_WX=		3.2+
 
-GIT_TAGNAME=	b544f511a
+GIT_TAGNAME=	d742d4172
 
 CMAKE_ARGS=	-DSVM_INCLUDE:PATH=${LOCALBASE}/include/svm.h
 CMAKE_ON=	CMAKE_VERBOSE_MAKEFILE
diff --git a/math/saga/distinfo b/math/saga/distinfo
index 9279e74b47b0..2b4a24cde542 100644
--- a/math/saga/distinfo
+++ b/math/saga/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1685287294
-SHA256 (saga-9.0.2.tar.gz) = 772aae9ee44e4251752e8fd7b0d8fd42537b59b8a692c7d3d6cf13aea07d3d71
-SIZE (saga-9.0.2.tar.gz) = 8348999
+TIMESTAMP = 1688571969
+SHA256 (saga-9.0.3.tar.gz) = a6bcaa76b01c4750597508eb46ac416ea86a064124980698373eff6f776c0de4
+SIZE (saga-9.0.3.tar.gz) = 8349202



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307051700.365H0Tf0059503>