Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Oct 2015 14:16:45 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r399913 - head/math/saga
Message-ID:  <201510211416.t9LEGjUp087402@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Wed Oct 21 14:16:45 2015
New Revision: 399913
URL: https://svnweb.freebsd.org/changeset/ports/399913

Log:
  Update to 2.2.2.
  
  PR:		203899
  Submitted by:	maintainer
  Sponsored by:	Absolight

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

Modified: head/math/saga/Makefile
==============================================================================
--- head/math/saga/Makefile	Wed Oct 21 14:16:40 2015	(r399912)
+++ head/math/saga/Makefile	Wed Oct 21 14:16:45 2015	(r399913)
@@ -2,10 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	saga
-PORTVERSION=	2.2.1
+PORTVERSION=	2.2.2
 CATEGORIES=	math
 MASTER_SITES=	SF/saga-gis/SAGA%20-%20${PORTVERSION:C/\.[[:digit:]]*$//}/SAGA%20${PORTVERSION}
-DISTNAME=	${PORTNAME}_${PORTVERSION}
 
 MAINTAINER=	rhurlin@gwdg.de
 COMMENT=	System for Automated Geoscientific Analyses
@@ -82,7 +81,7 @@ post-patch:
 		${WRKSRC}/src/modules/imagery/imagery_opencv/Makefile.am
 	@${REINPLACE_CMD} -e 's|\[cv\]|\[opencv_core\]|' \
 		${WRKSRC}/configure.ac
-	@${REINPLACE_CMD} -e 's|wxString(SAGA_VERSION) + "\\n"|wxString(SAGA_VERSION) + " (SVN r2600)" + "\\n"|' \
+	@${REINPLACE_CMD} -e 's|wxString(SAGA_VERSION) + "\\n"|wxString(SAGA_VERSION) + " (SVN r2652)" + "\\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	Wed Oct 21 14:16:40 2015	(r399912)
+++ head/math/saga/distinfo	Wed Oct 21 14:16:45 2015	(r399913)
@@ -1,2 +1,2 @@
-SHA256 (saga_2.2.1.tar.gz) = 325e0890c28dc19c4ec727f58672be67480b2a4dd6604252c0cc4cc08aad34d0
-SIZE (saga_2.2.1.tar.gz) = 4007209
+SHA256 (saga-2.2.2.tar.gz) = 031cd70b7ec248f32f955a9316aefc7f7ab283c5129c49aa4bd748717d20357e
+SIZE (saga-2.2.2.tar.gz) = 4034027



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