git: dac0e196315a - main - sysutils/ncdu: Add PORTSCOUT
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 23 Jan 2022 19:26:38 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=dac0e196315af5fb676698ef95782799c08b7353 commit dac0e196315af5fb676698ef95782799c08b7353 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-01-23 18:17:55 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-01-23 18:17:55 +0000 sysutils/ncdu: Add PORTSCOUT --- sysutils/ncdu/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sysutils/ncdu/Makefile b/sysutils/ncdu/Makefile index f17cb819be03..8e3b11e9eb3a 100644 --- a/sysutils/ncdu/Makefile +++ b/sysutils/ncdu/Makefile @@ -18,4 +18,8 @@ GNU_CONFIGURE= yes PLIST_FILES= bin/ncdu \ man/man1/ncdu.1.gz +# ncdu 1.* (LTS) is written in C. +# ncdu 2.* (stable) is written in Zig which only works with specific version. +PORTSCOUT= limit:^1\. + .include <bsd.port.mk>