Date: Mon, 11 Jul 2016 17:38:35 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418390 - in head/math/saga: . files Message-ID: <201607111738.u6BHcZ8J097261@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Mon Jul 11 17:38:35 2016 New Revision: 418390 URL: https://svnweb.freebsd.org/changeset/ports/418390 Log: 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 Modified: head/math/saga/Makefile head/math/saga/distinfo head/math/saga/files/patch-src_saga__core_saga__gui_dlg__about.cpp head/math/saga/pkg-plist Modified: head/math/saga/Makefile ============================================================================== --- head/math/saga/Makefile Mon Jul 11 16:23:12 2016 (r418389) +++ head/math/saga/Makefile Mon Jul 11 17:38:35 2016 (r418390) @@ -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' \ Modified: head/math/saga/distinfo ============================================================================== --- head/math/saga/distinfo Mon Jul 11 16:23:12 2016 (r418389) +++ head/math/saga/distinfo Mon Jul 11 17:38:35 2016 (r418390) @@ -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 Modified: head/math/saga/files/patch-src_saga__core_saga__gui_dlg__about.cpp ============================================================================== --- head/math/saga/files/patch-src_saga__core_saga__gui_dlg__about.cpp Mon Jul 11 16:23:12 2016 (r418389) +++ head/math/saga/files/patch-src_saga__core_saga__gui_dlg__about.cpp Mon Jul 11 17:38:35 2016 (r418390) @@ -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 Modified: head/math/saga/pkg-plist ============================================================================== --- head/math/saga/pkg-plist Mon Jul 11 16:23:12 2016 (r418389) +++ head/math/saga/pkg-plist Mon Jul 11 17:38:35 2016 (r418390) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607111738.u6BHcZ8J097261>