aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorrakuco <rakuco@FreeBSD.org>2014-09-24 19:52:18 +0800
committerrakuco <rakuco@FreeBSD.org>2014-09-24 19:52:18 +0800
commit2d9816849203943f531f8b875e3c9429f388de0a (patch)
treeb222dc0d2b48c4b301a2bc1bc37700ce3a065e00 /CHANGES
parent78151e59d47cd94bda8b50ab9f8e66037a69171d (diff)
downloadfreebsd-ports-gnome-2d9816849203943f531f8b875e3c9429f388de0a.tar.gz
freebsd-ports-gnome-2d9816849203943f531f8b875e3c9429f388de0a.tar.zst
freebsd-ports-gnome-2d9816849203943f531f8b875e3c9429f388de0a.zip
Proofread the 20140922 CHANGES entry.
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: