sysutils/bfs: Update to 2.1
- Added a new -status option that displays the search progress in a bar at the bottom of the terminal - Fixed an optimizer bug introduced in v2.0 that affected some combinations of -user/-group and -nouser/-nogroup Changelog: https://github.com/tavianator/bfs/releases/tag/2.1 PR: 251297 Submitted by: Dries Michiels <driesm.michiels@gmail.com> (new maintainer) Approved by: arrowd, tcberner (mentors, implicit)
This commit is contained in:
parent
9fae7de747
commit
abc1bf910d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=556033
@ -1,10 +1,10 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= bfs
|
||||
DISTVERSION= 2.0
|
||||
DISTVERSION= 2.1
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= driesm.michiels@gmail.com
|
||||
COMMENT= Breadth-first version of the UNIX find command
|
||||
|
||||
LICENSE= BSD0CLAUSE
|
||||
@ -17,6 +17,7 @@ TEST_DEPENDS= bash:shells/bash
|
||||
USES= compiler:c11 gmake shebangfix
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= tavianator
|
||||
|
||||
SHEBANG_FILES= tests.sh tests/*.sh
|
||||
TEST_TARGET= check
|
||||
PLIST_FILES= bin/bfs \
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1602752054
|
||||
SHA256 (tavianator-bfs-2.0_GH0.tar.gz) = afbde70742f4bac3f3b030b36531fe0bd67dbdda61ce0457f3a1e5681405df33
|
||||
SIZE (tavianator-bfs-2.0_GH0.tar.gz) = 127437
|
||||
TIMESTAMP = 1605981635
|
||||
SHA256 (tavianator-bfs-2.1_GH0.tar.gz) = be51966ca3bcc0167fb16c89f81fa37ee13c6326c616c31b87fd564a54bdc5f2
|
||||
SIZE (tavianator-bfs-2.1_GH0.tar.gz) = 132239
|
||||
|
Loading…
Reference in New Issue
Block a user