Date: Wed, 1 May 2024 06:41:21 GMT From: Rainer Hurling <rhurlin@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2f50f528ff61 - main - math/saga: Fix pkg-plist Message-ID: <202405010641.4416fLQ7058082@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by rhurlin: URL: https://cgit.FreeBSD.org/ports/commit/?id=2f50f528ff617f74695df7fbaf0b892869099102 commit 2f50f528ff617f74695df7fbaf0b892869099102 Author: Rainer Hurling <rhurlin@FreeBSD.org> AuthorDate: 2024-05-01 06:31:52 +0000 Commit: Rainer Hurling <rhurlin@FreeBSD.org> CommitDate: 2024-05-01 06:40:46 +0000 math/saga: Fix pkg-plist Forgot to add the updated version of pkg-plist. Reported by: Yuri Victorovich <yuri@FreeBSD.org> MFH: 2024Q2 --- math/saga/Makefile | 2 +- math/saga/pkg-plist | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/math/saga/Makefile b/math/saga/Makefile index f5bd4b474c62..ff7d87f773c2 100644 --- a/math/saga/Makefile +++ b/math/saga/Makefile @@ -1,6 +1,6 @@ PORTNAME= saga PORTVERSION= 9.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= SF/saga-gis/SAGA%20-%20${PORTVERSION:C/\.[[:digit:]]\.[[:digit:]]*$//}/SAGA%20-%20${PORTVERSION} diff --git a/math/saga/pkg-plist b/math/saga/pkg-plist index bf30787d66b2..a314fa4ebf7d 100644 --- a/math/saga/pkg-plist +++ b/math/saga/pkg-plist @@ -213,6 +213,8 @@ share/man/man1/saga_cmd.1.gz share/man/man1/saga_gui.1.gz share/metainfo/org.saga-gis.saga-gui.appdata.xml share/pixmaps/saga.png +%%DATADIR%%/debug/README.md +%%DATADIR%%/debug/gdb_saga_api_pp.py %%DATADIR%%/docs/saga_on_mac.md %%DATADIR%%/docs/saga_on_mac_build.sh %%DATADIR%%/docs/saga_python_example.bat
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405010641.4416fLQ7058082>