diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2021-03-28 06:18:28 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2021-03-28 06:18:28 +0800 |
commit | 0c5383c3b0965c6a5296d49f25dfbcfce20282ac (patch) | |
tree | da5afe24046247a5378ea9aaf4ff035942bbbefe /CHANGES | |
parent | 0d7758a45b84705574470441d20fe52ebcb14f7f (diff) | |
download | freebsd-ports-gnome-0c5383c3b0965c6a5296d49f25dfbcfce20282ac.tar.gz freebsd-ports-gnome-0c5383c3b0965c6a5296d49f25dfbcfce20282ac.tar.zst freebsd-ports-gnome-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
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |