Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Dec 2024 19:25:14 GMT
From:      Rainer Hurling <rhurlin@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 44ef2669cee5 - main - math/saga: Update to 9.6.3
Message-ID:  <202412171925.4BHJPE9X069459@gitrepo.freebsd.org>

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

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

commit 44ef2669cee53c332c1ae7b99c2bb7dacbc8559d
Author:     Rainer Hurling <rhurlin@FreeBSD.org>
AuthorDate: 2024-12-17 19:17:43 +0000
Commit:     Rainer Hurling <rhurlin@FreeBSD.org>
CommitDate: 2024-12-17 19:24:03 +0000

    math/saga: Update to 9.6.3
    
    Small bugfix release:
    - saga_gui, 3d-map-view: fix, update resolution after dialog
    - saga_gui/parameters_properties: fix, possible crash when parameter
      name includes a '%' character
    
    Changelog: https://sourceforge.net/p/saga-gis/wiki/Changelog%209.6.3/attachment/changelog_saga_9.6.3.txt
    
    Reported by:    portscout, Repology
    
    MFH:            2024Q4
---
 math/saga/Makefile | 5 ++---
 math/saga/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/math/saga/Makefile b/math/saga/Makefile
index f03dbec415a6..80a1991598f0 100644
--- a/math/saga/Makefile
+++ b/math/saga/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	saga
-PORTVERSION=	9.6.2
-PORTREVISION=	1
+PORTVERSION=	9.6.3
 CATEGORIES=	math
 MASTER_SITES=	SF/saga-gis/SAGA%20-%20${PORTVERSION:C/\.[[:digit:]]\.[[:digit:]]*$//}/SAGA%20-%20${PORTVERSION}
 
@@ -36,7 +35,7 @@ DOS2UNIX_GLOB=	*.cpp *.h
 USE_LDCONFIG=	yes
 USE_WX=		3.2+
 
-GIT_TAGNAME=	560226171
+GIT_TAGNAME=	812b8bc89
 
 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 fc9bcaddff8f..704c11fa71e5 100644
--- a/math/saga/distinfo
+++ b/math/saga/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1733213297
-SHA256 (saga-9.6.2.tar.gz) = 4d79c148895e51da137a4f06a49a91ff5d0eb95bd5ed4c47c61a397d7afc8e09
-SIZE (saga-9.6.2.tar.gz) = 9818613
+TIMESTAMP = 1734455441
+SHA256 (saga-9.6.3.tar.gz) = c98b7ef7e96d9ce74801c1ed1087364f6706ee4e9b35ae2a43b24d7117f4b70d
+SIZE (saga-9.6.3.tar.gz) = 9803827



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