mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
sysutils/bfs: Update to 2.4.1
Changes: https://github.com/tavianator/bfs/releases/tag/2.4 Changes: https://github.com/tavianator/bfs/releases/tag/2.4.1
This commit is contained in:
parent
6a00d14d45
commit
2f67a62603
2 changed files with 13 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= bfs
|
||||
DISTVERSION= 2.3.1
|
||||
DISTVERSION= 2.4.1
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= driesm@FreeBSD.org
|
||||
|
@ -8,6 +8,7 @@ COMMENT= Breadth-first version of the UNIX find command
|
|||
LICENSE= BSD0CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= bash:shells/bash
|
||||
TEST_DEPENDS= bash:shells/bash
|
||||
|
||||
USES= compiler:c11 gmake shebangfix
|
||||
|
@ -17,6 +18,14 @@ GH_ACCOUNT= tavianator
|
|||
SHEBANG_FILES= tests.sh tests/*.sh
|
||||
TEST_TARGET= check
|
||||
|
||||
OPTIONS_DEFINE= ONIGURUMA
|
||||
OPTIONS_DEFAULT= ONIGURUMA
|
||||
|
||||
ONIGURUMA_DESC= Oniguruma regular expression support
|
||||
|
||||
ONIGURUMA_LIB_DEPENDS= libonig.so:devel/oniguruma
|
||||
ONIGURUMA_MAKE_ARGS_OFF= WITH_ONIGURUMA=
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/bfs
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1643218548
|
||||
SHA256 (tavianator-bfs-2.3.1_GH0.tar.gz) = c3ed60001804ca79a3794935ab6b9927bd14df42dc34e475b34d62929fcc5a98
|
||||
SIZE (tavianator-bfs-2.3.1_GH0.tar.gz) = 144084
|
||||
TIMESTAMP = 1645814355
|
||||
SHA256 (tavianator-bfs-2.4.1_GH0.tar.gz) = f9454ec57b4dac91a6e1548f70c9a4616c291b7ad310e6ca910a3bd71581721d
|
||||
SIZE (tavianator-bfs-2.4.1_GH0.tar.gz) = 149400
|
||||
|
|
Loading…
Add table
Reference in a new issue