svn commit: r552944 - head

Baptiste Daroussin bapt at FreeBSD.org
Thu Oct 22 08:22:22 UTC 2020


Author: bapt
Date: Thu Oct 22 08:22:21 2020
New Revision: 552944
URL: https://svnweb.freebsd.org/changeset/ports/552944

Log:
  Document the addition of @rmempty

Modified:
  head/CHANGES

Modified: head/CHANGES
==============================================================================
--- head/CHANGES	Thu Oct 22 08:20:07 2020	(r552943)
+++ head/CHANGES	Thu Oct 22 08:22:21 2020	(r552944)
@@ -13,6 +13,15 @@ All ports committers are allowed to commit to this fil
 20201022:
 AUTHOR: bapt at 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 at 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)


More information about the svn-ports-all mailing list