Index: head/sysutils/bfs/Makefile =================================================================== --- head/sysutils/bfs/Makefile (revision 567556) +++ head/sysutils/bfs/Makefile (revision 567557) @@ -1,29 +1,27 @@ # $FreeBSD$ PORTNAME= bfs -DISTVERSION= 2.1 +DISTVERSION= 2.2 CATEGORIES= sysutils MAINTAINER= driesm.michiels@gmail.com COMMENT= Breadth-first version of the UNIX find command LICENSE= BSD0CLAUSE LICENSE_NAME= BSD Zero Clause License LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept TEST_DEPENDS= bash:shells/bash USES= compiler:c11 gmake shebangfix USE_GITHUB= yes 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 .include Index: head/sysutils/bfs/distinfo =================================================================== --- head/sysutils/bfs/distinfo (revision 567556) +++ head/sysutils/bfs/distinfo (revision 567557) @@ -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 Index: head/sysutils/bfs/pkg-plist =================================================================== --- head/sysutils/bfs/pkg-plist (nonexistent) +++ head/sysutils/bfs/pkg-plist (revision 567557) @@ -0,0 +1,3 @@ +bin/bfs +share/bash-completion/completions/bfs +share/man/man1/bfs.1.gz Property changes on: head/sysutils/bfs/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property