Bug 220012 - [Update]math/saga:Update to 4.1.0
Summary: [Update]math/saga:Update to 4.1.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-15 12:27 UTC by Wen Heping
Modified: 2017-06-21 02:16 UTC (History)
1 user (show)

See Also:
rhurlin: maintainer-feedback+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Wen Heping freebsd_committer freebsd_triage 2017-06-15 12:27:52 UTC
A simple update patch.


Index: Makefile
===================================================================
--- Makefile    (revision 443416)
+++ Makefile    (working copy)
@@ -2,11 +2,10 @@
 # $FreeBSD$

 PORTNAME=      saga
-PORTVERSION=   3.0.0
-PORTREVISION=  3
+PORTVERSION=   4.1.0
 CATEGORIES=    math
 MASTER_SITES=  SF/saga-gis/SAGA%20-%20${PORTVERSION:C/\.[[:digit:]]\.[[:digit:]]*$//}/SAGA%20-%20${PORTVERSION}
-DISTNAME=      ${PORTNAME}_${PORTVERSION}
+#DISTNAME=     ${PORTNAME}_${PORTVERSION}

 MAINTAINER=    rhurlin@gwdg.de
 COMMENT=       System for Automated Geoscientific Analyses
Index: distinfo
===================================================================
--- distinfo    (revision 443416)
+++ distinfo    (working copy)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1485032140
-SHA256 (saga_3.0.0.tar.gz) = fa8b8f5f95705bfa72f6969a23e75195f2d939f835b7243f8dcb9f780df3627f
-SIZE (saga_3.0.0.tar.gz) = 4313979
+TIMESTAMP = 1497487742
+SHA256 (saga-4.1.0.tar.gz) = e62651e862ff73d2e9e25d0d2b14aab59eb3cad3b7012af51431d10615c45c29
+SIZE (saga-4.1.0.tar.gz) = 4490330
Index: pkg-plist
===================================================================
--- pkg-plist   (revision 443416)
+++ pkg-plist   (working copy)
@@ -88,6 +88,7 @@
 lib/saga/libsim_ecosystems_hugget.so
 lib/saga/libsim_erosion.so
 lib/saga/libsim_fire_spreading.so
+lib/saga/libsim_geomorphology.so
 lib/saga/libsim_hydrology.so
 lib/saga/libsim_ihacres.so
 lib/saga/libsim_qm_of_esp.so
@@ -126,6 +127,7 @@
 share/icons/hicolor/8x8/apps/saga.png
 share/icons/hicolor/96x96/apps/saga.png
 share/pixmaps/saga.png
+%%DATADIR%%/accessories/CMakeLists.txt
 %%DATADIR%%/accessories/helper/make_arcsaga_toolboxes.bat
 %%DATADIR%%/accessories/helper/make_saga_release.bat
 %%DATADIR%%/accessories/helper/make_saga_snapshot.bat
@@ -180,13 +182,18 @@
 %%DATADIR%%/saga_tip.txt
 %%DATADIR%%/toolchains/climate.xml
 %%DATADIR%%/toolchains/cluster_terrain.xml
+%%DATADIR%%/toolchains/grid_list_simple_filter.xml
 %%DATADIR%%/toolchains/gridding.xml
+%%DATADIR%%/toolchains/group_files.xml
 %%DATADIR%%/toolchains/imagery.xml
 %%DATADIR%%/toolchains/imagery_lczc.xml
+%%DATADIR%%/toolchains/import_text_tables.xml
 %%DATADIR%%/toolchains/obia.xml
 %%DATADIR%%/toolchains/points_to_contour.xml
+%%DATADIR%%/toolchains/polygons_max_interior_circles.xml
 %%DATADIR%%/toolchains/sieve_and_clump.xml
 %%DATADIR%%/toolchains/temperature_downscaling.xml
+%%DATADIR%%/toolchains/temperature_downscaling_bulk.xml
 %%DATADIR%%/toolchains/terrain_analysis.xml
 %%DATADIR%%/toolchains/terrain_segmentation.xml
 %%DATADIR%%/toolchains/tta_LandCover.xml
Comment 1 Wen Heping freebsd_committer freebsd_triage 2017-06-17 01:38:38 UTC
Should we move sage to the same category as qgis ?

wen
Comment 2 Rainer Hurling freebsd_committer freebsd_triage 2017-06-17 06:24:56 UTC
(In reply to Wen Heping from comment #1)
Hi Wen,

First I have to thank you for your patch. Really appreciated! ATM, I am doing some build on Poudriere, this may take some more time.

I am not a fan of putting math/saga into the graphics category, because in first case, SAGA GIS is a toolbox of hundreds of geographical algorithms. So, for example, even QGIS is using SAGA GIS in its processing tools only because of its mathematical background.

What I would like to do is, to add a second category 'geography', like you can find also in graphics/qgis. What do you think?
Comment 3 Rainer Hurling freebsd_committer freebsd_triage 2017-06-17 14:49:28 UTC
Tested with Poudriere (F10.3i/a, F11.0i/a, and HEADi/a).

'portlint -AC' is also fine.


It would be nice, if Wen (submitter) could also commit his patch. Many thanks in advance :)
Comment 4 commit-hook freebsd_committer freebsd_triage 2017-06-21 01:59:28 UTC
A commit references this bug:

Author: wen
Date: Wed Jun 21 01:58:26 UTC 2017
New revision: 444006
URL: https://svnweb.freebsd.org/changeset/ports/444006

Log:
  - Update to 4.1.0

  PR:		220012
  Submitted by:	wen@
  Approved by:	maintainer

Changes:
  head/math/saga/Makefile
  head/math/saga/distinfo
  head/math/saga/pkg-plist
Comment 5 Wen Heping freebsd_committer freebsd_triage 2017-06-21 02:13:27 UTC
Hi, Rainer:

   I committed this patch and keep saga at math category :)

wen