| Summary: | [PATCH] finance/bitcoin-armory: fix shebang lines | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Alan Somers <asomers> | ||||||
| Component: | Individual Port(s) | Assignee: | Alan Somers <asomers> | ||||||
| Status: | Closed FIXED | ||||||||
| Severity: | Affects Some People | CC: | yuri | ||||||
| Priority: | --- | Keywords: | patch | ||||||
| Version: | Latest | Flags: | yuri:
maintainer-feedback+
|
||||||
| Hardware: | Any | ||||||||
| OS: | Any | ||||||||
| Attachments: |
|
||||||||
Created attachment 183276 [details]
Fix /usr/bin/env python shebangs
Also update PORTREVISION
Thanks! Fixed by sunpoet in revision 442994 r442994 | sunpoet | 2017-06-09 08:18:09 -0600 (Fri, 09 Jun 2017) | 7 lines Fix shebang - While I'm here, pet portlint - Bump PORTREVISION for package change Approved by: portmgr (blanket) |
Created attachment 183275 [details] Fix /usr/bin/env python shebangs finance/bitcoin-armory installs files with the interpreter "/usr/bin/env python". It should use "python2.7" instead.