Bug 217332 - [patch] archivers/py-brotli: needs shebangfix
Summary: [patch] archivers/py-brotli: needs shebangfix
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Po-Chuan Hsieh
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2017-02-24 18:55 UTC by Nikolai Lifanov
Modified: 2017-02-25 05:17 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (sunpoet)


Attachments
archivers/py-brotli: fix shebang (656 bytes, text/plain)
2017-02-24 18:55 UTC, Nikolai Lifanov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nikolai Lifanov freebsd_committer freebsd_triage 2017-02-24 18:55:52 UTC
Created attachment 180271 [details]
archivers/py-brotli: fix shebang

Hi!

If "python" package is not installed, "brotli" fails with this message:

$ brotli                                                                       
env: python: No such file or directory
$ brotli-2.7                                                                   
env: python: No such file or directory

This can be remedied by using shebangfix.
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-02-25 04:24:22 UTC
A commit references this bug:

Author: sunpoet
Date: Sat Feb 25 04:23:17 UTC 2017
New revision: 434769
URL: https://svnweb.freebsd.org/changeset/ports/434769

Log:
  Fix shebang

  - Bump PORTREVISION for package change

  PR:		217332
  Submitted by:	lifanov

Changes:
  head/archivers/py-brotli/Makefile
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2017-02-25 05:17:10 UTC
Committed. Thanks!