mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
sysutils/bfs: Update to 1.2.4
Changes: https://github.com/tavianator/bfs/releases/tag/1.2.4
This commit is contained in:
parent
4f2d743239
commit
030a5dba7e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=480659
2 changed files with 8 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= bfs
|
PORTNAME= bfs
|
||||||
DISTVERSION= 1.2.3
|
DISTVERSION= 1.2.4
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
|
|
||||||
MAINTAINER= tobik@FreeBSD.org
|
MAINTAINER= tobik@FreeBSD.org
|
||||||
|
@ -18,11 +18,14 @@ USES= gmake shebangfix
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= tavianator
|
GH_ACCOUNT= tavianator
|
||||||
|
|
||||||
SHEBANG_FILES= tests.sh
|
SHEBANG_FILES= tests/*.sh
|
||||||
PLIST_FILES= bin/bfs \
|
PLIST_FILES= bin/bfs \
|
||||||
man/man1/bfs.1.gz
|
man/man1/bfs.1.gz
|
||||||
TEST_TARGET= check
|
TEST_TARGET= check
|
||||||
|
|
||||||
|
post-patch:
|
||||||
|
@${REINPLACE_CMD} 's,/bin/bash,${LOCALBASE}/bin/bash,g' ${WRKSRC}/tests.sh
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${INSTALL_PROGRAM} ${WRKSRC}/bfs ${STAGEDIR}${PREFIX}/bin
|
${INSTALL_PROGRAM} ${WRKSRC}/bfs ${STAGEDIR}${PREFIX}/bin
|
||||||
${INSTALL_MAN} ${WRKSRC}/bfs.1 ${STAGEDIR}${MANPREFIX}/man/man1
|
${INSTALL_MAN} ${WRKSRC}/bfs.1 ${STAGEDIR}${MANPREFIX}/man/man1
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1537658096
|
TIMESTAMP = 1537875054
|
||||||
SHA256 (tavianator-bfs-1.2.3_GH0.tar.gz) = 8ce9e47367db50aeb0bf3c5707080a853993ed98059d577daa45c681f07e2fcd
|
SHA256 (tavianator-bfs-1.2.4_GH0.tar.gz) = 99612daa60f3c6d3dd9c0fd92c1e12f4a975b7a3fad700dcad5796262e17674f
|
||||||
SIZE (tavianator-bfs-1.2.3_GH0.tar.gz) = 80044
|
SIZE (tavianator-bfs-1.2.4_GH0.tar.gz) = 81155
|
||||||
|
|
Loading…
Add table
Reference in a new issue