diff options
author | bapt <bapt@FreeBSD.org> | 2014-09-22 16:28:30 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-09-22 16:28:30 +0800 |
commit | 19ead4095cbe816fb24d41384bc7f18a0ccc97ac (patch) | |
tree | 426c5ac8e34d8f9b1ff8cf95c60adeef22776ae8 /CHANGES | |
parent | 5e26da68d1ceb855e491d2d114973f6c4fdbbdfa (diff) | |
download | freebsd-ports-gnome-19ead4095cbe816fb24d41384bc7f18a0ccc97ac.tar.gz freebsd-ports-gnome-19ead4095cbe816fb24d41384bc7f18a0ccc97ac.tar.zst freebsd-ports-gnome-19ead4095cbe816fb24d41384bc7f18a0ccc97ac.zip |
Document recent changes in plist handling
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -10,6 +10,25 @@ in the release notes and/or placed into UPDATING. 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 + automatically remove them as needed. + New @dir keyword has been introduce 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. + + 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 + instead. + 20140917: AUTHOR: tijl@FreeBSD.org |