Created attachment 211503 [details] broot-0.13.1.diff Changes: * Bump DISTVERSION to 0.13.1, update distinfo and CARGO_CRATES dependency list. * Added git to RUN_DEPENDS, since 0.13.0 git-related features have been added. For further information regarding this please see: https://github.com/Canop/broot/releases/tag/v0.13.0. We require this as broot makes calls to the git binary, e.g. for git diff. Testing: * No errors reported with portlint, built in Poudriere and application works as expected (logs attached). Notes: * During the stage-qa phase of Poudriere its suggested that 'you need LIB_DEPENDS+=libgit2.so:devel/libgit2', although this is included in the libgit2-sys crate and isn't needed, see: https://github.com/rust-lang/git2-rs#version-of-libgit2.
Created attachment 211504 [details] broot-0.13.1.log * Poudriere build log.
A commit references this bug: Author: dmgk Date: Tue Feb 18 12:45:22 UTC 2020 New revision: 526453 URL: https://svnweb.freebsd.org/changeset/ports/526453 Log: misc/broot: Update to 0.13.1 Changes: https://github.com/canop/broot/releases/tag/v0.13.1 PR: 244001 Submitted by: Lewis Cook <vulcan@wired.sh> (maintainer) Changes: head/misc/broot/Makefile head/misc/broot/distinfo
Committed, thanks!