Created attachment 252873 [details] git-delta-0.18.0.patch Description: ChangeLog: https://github.com/dandavison/delta/releases/tag/0.18.0 QA: * portlint: OK (looks fine.) * testport: OK (poudriere: 14.1-RELEASE, amd64, BASH FISH ZSH tested)
Created attachment 252928 [details] added TEST_TARGET Hi, I've created a small modification: added TEST_TARGET so can test the package (no other change). If you accept I'll commit it. Thanks for your work!
BTW 0.18.1 just released https://github.com/dandavison/delta/releases/tag/0.18.1
Thanks to both of you, I will update and test again.
Created attachment 253134 [details] git-delta-0.18.1.diff Description: * Update git-delta to 0.18.1. * Add TEST_TARGET=test. ChangeLog: https://github.com/dandavison/delta/releases/tag/0.18.1 * Add hyperlinks section to manual. * Added platypus theme. * Don't use pager for --version. QA: * portlint: OK (looks fine.) * testport: OK (poudriere: 14.1-RELEASE, amd64, BASH FISH ZSH tested)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=6ab10d2e9a883cac017ac408b1b0e664b037bbdd commit 6ab10d2e9a883cac017ac408b1b0e664b037bbdd Author: Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org> AuthorDate: 2024-09-04 17:48:58 +0000 Commit: Zsolt Udvari <uzsolt@FreeBSD.org> CommitDate: 2024-09-04 17:51:15 +0000 devel/git-delta: Update to 0.18.1 Add TEST_TARGET. Remove unneeded rust 1.80.0 patch. Changelog: https://github.com/dandavison/delta/releases/tag/0.18.1 PR: 280902 Approved by: submitter is maintainer devel/git-delta/Makefile | 5 +- devel/git-delta/Makefile.crates | 45 ++++++++---- devel/git-delta/distinfo | 96 ++++++++++++++++++-------- devel/git-delta/files/patch-rust-1.80.0 (gone) | 25 ------- 4 files changed, 105 insertions(+), 66 deletions(-)
Committed, thanks!