diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2014-04-19 06:44:56 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2014-04-19 06:44:56 +0000 |
commit | e15449a9eff57d473ca033bc33f9e6177b47e33d (patch) | |
tree | a7a4bfaaacf8ff896c7ddb7da482001b20c518e0 /CHANGES | |
parent | 7c540e81480a9c298eebf08cfb5fb90588f43aee (diff) | |
download | ports-e15449a9eff57d473ca033bc33f9e6177b47e33d.tar.gz ports-e15449a9eff57d473ca033bc33f9e6177b47e33d.zip |
Notes
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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 |