diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-30 17:05:43 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-30 17:05:43 +0000 |
commit | 6aacc2bda1265606a881324510ebeee79b2f9aa0 (patch) | |
tree | bf02d14f2379a14af7b741c1560393e070ab8150 /CHANGES | |
parent | Partially revert r352688 to actually do what was stated in the commit log (diff) |
Document r352514
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -10,6 +10,15 @@ in the release notes and/or placed into UPDATING. All ports committers are allowed to commit to this file. +20140428: +AUTHOR: bapt@FreeBSD.org + + EXTRA_PATCHES has been extended to support a new syntax: + + EXTRA_PATCHES= file:-pX + + Where X is the pathname strip count passed to patch(1) + 20140423: AUTHOR: tijl@FreeBSD.org |