mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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
This commit is contained in:
parent
d7040d6e29
commit
f71c9747b6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=418390
4 changed files with 8 additions and 5 deletions
|
@ -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' \
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1467312794
|
||||
SHA256 (saga_2.3.0.tar.gz) = d1fd4fad55c7fe7e57f4ddb6f24ca7b732977c472766a3a2260bde5b3b31a21e
|
||||
SIZE (saga_2.3.0.tar.gz) = 4281156
|
||||
TIMESTAMP = 1468057142
|
||||
SHA256 (saga_2.3.1.tar.gz) = 58f5c183f839ef753261a7a83c902ba9d67f814c5f21172aae02fcd4a29b9fc0
|
||||
SIZE (saga_2.3.1.tar.gz) = 4290583
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
s += "http://www.saga-gis.org\n";
|
||||
s += "\n";
|
||||
s += "Version: " + wxString(SAGA_VERSION) + "\n";
|
||||
+ s += "https://sourceforge.net/p/saga-gis/code/ci/release-2-3-0/tree/\n";
|
||||
+ s += "https://sourceforge.net/p/saga-gis/code/ci/release-PORTVERSION/tree/\n";
|
||||
|
||||
#ifdef _SAGA_MSW
|
||||
#ifdef _WIN64
|
||||
|
|
|
@ -57,6 +57,7 @@ lib/saga/libgrid_spline.so
|
|||
lib/saga/libgrid_tools.so
|
||||
lib/saga/libgrid_visualisation.so
|
||||
lib/saga/libimagery_classification.so
|
||||
lib/saga/libimagery_isocluster.so
|
||||
lib/saga/libimagery_maxent.so
|
||||
lib/saga/libimagery_opencv.so
|
||||
lib/saga/libimagery_photogrammetry.so
|
||||
|
|
Loading…
Add table
Reference in a new issue