aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2021-03-27 22:18:28 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2021-03-27 22:18:28 +0000
commit0c5383c3b0965c6a5296d49f25dfbcfce20282ac (patch)
treeda5afe24046247a5378ea9aaf4ff035942bbbefe /CHANGES
parent0d7758a45b84705574470441d20fe52ebcb14f7f (diff)
downloadports-0c5383c3b0965c6a5296d49f25dfbcfce20282ac.tar.gz
ports-0c5383c3b0965c6a5296d49f25dfbcfce20282ac.zip
Add a new @touch keyword
it takes 1 pr N arguments, it creates each of the said files if they do not exist yet As it is using lua, it means it has the bonus of being cross installable, rootdir friendly and sandboxed. Reviewed by: mat, manu Differential Revision: https://reviews.freebsd.org/D29426
Notes
Notes: svn path=/head/; revision=569361
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 0d64be35d65b..2c32c45497b8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -26,6 +26,13 @@ AUTHOR: gnome@FreeBSD.org
DEFAULT_VERSIONS+=librsvg2=legacy
+20210327;
+AUTHOR: bapt@FreeBSD.org
+
+ New @touch keyword
+ Its purpose is to ensure that a file is being created at install time
+ while not necessary tracked by the package.
+
20201120:
AUTHOR: pauamma@gundo.com