diff options
author | wen <wen@FreeBSD.org> | 2016-07-06 16:36:18 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2016-07-06 16:36:18 +0800 |
commit | e2af8496e5c6cf7eb9de6008f604e05d2909bbf7 (patch) | |
tree | 596dce6d2c38f93493071d35111a77072d173cb5 /math | |
parent | 745fb68b1276915a3079e185f05e0833e686bc32 (diff) | |
download | freebsd-ports-gnome-e2af8496e5c6cf7eb9de6008f604e05d2909bbf7.tar.gz freebsd-ports-gnome-e2af8496e5c6cf7eb9de6008f604e05d2909bbf7.tar.zst freebsd-ports-gnome-e2af8496e5c6cf7eb9de6008f604e05d2909bbf7.zip |
- Update to 2.3.0
PR: 210810
Submitted by: rhurlin@gwdg.de(maintainer)
Diffstat (limited to 'math')
-rw-r--r-- | math/saga/Makefile | 15 | ||||
-rw-r--r-- | math/saga/distinfo | 5 | ||||
-rw-r--r-- | math/saga/files/patch-src_saga__core_saga__gui_dlg__about.cpp | 12 | ||||
-rw-r--r-- | math/saga/pkg-plist | 1 |
4 files changed, 22 insertions, 11 deletions
diff --git a/math/saga/Makefile b/math/saga/Makefile index d16deee4dc86..1fe0f9892684 100644 --- a/math/saga/Makefile +++ b/math/saga/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= saga -PORTVERSION= 2.2.7 +PORTVERSION= 2.3.0 CATEGORIES= math MASTER_SITES= SF/saga-gis/SAGA%20-%20${PORTVERSION:C/\.[[:digit:]]*$//}/SAGA%20${PORTVERSION} DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -14,14 +14,17 @@ LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi BUILD_DEPENDS= swig3.0:devel/swig30 -LIB_DEPENDS= libproj.so:graphics/proj \ +LIB_DEPENDS= libfftw3.so:math/fftw3 \ libgdal.so:graphics/gdal \ libhpdf.so:print/libharu \ libjasper.so:graphics/jasper \ - libtiff.so:graphics/tiff \ - libodbc.so:databases/unixODBC \ liblas.so:devel/liblas12 \ - libopencv_ml.so:graphics/opencv + libodbc.so:databases/unixODBC \ + libopencv_ml.so:graphics/opencv \ + libopencv_core.so:graphics/opencv-core \ + libproj.so:graphics/proj \ + libtbb.so:devel/tbb \ + libtiff.so:graphics/tiff RUN_DEPENDS:= ${BUILD_DEPENDS} CONFIGURE_ARGS= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" \ @@ -78,8 +81,6 @@ post-extract: ${WRKSRC}/src/modules/imagery/imagery_opencv/Makefile.am post-patch: - @${REINPLACE_CMD} -e 's|wxString(SAGA_VERSION) + "\\n"|wxString(SAGA_VERSION) + " (SVN r2893)" + "\\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;|' \ ${WRKSRC}/src/saga_core/saga_api/api_core.h diff --git a/math/saga/distinfo b/math/saga/distinfo index 1f523ed09600..0d8357cb18ba 100644 --- a/math/saga/distinfo +++ b/math/saga/distinfo @@ -1,2 +1,3 @@ -SHA256 (saga_2.2.7.tar.gz) = 6be4b844226bc48da4f2deb39bc732767b939e72b76506abf03f8170c54cb671 -SIZE (saga_2.2.7.tar.gz) = 4239415 +TIMESTAMP = 1467312794 +SHA256 (saga_2.3.0.tar.gz) = d1fd4fad55c7fe7e57f4ddb6f24ca7b732977c472766a3a2260bde5b3b31a21e +SIZE (saga_2.3.0.tar.gz) = 4281156 diff --git a/math/saga/files/patch-src_saga__core_saga__gui_dlg__about.cpp b/math/saga/files/patch-src_saga__core_saga__gui_dlg__about.cpp index 0ebca9155990..2c02ee9e940e 100644 --- a/math/saga/files/patch-src_saga__core_saga__gui_dlg__about.cpp +++ b/math/saga/files/patch-src_saga__core_saga__gui_dlg__about.cpp @@ -1,6 +1,14 @@ ---- src/saga_core/saga_gui/dlg_about.cpp.orig 2016-02-28 15:31:41 UTC +--- src/saga_core/saga_gui/dlg_about.cpp.orig 2016-06-29 05:55:46 UTC +++ src/saga_core/saga_gui/dlg_about.cpp -@@ -264,7 +264,25 @@ wxString CDLG_About::_Get_Version(void) +@@ -189,6 +189,7 @@ wxString CDLG_About::_Get_Version(void) + 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"; + + #ifdef _SAGA_MSW + #ifdef _WIN64 +@@ -264,7 +265,25 @@ wxString CDLG_About::_Get_Version(void) #elif defined(__GNUWIN32__) "Gnu-Win32 compiler" #elif defined(__GNUG__) diff --git a/math/saga/pkg-plist b/math/saga/pkg-plist index 4d581be2ca6b..5741254f5a5f 100644 --- a/math/saga/pkg-plist +++ b/math/saga/pkg-plist @@ -115,6 +115,7 @@ share/applications/saga.desktop share/icons/hicolor/128x128/apps/saga.png share/icons/hicolor/16x16/apps/saga.png share/icons/hicolor/192x192/apps/saga.png +share/icons/hicolor/22x22/apps/saga.png share/icons/hicolor/24x24/apps/saga.png share/icons/hicolor/256x256/apps/saga.png share/icons/hicolor/32x32/apps/saga.png |