svn commit: r567557 - head/sysutils/bfs
Rainer Hurling
rhurlin at FreeBSD.org
Sun Mar 7 10:22:54 UTC 2021
Author: rhurlin
Date: Sun Mar 7 10:22:53 2021
New Revision: 567557
URL: https://svnweb.freebsd.org/changeset/ports/567557
Log:
sysutils/bfs: Update to 2.2
Changelog: https://github.com/tavianator/bfs/releases/tag/2.2
PR: 254090
Submitted by: Dries Michiels <driesm.michiels at gmail.com> (maintainer)
Added:
head/sysutils/bfs/pkg-plist (contents, props changed)
Modified:
head/sysutils/bfs/Makefile
head/sysutils/bfs/distinfo
Modified: head/sysutils/bfs/Makefile
==============================================================================
--- head/sysutils/bfs/Makefile Sun Mar 7 10:21:51 2021 (r567556)
+++ head/sysutils/bfs/Makefile Sun Mar 7 10:22:53 2021 (r567557)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= bfs
-DISTVERSION= 2.1
+DISTVERSION= 2.2
CATEGORIES= sysutils
MAINTAINER= driesm.michiels at gmail.com
@@ -20,8 +20,6 @@ GH_ACCOUNT= tavianator
SHEBANG_FILES= tests.sh tests/*.sh
TEST_TARGET= check
-PLIST_FILES= bin/bfs \
- share/man/man1/bfs.1.gz
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/bfs
Modified: head/sysutils/bfs/distinfo
==============================================================================
--- head/sysutils/bfs/distinfo Sun Mar 7 10:21:51 2021 (r567556)
+++ head/sysutils/bfs/distinfo Sun Mar 7 10:22:53 2021 (r567557)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1605981635
-SHA256 (tavianator-bfs-2.1_GH0.tar.gz) = be51966ca3bcc0167fb16c89f81fa37ee13c6326c616c31b87fd564a54bdc5f2
-SIZE (tavianator-bfs-2.1_GH0.tar.gz) = 132239
+TIMESTAMP = 1615108580
+SHA256 (tavianator-bfs-2.2_GH0.tar.gz) = 09cff2033544cbaa31af2ad7d59347056a53c04ff7c469bb5904e575d3641053
+SIZE (tavianator-bfs-2.2_GH0.tar.gz) = 137118
Added: head/sysutils/bfs/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/bfs/pkg-plist Sun Mar 7 10:22:53 2021 (r567557)
@@ -0,0 +1,3 @@
+bin/bfs
+share/bash-completion/completions/bfs
+share/man/man1/bfs.1.gz
More information about the svn-ports-head
mailing list