Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jul 2024 05:43:10 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: 5ed59581dfb2 - main - math/saga: Update to 9.5.1
Message-ID:  <202407170543.46H5hAbJ050151@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=5ed59581dfb27a12fb69d4c53265ea3c210906d9

commit 5ed59581dfb27a12fb69d4c53265ea3c210906d9
Author:     Rainer Hurling <rhurlin@FreeBSD.org>
AuthorDate: 2024-07-17 05:37:15 +0000
Commit:     Rainer Hurling <rhurlin@FreeBSD.org>
CommitDate: 2024-07-17 05:37:15 +0000

    math/saga: Update to 9.5.1
    
    - ogr_export_kml: fix, gcs axis order
    - crs_definition: don't try parsing empty crs definition strings
    - fixes around map extent synchronization
    - fix on-the-fly-projection of grids
    - and some other fixes ...
    
    Changelog: https://sourceforge.net/p/saga-gis/wiki/Changelog%209.5.1/attachment/changelog_saga_9.5.1.txt
---
 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 2c493c764fbb..e469b3b27213 100644
--- a/math/saga/Makefile
+++ b/math/saga/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	saga
-PORTVERSION=	9.5.0
+PORTVERSION=	9.5.1
 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=	16f47dcdc
+GIT_TAGNAME=	bd94e6a29
 
 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 fa50dfc0120c..ba30a756bd7c 100644
--- a/math/saga/distinfo
+++ b/math/saga/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1720602688
-SHA256 (saga-9.5.0.tar.gz) = 7708a378565111d9b9acb5bd9be39350fdaa0d90d0aaf3e79070ed2e132db58d
-SIZE (saga-9.5.0.tar.gz) = 9207367
+TIMESTAMP = 1721128161
+SHA256 (saga-9.5.1.tar.gz) = eab76d1291f16d2a890d67fbfa3471d08012ded090e4d8a8aac913564869490a
+SIZE (saga-9.5.1.tar.gz) = 9207793



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