Summary: | devel/gogs: Add dependency on bash | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Nathan Reilly <nreilly> | ||||
Component: | Individual Port(s) | Assignee: | Kirill Ponomarev <krion> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Many People | CC: | bsd, dmgk, krion, nreilly | ||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(dmgk) |
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Nathan Reilly
2018-05-08 03:48:56 UTC
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. |