aboutsummaryrefslogtreecommitdiff
path: root/math/saga/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2015-10-21 14:16:45 +0000
committerMathieu Arnold <mat@FreeBSD.org>2015-10-21 14:16:45 +0000
commitb4dfe159bb80522028035c46906063c109959ce2 (patch)
tree6986d9d5811a5586b74320a23185e54dde8aa3bd /math/saga/Makefile
parent87f85d48dfd2b458c8f594e2f837ba135de7607d (diff)
downloadports-b4dfe159bb80522028035c46906063c109959ce2.tar.gz
ports-b4dfe159bb80522028035c46906063c109959ce2.zip
Notes
Diffstat (limited to 'math/saga/Makefile')
-rw-r--r--math/saga/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/math/saga/Makefile b/math/saga/Makefile
index 91b845fcb892..1e70d6fd5981 100644
--- a/math/saga/Makefile
+++ b/math/saga/Makefile
@@ -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;|' \