Date: Mon, 27 Apr 2026 00:03:50 +0000 From: Robert Clausecker <fuz@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Cc: Marcel Bischoff <marcel@herrbischoff.com> Subject: git: ff2f25e895b2 - main - sysutils/yadm: update to 3.5.0 Message-ID: <69eea7e6.1cdf1.38a257dd@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=ff2f25e895b243394816f198b9155a4fe33aa994 commit ff2f25e895b243394816f198b9155a4fe33aa994 Author: Marcel Bischoff <marcel@herrbischoff.com> AuthorDate: 2026-04-01 15:47:57 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2026-04-27 00:01:42 +0000 sysutils/yadm: update to 3.5.0 Updates since 3.3.0 * Improve and harden alt file regeneration * Fix "yadm config" in fish completion * Fix "yadm clone" when not run in "$YADM_WORK" * Output the actual paths in help message * Verify all alt conditions for templates * Ignore case in alt and default template conditions * Fall back to ID for distro family if ID_LIKE is not available * Support overriding distro and distro family * Improve support for Bash 3 * Make "yadm clone --recursive" work as expected * Don't include files multiple times in archive * Document YADM_HOOK_DATA and YADM_HOOK_DIR env variables * Support alt dirs with deeply nested tracked files * Silence warnings when collecting alt files * Adjust handling of encrypt patterns to match 3.3.0 and older * Make encrypt exclude patterns only match encrypted files * Automatically exclude alt and template files * Support negative alt conditions * Handle filenames with space in bash completion * Add new yadm.filename template variable Changelog: https://github.com/yadm-dev/yadm/releases/tag/3.4.0 Changelog: https://github.com/yadm-dev/yadm/releases/tag/3.5.0 Approved by: vendion@gmail.com (maintainer timeout) PR: 294185 Event: Wiesbaden Hackathon 202604 --- sysutils/yadm/Makefile | 2 +- sysutils/yadm/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sysutils/yadm/Makefile b/sysutils/yadm/Makefile index 43335be6af85..276bc30bc6e0 100644 --- a/sysutils/yadm/Makefile +++ b/sysutils/yadm/Makefile @@ -1,5 +1,5 @@ PORTNAME= yadm -PORTVERSION= 3.3.0 +PORTVERSION= 3.5.0 CATEGORIES= sysutils MAINTAINER= vendion@gmail.com diff --git a/sysutils/yadm/distinfo b/sysutils/yadm/distinfo index cfd2d294fae6..e51a0c345835 100644 --- a/sysutils/yadm/distinfo +++ b/sysutils/yadm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1739433557 -SHA256 (yadm-dev-yadm-3.3.0_GH0.tar.gz) = a977836ee874fece3d69b5a8f7436e6ce4e6bf8d2520f8517c128281cc6b101d -SIZE (yadm-dev-yadm-3.3.0_GH0.tar.gz) = 111813 +TIMESTAMP = 1775055351 +SHA256 (yadm-dev-yadm-3.5.0_GH0.tar.gz) = 2a15ed91238dd2f15db9905eb56702272c079ad9c37c505dfee69c6b5e9054b6 +SIZE (yadm-dev-yadm-3.5.0_GH0.tar.gz) = 116502home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69eea7e6.1cdf1.38a257dd>
