Date: Mon, 22 Sep 2014 08:28:30 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368825 - head Message-ID: <201409220828.s8M8SUi6031752@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409220828.s8M8SUi6031752>