aboutsummaryrefslogtreecommitdiff
path: root/math/saga/Makefile
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2016-07-11 17:38:35 +0000
committerPawel Pekala <pawel@FreeBSD.org>2016-07-11 17:38:35 +0000
commitf71c9747b6730dd1930efb6140a6806a215f07cf (patch)
tree09005ed1d8f894c4cef18c3db947006b3af82551 /math/saga/Makefile
parentd7040d6e29e7bc1b97a4e83ad0fef17a54620dd2 (diff)
downloadports-f71c9747b6730dd1930efb6140a6806a215f07cf.tar.gz
ports-f71c9747b6730dd1930efb6140a6806a215f07cf.zip
Update to version 2.3.1
Changelog: - New library 'imagery_isocluster' - Record statistics in 'table_calculus' - Better io_gdal shapes import - Updates to scripting tools PR: 210946 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=418390
Diffstat (limited to 'math/saga/Makefile')
-rw-r--r--math/saga/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/math/saga/Makefile b/math/saga/Makefile
index 1fe0f9892684..e14aa4b471c4 100644
--- a/math/saga/Makefile
+++ b/math/saga/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= saga
-PORTVERSION= 2.3.0
+PORTVERSION= 2.3.1
CATEGORIES= math
MASTER_SITES= SF/saga-gis/SAGA%20-%20${PORTVERSION:C/\.[[:digit:]]*$//}/SAGA%20${PORTVERSION}
DISTNAME= ${PORTNAME}_${PORTVERSION}
@@ -85,6 +85,8 @@ post-patch:
@${REINPLACE_CMD} -e 's|typedef unsigned long DWORD;|typedef unsigned int DWORD;|' \
${WRKSRC}/src/saga_core/saga_api/api_core.h
.endif
+ @${REINPLACE_CMD} -e 's|PORTVERSION|${PORTVERSION:C/\./-/g}|' \
+ ${WRKSRC}/src/saga_core/saga_gui/dlg_about.cpp
post-configure:
@${REINPLACE_CMD} -e 's|cd $$(pkgdatadir);|cd ${STAGEDIR}${DATADIR};|g' \