Hello, Per https://gogs.io/docs/intro/troubleshooting (at the bottom), gogs requires bash for the hook scripts. It is not currently listed as a dependency for gogs in this port. Thanks, Nathan
Created attachment 193194 [details] Add shells/bash runtime dependendency
A commit references this bug: Author: krion Date: Wed May 9 17:45:38 UTC 2018 New revision: 469456 URL: https://svnweb.freebsd.org/changeset/ports/469456 Log: Add shells/bash dependency as it's required by gogs hooks scripts. PR: 228057 Submitted by: maintainer Changes: head/devel/gogs/Makefile
This is wrong. Gogs hooks are autogenerated with SCRIPT_TYPE value for shebang. Any interpreter can be set here. Better to revert this patch.