svn commit: r399913 - head/math/saga

Mathieu Arnold mat at FreeBSD.org
Wed Oct 21 14:16:46 UTC 2015


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 at 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


More information about the svn-ports-head mailing list