svn commit: r569274 - head/Keywords

Baptiste Daroussin bapt at FreeBSD.org
Fri Mar 26 22:43:00 UTC 2021


Author: bapt
Date: Fri Mar 26 22:42:59 2021
New Revision: 569274
URL: https://svnweb.freebsd.org/changeset/ports/569274

Log:
  tell pkg to format the @*exec arguments using the espace sequences

Modified:
  head/Keywords/exec.ucl
  head/Keywords/postexec.ucl
  head/Keywords/postunexec.ucl
  head/Keywords/preexec.ucl
  head/Keywords/preunexec.ucl
  head/Keywords/unexec.ucl

Modified: head/Keywords/exec.ucl
==============================================================================
--- head/Keywords/exec.ucl	Fri Mar 26 22:25:51 2021	(r569273)
+++ head/Keywords/exec.ucl	Fri Mar 26 22:42:59 2021	(r569274)
@@ -6,6 +6,7 @@ deprecated: true
 deprecation_message: <<EOM
 Use @preexec/@postexec instead
 EOM
+preformat_arguments: true
 post-install: <<EOS
 %@
 EOS

Modified: head/Keywords/postexec.ucl
==============================================================================
--- head/Keywords/postexec.ucl	Fri Mar 26 22:25:51 2021	(r569273)
+++ head/Keywords/postexec.ucl	Fri Mar 26 22:42:59 2021	(r569274)
@@ -2,6 +2,7 @@
 #
 # MAINTAINER:	portmgr at FreeBSD.org
 actions: []
+preformat_arguments: true
 post-install: <<EOS
 %@
 EOS

Modified: head/Keywords/postunexec.ucl
==============================================================================
--- head/Keywords/postunexec.ucl	Fri Mar 26 22:25:51 2021	(r569273)
+++ head/Keywords/postunexec.ucl	Fri Mar 26 22:42:59 2021	(r569274)
@@ -2,6 +2,7 @@
 #
 # MAINTAINER:	portmgr at FreeBSD.org
 actions: []
+preformat_arguments: true
 post-deinstall: <<EOS
 %@
 EOS

Modified: head/Keywords/preexec.ucl
==============================================================================
--- head/Keywords/preexec.ucl	Fri Mar 26 22:25:51 2021	(r569273)
+++ head/Keywords/preexec.ucl	Fri Mar 26 22:42:59 2021	(r569274)
@@ -2,6 +2,7 @@
 #
 # MAINTAINER:	portmgr at FreeBSD.org
 actions: []
+preformat_arguments: true
 pre-install: <<EOS
 %@
 EOS

Modified: head/Keywords/preunexec.ucl
==============================================================================
--- head/Keywords/preunexec.ucl	Fri Mar 26 22:25:51 2021	(r569273)
+++ head/Keywords/preunexec.ucl	Fri Mar 26 22:42:59 2021	(r569274)
@@ -2,6 +2,7 @@
 #
 # MAINTAINER:	portmgr at FreeBSD.org
 actions: []
+preformat_arguments: true
 pre-deinstall: <<EOS
 %@
 EOS

Modified: head/Keywords/unexec.ucl
==============================================================================
--- head/Keywords/unexec.ucl	Fri Mar 26 22:25:51 2021	(r569273)
+++ head/Keywords/unexec.ucl	Fri Mar 26 22:42:59 2021	(r569274)
@@ -6,6 +6,7 @@ deprecated: true
 deprecation_message: <<EOM
 Use @preunexec/@postunexec instead
 EOM
+preformat_arguments: true
 pre-deinstall: <<EOS
 %@
 EOS


More information about the svn-ports-head mailing list