aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2014-09-24 11:52:18 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2014-09-24 11:52:18 +0000
commit23ce4f6db61b68bcf323450557bf40015fde8c73 (patch)
treeb222dc0d2b48c4b301a2bc1bc37700ce3a065e00 /CHANGES
parent617059c3e96ed2ced2ac4f94f55e1e41d92030d4 (diff)
downloadports-23ce4f6db61b68bcf323450557bf40015fde8c73.tar.gz
ports-23ce4f6db61b68bcf323450557bf40015fde8c73.zip
Proofread the 20140922 CHANGES entry.
Notes
Notes: svn path=/head/; revision=369169
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 4 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index 111498509e58..428d031069ef 100644
--- a/CHANGES
+++ b/CHANGES
@@ -13,20 +13,20 @@ All ports committers are allowed to commit to this file.
20140922:
AUTHOR: bapt@FreeBSD.org
- pkg(8) now automatically handle the directories under PREFIX and will
+ pkg(8) now automatically handles the directories under PREFIX and will
automatically remove them as needed.
- New @dir keyword has been introduce to handle special directory handling:
+ The @dir keyword has been introduced to handle special directory handling:
- directories with special credentials
- empty directories
- directories out of PREFIX
- As a consequence @dirrm and @dirrmtry are now consider as deprecated.
+ As a consequence @dirrm and @dirrmtry are now considered deprecated.
Credentials can now be passed in arguments to keywords (empty keyword means
file):
@(user,group,mode) file1
@dir(user,group,mode) directory_with_special_credential
- PLIST_DIRSTRY is now considered as deprecated, PLIST_DIRS should be used
+ PLIST_DIRSTRY is now considered deprecated, PLIST_DIRS should be used
instead.
20140917: