Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Nov 2020 08:14:58 +0000 (UTC)
From:      Rainer Hurling <rhurlin@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r556033 - head/sysutils/bfs
Message-ID:  <202011220814.0AM8Ewpk070404@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rhurlin
Date: Sun Nov 22 08:14:58 2020
New Revision: 556033
URL: https://svnweb.freebsd.org/changeset/ports/556033

Log:
  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)

Modified:
  head/sysutils/bfs/Makefile
  head/sysutils/bfs/distinfo

Modified: head/sysutils/bfs/Makefile
==============================================================================
--- head/sysutils/bfs/Makefile	Sun Nov 22 07:58:24 2020	(r556032)
+++ head/sysutils/bfs/Makefile	Sun Nov 22 08:14:58 2020	(r556033)
@@ -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 \

Modified: head/sysutils/bfs/distinfo
==============================================================================
--- head/sysutils/bfs/distinfo	Sun Nov 22 07:58:24 2020	(r556032)
+++ head/sysutils/bfs/distinfo	Sun Nov 22 08:14:58 2020	(r556033)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011220814.0AM8Ewpk070404>