aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2014-04-19 06:44:56 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2014-04-19 06:44:56 +0000
commite15449a9eff57d473ca033bc33f9e6177b47e33d (patch)
treea7a4bfaaacf8ff896c7ddb7da482001b20c518e0 /CHANGES
parent7c540e81480a9c298eebf08cfb5fb90588f43aee (diff)
downloadports-e15449a9eff57d473ca033bc33f9e6177b47e33d.tar.gz
ports-e15449a9eff57d473ca033bc33f9e6177b47e33d.zip
Notes
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 214228d61325..a5a284175208 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,22 @@ in the release notes and/or placed into UPDATING.
All ports committers are allowed to commit to this file.
+20140419:
+AUTHOR: bdrewery@FreeBSD.org
+
+ check-orphans has been renamed to check-plist. It now checks:
+ A. Files in STAGEDIR that are missing from plist.
+ To make check-plist ignore a file *as an orphan* do one of the
+ following:
+ 1. Install it
+ 2. post-install: ${RM} ${STAGEDIR}file
+ 3. Put the file behind an OPTION with a PLIST_SUB: %%OPTION%%file
+ 4. Add to plist as a @comment
+ @comment file
+ @comment @dirrmtry dir
+ B. Files in plist missing from STAGEDIR
+ C. Files in plist which are owned by dependencies/MTREEs
+
20140416:
AUTHOR: bdrewery@FreeBSD.org