Update to bfs-1.4

Changelog: https://github.com/tavianator/bfs/releases/tag/1.4
This commit is contained in:
bcallah 2019-04-17 17:11:25 +00:00
parent cffc75eabd
commit c3abfb9f60
3 changed files with 6 additions and 7 deletions

View File

@ -1,12 +1,11 @@
# $OpenBSD: Makefile,v 1.5 2019/04/15 21:04:14 bcallah Exp $
# $OpenBSD: Makefile,v 1.6 2019/04/17 17:11:25 bcallah Exp $
COMMENT = breadth-first version of the UNIX find command
REVISION = 0
CATEGORIES = sysutils
GH_ACCOUNT = tavianator
GH_PROJECT = bfs
GH_TAGNAME = 1.3.3
GH_TAGNAME = 1.4
MAINTAINER = Brian Callahan <bcallah@openbsd.org>

View File

@ -1,2 +1,2 @@
SHA256 (bfs-1.3.3.tar.gz) = thrmauew16ciCi+O87YSHY+10dFVvQPH57AGfQYa6Ks=
SIZE (bfs-1.3.3.tar.gz) = 92687
SHA256 (bfs-1.4.tar.gz) = h8pL/8noFgQ4yzgrsNDvEbuqvsKmv9MTXIIg4Qd7a+s=
SIZE (bfs-1.4.tar.gz) = 103278

View File

@ -1,11 +1,11 @@
$OpenBSD: patch-Makefile,v 1.3 2019/02/12 21:47:11 bcallah Exp $
$OpenBSD: patch-Makefile,v 1.4 2019/04/17 17:11:25 bcallah Exp $
Install manual page to the correct directory.
Index: Makefile
--- Makefile.orig
+++ Makefile
@@ -112,8 +112,8 @@ clean:
@@ -113,8 +113,8 @@ clean:
install:
$(MKDIR) $(DESTDIR)$(PREFIX)/bin
$(INSTALL) -m755 bfs $(DESTDIR)$(PREFIX)/bin/bfs