Summary: | lang/munger: fix double slash in shebangs | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Dmitry Marakasov <amdmi3> | ||||||
Component: | Individual Port(s) | Assignee: | Dmitry Marakasov <amdmi3> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Many People | CC: | jimmy | ||||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(jimmy) |
||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
Created attachment 160939 [details]
patch
NEW VERSION REMOVES SLASHES FROM SHEBANGS.
Thank you, I'll commit it on Sunday. A commit references this bug: Author: amdmi3 Date: Sun Sep 13 14:31:06 UTC 2015 New revision: 396827 URL: https://svnweb.freebsd.org/changeset/ports/396827 Log: - Update to 5.7.1 - While here, add LICENSE PR: 203050 Submitted by: jimmy@mammothcheese.ca (maintainer) Changes: head/lang/munger/Makefile head/lang/munger/distinfo |
Created attachment 160937 [details] Patch ====> Running Q/A tests (stage-qa) Error: '//usr/local/bin/munger' is an invalid shebang you need USES=shebangfix for 'share/munger-5.7/fmt.munger' Patch fixes this. Since you're the upstream, you could just remove extra slashes from shebangs themselves.