sysutils/bfs: Update to 1.5
Changes: https://github.com/tavianator/bfs/blob/1.5/RELEASES.md#15
This commit is contained in:
parent
425297a76d
commit
25651249dd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=505272
2 changed files with 13 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= bfs
|
||||
DISTVERSION= 1.4.1
|
||||
DISTVERSION= 1.5
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= tobik@FreeBSD.org
|
||||
|
@ -18,13 +18,18 @@ USES= gmake shebangfix
|
|||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= tavianator
|
||||
|
||||
SHEBANG_FILES= tests/*.sh
|
||||
PLIST_FILES= bin/bfs \
|
||||
man/man1/bfs.1.gz
|
||||
SHEBANG_FILES= tests.sh tests/*.sh
|
||||
|
||||
TEST_TARGET= check
|
||||
|
||||
PLIST_FILES= bin/bfs \
|
||||
man/man1/bfs.1.gz
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} 's,/bin/bash,${LOCALBASE}/bin/bash,g' ${WRKSRC}/tests.sh
|
||||
# Disable test_L_acl and test_acl tests since they assume POSIX.1e
|
||||
# ACLs and will fail on ZFS or tmpfs.
|
||||
@${REINPLACE_CMD} -e '/^ test_acl/d' -e '/^ test_L_acl/d' \
|
||||
${WRKSRC}/tests.sh
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/bfs ${STAGEDIR}${PREFIX}/bin
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1557121311
|
||||
SHA256 (tavianator-bfs-1.4.1_GH0.tar.gz) = d3ba0aa70e04e8768a83e40eaf3d61b57bbedff562d2d27825776caee9ebce2d
|
||||
SIZE (tavianator-bfs-1.4.1_GH0.tar.gz) = 105029
|
||||
TIMESTAMP = 1561707421
|
||||
SHA256 (tavianator-bfs-1.5_GH0.tar.gz) = c3e595e05e014acda10487efaf74d37ef0d6459d74b3c5b976cd425b277c79c9
|
||||
SIZE (tavianator-bfs-1.5_GH0.tar.gz) = 110622
|
||||
|
|
Loading…
Reference in a new issue