Bug 244001

Summary: misc/broot: Update to 0.13.1
Product: Ports & Packages Reporter: Lewis Cook <lcook>
Component: Individual Port(s)Assignee: Dmitri Goutnik <dmgk>
Status: Closed FIXED    
Severity: Affects Only Me CC: dmgk
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/canop/broot/releases/tag/v0.13.1
Attachments:
Description Flags
broot-0.13.1.diff
lcook: maintainer-approval+
broot-0.13.1.log none

Description Lewis Cook freebsd_committer freebsd_triage 2020-02-09 12:33:51 UTC
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.
Comment 1 Lewis Cook freebsd_committer freebsd_triage 2020-02-09 12:34:23 UTC
Created attachment 211504 [details]
broot-0.13.1.log

* Poudriere build log.
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-02-18 12:46:06 UTC
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
Comment 3 Dmitri Goutnik freebsd_committer freebsd_triage 2020-02-18 12:47:13 UTC
Committed, thanks!