Bug 219809 - textproc/py-sphinx-hieroglyph: fix shebangs
Summary: textproc/py-sphinx-hieroglyph: fix shebangs
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Carlos J. Puga Medina
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-06 00:59 UTC by Carlos J. Puga Medina
Modified: 2017-06-07 11:44 UTC (History)
1 user (show)

See Also:
andreas.sommer87: maintainer-feedback+


Attachments
patch (620 bytes, patch)
2017-06-06 00:59 UTC, Carlos J. Puga Medina
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos J. Puga Medina freebsd_committer freebsd_triage 2017-06-06 00:59:59 UTC
Created attachment 183249 [details]
patch

- Fix shebangs
- Bump PORTREVISION

Error: '/usr/bin/env python' is an invalid shebang you need USES=shebangfix for 'lib/python2.7/site-packages/hieroglyph/themes/slides2/static/scripts/md/render.py'
Comment 1 Andreas Sommer 2017-06-07 07:35:28 UTC
You're right. This should be merged. Thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2017-06-07 11:43:48 UTC
A commit references this bug:

Author: cpm
Date: Wed Jun  7 11:43:30 UTC 2017
New revision: 442830
URL: https://svnweb.freebsd.org/changeset/ports/442830

Log:
  - Fix shebangs
  - Bump PORTREVISION

  Error: '/usr/bin/env python' is an invalid shebang you need USES=shebangfix for 'lib/python2.7/site-packages/hieroglyph/themes/slides2/static/scripts/md/render.py'

  PR:		219809
  Submitted by:	cpm
  Approved by:	Andreas Sommer <andreas.sommer87@googlemail.com> (maintainer)

Changes:
  head/textproc/py-sphinx-hieroglyph/Makefile
Comment 3 Carlos J. Puga Medina freebsd_committer freebsd_triage 2017-06-07 11:44:47 UTC
Committed!

Thanks