Bug 244001 - misc/broot: Update to 0.13.1
Summary: misc/broot: Update to 0.13.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Dmitri Goutnik
URL: https://github.com/canop/broot/releas...
Keywords:
Depends on:
Blocks:
 
Reported: 2020-02-09 12:33 UTC by Lewis Cook
Modified: 2020-02-18 12:47 UTC (History)
1 user (show)

See Also:


Attachments
broot-0.13.1.diff (12.54 KB, patch)
2020-02-09 12:33 UTC, Lewis Cook
lcook: maintainer-approval+
Details | Diff
broot-0.13.1.log (139.31 KB, text/plain)
2020-02-09 12:34 UTC, Lewis Cook
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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!