aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2013-10-05 10:20:15 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2013-10-05 10:20:15 +0000
commit07933b24447e6873f0451680c7160889d704eeb5 (patch)
treed8ae8ff5409bf8f6aed5517ac583b4e0ad4acfb0 /CHANGES
parent83e0141ea6fe8baab2af6181739aa440cb0b1b68 (diff)
downloadports-07933b24447e6873f0451680c7160889d704eeb5.tar.gz
ports-07933b24447e6873f0451680c7160889d704eeb5.zip
- PATCHFILES now support an optional :-pX flag that notes which patch strip
level to use. This allows multiple patches in 1 port to use different PATCH_DIST_STRIP values without changing PATCH_DIST_STRIP. Syntax: PATCHFILES= patch[:-pX][:distgroup] PR: ports/168222 Submitted by: knu With hat: portmgr
Notes
Notes: svn path=/head/; revision=329434
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 27a27aeadbc4..4ee947add96e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,15 @@ in the release notes and/or placed into UPDATING.
All ports committers are allowed to commit to this file.
+20131005:
+AUTHOR: bdrewery@FreeBSD.org
+
+ PATCHFILES now support an optional :-pX flag that notes which patch strip
+ level to use. This allows multiple patches in 1 port to use different
+ PATCH_DIST_STRIP values without changing PATCH_DIST_STRIP.
+
+ Syntax: PATCHFILES= patch[:-pX][:distgroup]
+
20131003:
AUTHOR: bapt@FreeBSD.org