aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-05-06 22:23:09 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-05-06 22:23:09 +0000
commit358325c418f172ef5e87fec778c88ab6c475b7cd (patch)
tree8c5366a2e80d516e7c08823a098603b5ab592673 /CHANGES
parenta0f96c2f9bf40df16f695b80fbf07382d392036c (diff)
downloadports-358325c418f172ef5e87fec778c88ab6c475b7cd.tar.gz
ports-358325c418f172ef5e87fec778c88ab6c475b7cd.zip
Add new USES: shebangfix
use it to fix shebang on files specified by SHEBANG_FILES macro, by default it proposes default values for bash, perl, php, python, ruby, it can be customized and extended
Notes
Notes: svn path=/head/; revision=317555
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index cdcfbc1b4472..267ffca4c7c3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,16 @@ in the release notes and/or placed into UPDATING.
All ports committers are allowed to commit to this file.
+20130507:
+AUTHOR: bapt@FreeBSD.org
+
+ * New USES macro to handle setting correct shebang to scripts
+
+ By default it will fix bash, perl, php, ruby and python on all files specified
+ in the SHEBANG_FILES macro (glob pattern relative to ${WRKSRC})
+
+ Paths can be customized, and number of languages supported can be extended.
+
20130506:
AUTHOR: bapt@FreeBSD.org