Bug 191146 - [maintainer update] biology/velvet for fixing shebang editing of perl/python scripts
Summary: [maintainer update] biology/velvet for fixing shebang editing of perl/python ...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-18 05:44 UTC by Motomichi Matsuzaki
Modified: 2014-06-20 12:55 UTC (History)
1 user (show)

See Also:


Attachments
svn diff (634 bytes, patch)
2014-06-18 05:45 UTC, Motomichi Matsuzaki
no flags Details | Diff
svn diff with PORTREVISION increment (820 bytes, patch)
2014-06-20 04:48 UTC, Motomichi Matsuzaki
mzaki: maintainer-approval+
Details | Diff
svn diff with USES=shebangfix (1.74 KB, patch)
2014-06-20 11:20 UTC, Motomichi Matsuzaki
mzaki: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Motomichi Matsuzaki 2014-06-18 05:44:55 UTC
Fixing shebang editing of perl/python scripts
Comment 1 Motomichi Matsuzaki 2014-06-18 05:45:31 UTC
Created attachment 143891 [details]
svn diff
Comment 2 Motomichi Matsuzaki 2014-06-18 05:48:54 UTC
uh, I guess PORTREVISION should be increased.
Comment 3 Motomichi Matsuzaki 2014-06-20 04:48:12 UTC
Created attachment 143948 [details]
svn diff with PORTREVISION increment
Comment 4 Raphael Kubo da Costa freebsd_committer freebsd_triage 2014-06-20 11:01:31 UTC
How about using USES=shebangfix (Mk/Uses/shebangfix.mk)?
Comment 5 Motomichi Matsuzaki 2014-06-20 11:20:57 UTC
Created attachment 143955 [details]
svn diff with USES=shebangfix

(In reply to Raphael Kubo da Costa from comment #4)
> How about using USES=shebangfix (Mk/Uses/shebangfix.mk)?

Thanks for the suggestion. I've revised the patch.
Comment 6 commit-hook freebsd_committer freebsd_triage 2014-06-20 12:54:52 UTC
A commit references this bug:

Author: rakuco
Date: Fri Jun 20 12:54:30 UTC 2014
New revision: 358567
URL: http://svnweb.freebsd.org/changeset/ports/358567

Log:
  Fix shebang line in Perl and Python scripts.

  PR:		191146
  Submitted by:	mzaki@m.u-tokyo.ac.jp (maintainer)

Changes:
  head/biology/velvet/Makefile
Comment 7 Raphael Kubo da Costa freebsd_committer freebsd_triage 2014-06-20 12:55:22 UTC
Committed, thanks.