Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 May 2016 05:22:58 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r414431 - head/math/saga
Message-ID:  <201605020522.u425Mwtu054073@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Mon May  2 05:22:58 2016
New Revision: 414431
URL: https://svnweb.freebsd.org/changeset/ports/414431

Log:
  math/saga: 2.2.6 -> 2.2.7
  
  SAGA GIS version 2.2.7 [r2893] is a bug fix release, because a
  serious bug in the command line interpreter saga_cmd prevents correct
  setting of floating point value parameters.
  
  Some more fixes and features are:
  
  - taking respect for future use of new date parameter
  - bug fixes for flip method in grid operation and orientation
  - overworked grid system
  - bug fix for atan2, which did not work before
  - bug fixes for some tool parameter ids
  - updated dictionaries and tool interfaces
  
  PR:		209175
  Submitted by:	Rainer Hurling <rhurlin@gwdg.de> (maintainer)

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

Modified: head/math/saga/Makefile
==============================================================================
--- head/math/saga/Makefile	Mon May  2 03:46:22 2016	(r414430)
+++ head/math/saga/Makefile	Mon May  2 05:22:58 2016	(r414431)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	saga
-PORTVERSION=	2.2.6
+PORTVERSION=	2.2.7
 CATEGORIES=	math
 MASTER_SITES=	SF/saga-gis/SAGA%20-%20${PORTVERSION:C/\.[[:digit:]]*$//}/SAGA%20${PORTVERSION}
 DISTNAME=	${PORTNAME}_${PORTVERSION}
@@ -78,7 +78,7 @@ post-extract:
 		${WRKSRC}/src/modules/imagery/imagery_opencv/Makefile.am
 
 post-patch:
-	@${REINPLACE_CMD} -e 's|wxString(SAGA_VERSION) + "\\n"|wxString(SAGA_VERSION) + " (SVN r2877)" + "\\n"|' \
+	@${REINPLACE_CMD} -e 's|wxString(SAGA_VERSION) + "\\n"|wxString(SAGA_VERSION) + " (SVN r2893)" + "\\n"|' \
 		${WRKSRC}/src/saga_core/saga_gui/dlg_about.cpp
 .if ${ARCH} == "powerpc"
 	@${REINPLACE_CMD} -e 's|typedef unsigned long	DWORD;|typedef unsigned int	DWORD;|' \

Modified: head/math/saga/distinfo
==============================================================================
--- head/math/saga/distinfo	Mon May  2 03:46:22 2016	(r414430)
+++ head/math/saga/distinfo	Mon May  2 05:22:58 2016	(r414431)
@@ -1,2 +1,2 @@
-SHA256 (saga_2.2.6.tar.gz) = 159fc611b06d13fa446868fa0bf6e8e9c42a83d947428ba2616ff9e4462b4399
-SIZE (saga_2.2.6.tar.gz) = 4238581
+SHA256 (saga_2.2.7.tar.gz) = 6be4b844226bc48da4f2deb39bc732767b939e72b76506abf03f8170c54cb671
+SIZE (saga_2.2.7.tar.gz) = 4239415



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