diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-10-22 21:36:05 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-10-22 21:36:05 +0800 |
commit | 576fd129d225e87e33d22de37cd62912af6278f3 (patch) | |
tree | b3488e1392115f0ca1ca52c0fba05c04d8237526 /CHANGES | |
parent | 61bd243a2f0e59fd847e550ad776032dea0cea9d (diff) | |
download | freebsd-ports-gnome-576fd129d225e87e33d22de37cd62912af6278f3.tar.gz freebsd-ports-gnome-576fd129d225e87e33d22de37cd62912af6278f3.tar.zst freebsd-ports-gnome-576fd129d225e87e33d22de37cd62912af6278f3.zip |
- Add shebangfix documentation bits
- Fix tcl_OLD_CMD tk_OLD_CMD
Approved by: portmgr (bapt)
Differential Revision: D3939
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 |