svn commit: r368825 - head
Baptiste Daroussin
bapt at FreeBSD.org
Mon Sep 22 08:28:31 UTC 2014
Author: bapt
Date: Mon Sep 22 08:28:30 2014
New Revision: 368825
URL: http://svnweb.freebsd.org/changeset/ports/368825
QAT: https://qat.redports.org/buildarchive/r368825/
Log:
Document recent changes in plist handling
Modified:
head/CHANGES
Modified: head/CHANGES
==============================================================================
--- head/CHANGES Mon Sep 22 08:16:39 2014 (r368824)
+++ head/CHANGES Mon Sep 22 08:28:30 2014 (r368825)
@@ -10,6 +10,25 @@ in the release notes and/or placed into
All ports committers are allowed to commit to this file.
+20140922:
+AUTHOR: bapt at 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 at FreeBSD.org
More information about the svn-ports-all
mailing list