Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144605247
D29426.1775706515.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
773 B
Referenced Files
None
Subscribers
None
D29426.1775706515.diff
View Options
Index: head/CHANGES
===================================================================
--- head/CHANGES
+++ head/CHANGES
@@ -26,6 +26,13 @@
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
Index: head/Keywords/touch.ucl
===================================================================
--- head/Keywords/touch.ucl
+++ head/Keywords/touch.ucl
@@ -0,0 +1,10 @@
+# $FreeBSD$
+#
+# MAINTAINER: portmgr@FreeBSD.org
+actions: []
+arguments: true
+post-install-lua: <<EOD
+ for i=1, #arg do
+ assert(io.open(pkg.prefixed_path(arg[i]), "a"):close())
+ end
+EOD
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 9, 3:48 AM (3 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28306140
Default Alt Text
D29426.1775706515.diff (773 B)
Attached To
Mode
D29426: Add a @touch to replace all the @exec touch
Attached
Detach File
Event Timeline
Log In to Comment