Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Mar 2021 22:42:59 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r569274 - head/Keywords
Message-ID:  <202103262242.12QMgxub014835@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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@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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103262242.12QMgxub014835>