aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-10-22 13:36:05 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-10-22 13:36:05 +0000
commite8e7e6da5740ea5cf912f3897c54df721d044c63 (patch)
treeb3488e1392115f0ca1ca52c0fba05c04d8237526 /CHANGES
parentfe5ae893f0850d3143fc5395bc908ee87a82fb64 (diff)
downloadports-e8e7e6da5740ea5cf912f3897c54df721d044c63.tar.gz
ports-e8e7e6da5740ea5cf912f3897c54df721d044c63.zip
- 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--CHANGES15
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2b480a4bf76a..f91e8a2d46ca 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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