diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-10-22 13:36:05 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-10-22 13:36:05 +0000 |
commit | e8e7e6da5740ea5cf912f3897c54df721d044c63 (patch) | |
tree | b3488e1392115f0ca1ca52c0fba05c04d8237526 /CHANGES | |
parent | fe5ae893f0850d3143fc5395bc908ee87a82fb64 (diff) |
- Add shebangfix documentation bits
- Fix tcl_OLD_CMD tk_OLD_CMD
Approved by: portmgr (bapt)
Differential Revision: D3939
Notes
Notes:
svn path=/head/; revision=399976
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -10,6 +10,21 @@ in the release notes and/or placed into UPDATING. All ports committers are allowed to commit to this file. +20151022: +AUTHOR: amdmi3@FreeBSD.org + + Improved support for USES=shebangfix + + - We now support multiple values for *_OLD_CMD + - We replace more variants by default (/bin/${lang}, /usr/bin/${lang}, + /usr/bin/env ${lang}). + - shebangfix now also supports lua if USES=lua is specified + - Pattern matching has been improved: we now only match whole worlds, + e.g. "/usr/bin/perl5.005" is no longer erroneously replaced with + "${perl_CMD}5.005". + + Note that *_OLD_CMD entries which contain spaces must now be quoted. + 20150928: AUTHOR: amdmi3@FreeBSD.org |