Bug 246946

Summary: sysutils/toybox: update to 0.8.3
Product: Ports & Packages Reporter: Vidar Karlsen <vidar>
Component: Individual Port(s)Assignee: Fernando ApesteguĂ­a <fernape>
Status: Closed FIXED    
Severity: Affects Only Me CC: fernape
Priority: --- Keywords: buildisok
Version: LatestFlags: vidar: maintainer-feedback+
Hardware: Any   
OS: Any   
URL: http://landley.net/toybox
Attachments:
Description Flags
svn diff vidar: maintainer-approval+

Description Vidar Karlsen 2020-06-02 23:32:45 UTC
Created attachment 215181 [details]
svn diff

Changes in this version:
Some new features including:
- patch now understands [FILE [PATCH]] arguments
- added patch -F (fuzz factor) support
- cal now highlights the current day
- added -T to cp/mv
- netcat -L no longer automatically includes stderr (new -E option does that)
- added ls -w
...and more.

Some bugfixes for tar, find, netcat, sntp etc.

Full changelog: http://landley.net/toybox/#11-05-2020


QA:
portlint: looks fine.
poudriere testport ok on: 12.1-amd64, 12.1-i386, 11.3-amd64, 11.3-i386.


Credits:
Big thanks to RhodiumToad and kaktus for helping me make it build on FreeBSD. An effort has been made to try to upstream the patch.
Comment 1 Automation User 2020-06-02 23:58:25 UTC
Build info is available at https://gitlab.com/swills/freebsd-ports/pipelines/152188050
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-06-04 05:50:43 UTC
A commit references this bug:

Author: fernape
Date: Thu Jun  4 05:50:35 UTC 2020
New revision: 537869
URL: https://svnweb.freebsd.org/changeset/ports/537869

Log:
  sysutils/toybox: update to 0.8.3

  ChangeLog: http://landley.net/toybox/#11-05-2020

  PR:	246946
  Submitted by:	vidar@karlsen.tech (maintainer)

Changes:
  head/sysutils/toybox/Makefile
  head/sysutils/toybox/distinfo
  head/sysutils/toybox/files/
  head/sysutils/toybox/files/patch-lib_portability.c
Comment 3 Fernando ApesteguĂ­a freebsd_committer freebsd_triage 2020-06-04 05:52:52 UTC
Committed,

Thanks!