aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2020-10-22 08:22:21 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2020-10-22 08:22:21 +0000
commit445c660582beb55ab0e91b2f55f064e4048fcfc6 (patch)
treedf014136803bbc2d5f9895d41dd46af54b731fa2 /CHANGES
parent45193bf2af2db709b1c3998ddc0cdf1e744d5f94 (diff)
downloadports-445c660582beb55ab0e91b2f55f064e4048fcfc6.tar.gz
ports-445c660582beb55ab0e91b2f55f064e4048fcfc6.zip
Document the addition of @rmempty
Notes
Notes: svn path=/head/; revision=552944
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 35d684326e97..11d5fd8800f7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -13,6 +13,15 @@ All ports committers are allowed to commit to this file.
20201022:
AUTHOR: bapt@FreeBSD.org
+ New @rmempty keyword
+ Its purpose is to delete empty files at deinstallation time. It is meant
+ to be used for generated files/untracked by the package manager files.
+
+ It respects rootdir
+
+20201022:
+AUTHOR: bapt@FreeBSD.org
+
@shell has been rewritten in lua
It provide the exact same feature as the previous version but it is now
sandboxed ans is rootdir compliant (see pkg -r option)