svn commit: r569272 - head/Keywords

Baptiste Daroussin bapt at FreeBSD.org
Fri Mar 26 22:09:14 UTC 2021


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 at 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 at 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 at 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 at 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 at 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 at FreeBSD.org
+actions: []
+deprecated: true
+deprecation_message: <<EOM
+Use @preunexec/@postunexec instead
+EOM
+pre-deinstall: <<EOS
+%@
+EOS


More information about the svn-ports-head mailing list