Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Mar 2021 22:09:13 +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: r569272 - head/Keywords
Message-ID:  <202103262209.12QM9DMQ090607@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Mar 26 22:09:12 2021
New Revision: 569272
URL: https://svnweb.freebsd.org/changeset/ports/569272

Log:
  The next version of pkg will stop hardcoding itself the @*exec keywords
  
  Move all those definitions into the in tree keywords

Added:
  head/Keywords/exec.ucl   (contents, props changed)
  head/Keywords/postexec.ucl   (contents, props changed)
  head/Keywords/postunexec.ucl   (contents, props changed)
  head/Keywords/preexec.ucl   (contents, props changed)
  head/Keywords/preunexec.ucl   (contents, props changed)
  head/Keywords/unexec.ucl   (contents, props changed)

Added: head/Keywords/exec.ucl
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/Keywords/exec.ucl	Fri Mar 26 22:09:12 2021	(r569272)
@@ -0,0 +1,11 @@
+# $FreeBSD$
+#
+# MAINTAINER:	portmgr@FreeBSD.org
+actions: []
+deprecated: true
+deprecation_message: <<EOM
+Use @preexec/@postexec instead
+EOM
+post-install: <<EOS
+%@
+EOS

Added: head/Keywords/postexec.ucl
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/Keywords/postexec.ucl	Fri Mar 26 22:09:12 2021	(r569272)
@@ -0,0 +1,7 @@
+# $FreeBSD$
+#
+# MAINTAINER:	portmgr@FreeBSD.org
+actions: []
+post-install: <<EOS
+%@
+EOS

Added: head/Keywords/postunexec.ucl
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/Keywords/postunexec.ucl	Fri Mar 26 22:09:12 2021	(r569272)
@@ -0,0 +1,7 @@
+# $FreeBSD$
+#
+# MAINTAINER:	portmgr@FreeBSD.org
+actions: []
+post-deinstall: <<EOS
+%@
+EOS

Added: head/Keywords/preexec.ucl
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/Keywords/preexec.ucl	Fri Mar 26 22:09:12 2021	(r569272)
@@ -0,0 +1,7 @@
+# $FreeBSD$
+#
+# MAINTAINER:	portmgr@FreeBSD.org
+actions: []
+pre-install: <<EOS
+%@
+EOS

Added: head/Keywords/preunexec.ucl
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/Keywords/preunexec.ucl	Fri Mar 26 22:09:12 2021	(r569272)
@@ -0,0 +1,7 @@
+# $FreeBSD$
+#
+# MAINTAINER:	portmgr@FreeBSD.org
+actions: []
+pre-deinstall: <<EOS
+%@
+EOS

Added: head/Keywords/unexec.ucl
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/Keywords/unexec.ucl	Fri Mar 26 22:09:12 2021	(r569272)
@@ -0,0 +1,11 @@
+# $FreeBSD$
+#
+# MAINTAINER:	portmgr@FreeBSD.org
+actions: []
+deprecated: true
+deprecation_message: <<EOM
+Use @preunexec/@postunexec instead
+EOM
+pre-deinstall: <<EOS
+%@
+EOS



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