Skip to content

Commit

Permalink
math/saga: Update to 8.4.1
Browse files Browse the repository at this point in the history
Fixes serveral tools, most noteworthy for FreeBSD users in Visibilty Analysis,
pj_proj4/crs_transform, io_gdal/gdal_driver, saga_gui/data_source_pgsql,
saga_api/projections, saga_api/CSG_Colors, Split Lines with Lines, and
saga_gdi/3d_view_canvas

Changelog: https://sourceforge.net/p/saga-gis/wiki/Changelog%208.4.1/attachment/changelog_saga_8.4.1.txt
  • Loading branch information
rhurlin committed Nov 15, 2022
1 parent 7159f18 commit 845feef
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
11 changes: 5 additions & 6 deletions math/saga/Makefile
@@ -1,6 +1,5 @@
PORTNAME= saga
PORTVERSION= 8.4.0
PORTREVISION= 2
PORTVERSION= 8.4.1
CATEGORIES= math
MASTER_SITES= SF/saga-gis/SAGA%20-%20${PORTVERSION:C/\.[[:digit:]]\.[[:digit:]]*$//}/SAGA%20-%20${PORTVERSION}

Expand Down Expand Up @@ -39,12 +38,12 @@ DOS2UNIX_GLOB= *.cpp *.h
USE_LDCONFIG= yes
USE_WX= 3.2+

GIT_TAGNAME= eeff83616
GIT_TAGNAME= e0cb3e2f0

CMAKE_ARGS+= -DSVM_INCLUDE:PATH=${LOCALBASE}/include/svm.h
CMAKE_OFF= WITH_CLIPPER_ONE
CMAKE_ON+= WITH_DEV_TOOLS WITH_EXCERCISES WITH_MRMR WITH_SYSTEM_SVM
CMAKE_ARGS= -DSVM_INCLUDE:PATH=${LOCALBASE}/include/svm.h
CMAKE_ON= WITH_DEV_TOOLS WITH_EXCERCISES WITH_MRMR WITH_SYSTEM_SVM
CMAKE_ON+= CMAKE_VERBOSE_MAKEFILE
CMAKE_OFF= WITH_CLIPPER_ONE
CMAKE_OFF+= WITH_TOOLS_LAS WITH_TRIANGLE

WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/saga-gis
Expand Down
6 changes: 3 additions & 3 deletions math/saga/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1666720434
SHA256 (saga-8.4.0.tar.gz) = bfa0cfc15db47dcb339eb11a149934fdec14e33ddc4e3cd862e2e4c8cc122d5d
SIZE (saga-8.4.0.tar.gz) = 8459973
TIMESTAMP = 1668445726
SHA256 (saga-8.4.1.tar.gz) = 4a6a95e3ca44de507e854d9db11ac55163f8aa1a4126047b19024a0236ed36d2
SIZE (saga-8.4.1.tar.gz) = 8461892
Expand Up @@ -5,7 +5,7 @@
OUTPUT_STRIP_TRAILING_WHITESPACE
)
- message("git hash: ${GIT_HASH} to ${PROJECT_SOURCE_DIR}/git_hash.h")
+ message("git hash: "https://sourceforge.net/p/saga-gis/code/ci/GIT_TAGNAME" to ${PROJECT_SOURCE_DIR}/git_hash.h")
+ message("git hash: https://sourceforge.net/p/saga-gis/code/ci/GIT_TAGNAME to ${PROJECT_SOURCE_DIR}/git_hash.h")
else()
message("not a git repository, git hash not found")
endif()
1 change: 1 addition & 0 deletions math/saga/pkg-plist
Expand Up @@ -144,6 +144,7 @@ share/pixmaps/saga.png
%%DATADIR%%/helper/doxygen_saga_api_chm
%%DATADIR%%/helper/doxygen_saga_api_html
%%DATADIR%%/helper/make_arcsaga_toolboxes.bat
%%DATADIR%%/helper/make_macos_bundle.sh
%%DATADIR%%/helper/make_python_api.bat
%%DATADIR%%/helper/make_python_api_all.bat
%%DATADIR%%/helper/make_saga4qgis_toolboxes.bat
Expand Down

0 comments on commit 845feef

Please sign in to comment.