aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2013-10-05 18:20:15 +0800
committerbdrewery <bdrewery@FreeBSD.org>2013-10-05 18:20:15 +0800
commit08765a55830924289ae04cb443648da7d87735bb (patch)
treed8ae8ff5409bf8f6aed5517ac583b4e0ad4acfb0 /CHANGES
parent9f19cc1d634cc88205070d92e0b3220a9c39008f (diff)
downloadfreebsd-ports-gnome-08765a55830924289ae04cb443648da7d87735bb.tar.gz
freebsd-ports-gnome-08765a55830924289ae04cb443648da7d87735bb.tar.zst
freebsd-ports-gnome-08765a55830924289ae04cb443648da7d87735bb.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
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