diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-22 08:28:30 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-22 08:28:30 +0000 |
commit | f03882a6d1fc64bd57fd8a80df95496e016e629b (patch) | |
tree | 426c5ac8e34d8f9b1ff8cf95c60adeef22776ae8 /CHANGES | |
parent | 8cc0980846176d256d0022bf58a2add1bf30a365 (diff) | |
download | ports-f03882a6d1fc64bd57fd8a80df95496e016e629b.tar.gz ports-f03882a6d1fc64bd57fd8a80df95496e016e629b.zip |
Notes
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 |