Update to bfs-2.2
Changelog for the last two updates: https://github.com/tavianator/bfs/releases
This commit is contained in:
parent
9578adc52c
commit
6a6e329c76
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2020/11/08 20:37:14 bcallah Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2021/03/08 02:02:30 bcallah Exp $
|
||||
|
||||
COMMENT = breadth-first version of the UNIX find command
|
||||
CATEGORIES = sysutils
|
||||
|
||||
GH_ACCOUNT = tavianator
|
||||
GH_PROJECT = bfs
|
||||
GH_TAGNAME = 2.0
|
||||
GH_TAGNAME = 2.2
|
||||
|
||||
MAINTAINER = Brian Callahan <bcallah@openbsd.org>
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (bfs-2.0.tar.gz) = r73nB0L0usPzsDCzZTH+C9Z9vdphzgRX86HlaBQF3zM=
|
||||
SIZE (bfs-2.0.tar.gz) = 127437
|
||||
SHA256 (bfs-2.2.tar.gz) = Cc/yAzVEy6oxryrX1ZNHBWpTwE/3xGm7WQTlddNkEFM=
|
||||
SIZE (bfs-2.2.tar.gz) = 137118
|
||||
|
@ -1,11 +1,11 @@
|
||||
$OpenBSD: patch-Makefile,v 1.7 2019/11/09 23:02:06 bcallah Exp $
|
||||
$OpenBSD: patch-Makefile,v 1.8 2021/03/08 02:02:31 bcallah Exp $
|
||||
|
||||
Install manual page to the correct directory.
|
||||
|
||||
Index: Makefile
|
||||
--- Makefile.orig
|
||||
+++ Makefile
|
||||
@@ -36,7 +36,7 @@ DEPFLAGS ?= -MD -MP -MF $(@:.o=.d)
|
||||
@@ -41,7 +41,7 @@ DEPFLAGS ?= -MD -MP -MF $(@:.o=.d)
|
||||
|
||||
DESTDIR ?=
|
||||
PREFIX ?= /usr
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-tests_sh,v 1.2 2020/11/08 20:37:14 bcallah Exp $
|
||||
$OpenBSD: patch-tests_sh,v 1.3 2021/03/08 02:02:31 bcallah Exp $
|
||||
|
||||
Tests require bash
|
||||
touch -h is a GNU extension
|
||||
@ -12,7 +12,7 @@ Index: tests.sh
|
||||
|
||||
############################################################################
|
||||
# bfs #
|
||||
@@ -831,7 +831,7 @@ function make_times() {
|
||||
@@ -884,7 +884,7 @@ function make_times() {
|
||||
touch -t 199112140001 "$1/b"
|
||||
touch -t 199112140002 "$1/c"
|
||||
ln -s a "$1/l"
|
||||
|
@ -1,3 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2018/09/26 14:37:51 bcallah Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2021/03/08 02:02:31 bcallah Exp $
|
||||
@bin bin/bfs
|
||||
@man man/man1/bfs.1
|
||||
share/bash-completion/
|
||||
share/bash-completion/completions/
|
||||
share/bash-completion/completions/bfs
|
||||
|
Loading…
x
Reference in New Issue
Block a user