Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Dec 2020 14:04:40 +0000 (UTC)
From:      Rainer Hurling <rhurlin@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r558823 - head/math/saga
Message-ID:  <202012211404.0BLE4efn075446@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rhurlin
Date: Mon Dec 21 14:04:39 2020
New Revision: 558823
URL: https://svnweb.freebsd.org/changeset/ports/558823

Log:
  math/saga: Update to 7.9.0
  
  Several bug fixes, enhancements and some new features.
  PostGIS version >= 3.0.0 raster capabilities supported
  
  Changelog: https://sourceforge.net/p/saga-gis/wiki/Changelog%207.9.0/attachment/changelog_saga_7.9.0.txt
  
  Reported by:	portscout
  Approved by:	arrowd, tcberner (mentors, implicit)

Modified:
  head/math/saga/Makefile
  head/math/saga/distinfo

Modified: head/math/saga/Makefile
==============================================================================
--- head/math/saga/Makefile	Mon Dec 21 13:30:51 2020	(r558822)
+++ head/math/saga/Makefile	Mon Dec 21 14:04:39 2020	(r558823)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	saga
-PORTVERSION=	7.8.2
+PORTVERSION=	7.9.0
 CATEGORIES=	math
 MASTER_SITES=	SF/saga-gis/SAGA%20-%20${PORTVERSION:C/\.[[:digit:]]\.[[:digit:]]*$//}/SAGA%20-%20${PORTVERSION}
 
@@ -97,8 +97,6 @@ post-patch:
 .endif
 	@${REINPLACE_CMD} -e 's|PORTVERSION|${PORTVERSION}|' \
 		${WRKSRC}/src/saga_core/saga_gui/dlg_about.cpp
-
-post-patch-OPENMP-on:
 	@${REINPLACE_CMD} -e 's|-lgomp|-lomp|' \
 		${WRKSRC}/src/accessories/templates/template4saga-tools/my_tool_library/Makefile
 

Modified: head/math/saga/distinfo
==============================================================================
--- head/math/saga/distinfo	Mon Dec 21 13:30:51 2020	(r558822)
+++ head/math/saga/distinfo	Mon Dec 21 14:04:39 2020	(r558823)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1606555411
-SHA256 (saga-7.8.2.tar.gz) = c5bb5d5ef6b6dc9998a4885cd18ab9174152d1f3a1193f7cd77b8c431ca20880
-SIZE (saga-7.8.2.tar.gz) = 5502275
+TIMESTAMP = 1608486072
+SHA256 (saga-7.9.0.tar.gz) = a1bdb725b42707134ed5003ccd484b8e0a3960147dd29c26f094fad9bb0f05d8
+SIZE (saga-7.9.0.tar.gz) = 5529296



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