[Bug 271028] [New Port] devel/gum: Write useful shell scripts and dotfiles aliases with a few lines of code
Date: Wed, 26 Apr 2023 22:50:22 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271028 --- Comment #4 from Robert Clausecker <fuz@FreeBSD.org> --- Thank you for your update. The port builds fine. Please check the formatting of the port Makefile. The minimum indentation level for values is two tab stops, even if the variable name fits into one. You can use the portfmt utility to fix the formatting. Also check if you can use GO_MODULE to avoid having to list all the dependencies explicitly. With GO_MODULE, the Go tooling automatically finds and downloads the distfile and all dependencies. So USE_GITHUB and all dependencies can be omitted. If the project ships a license file, check if you can set LICENSE_FILE. Should be something like LICENSE_FILE= ${WRKSRC}/... There's no need to gzip the man page yourself. Just install the man page uncompressed but list the compressed page in the plist. An automatic post-install hook will compress it for you. Please use DISTVERSION instead of PORTVERSION if possible. PS: make sure to tick the "patch" checkbox when submitting a patch. This way, you can view it directly from Bugzilla. -- You are receiving this mail because: You are the assignee for the bug.