aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-09-22 16:28:30 +0800
committerbapt <bapt@FreeBSD.org>2014-09-22 16:28:30 +0800
commit19ead4095cbe816fb24d41384bc7f18a0ccc97ac (patch)
tree426c5ac8e34d8f9b1ff8cf95c60adeef22776ae8 /CHANGES
parent5e26da68d1ceb855e491d2d114973f6c4fdbbdfa (diff)
downloadfreebsd-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--CHANGES19
1 files changed, 19 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c58d2f2ab9dd..111498509e58 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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