aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-09-26 00:17:08 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-09-26 00:17:08 +0000
commit3b24535f04d514dbb4278dc9838ef4d17ca252d5 (patch)
tree4ea48399f135ada85635fe8c9f6227bed1f33723 /CHANGES
parent55fd615a28c4998e772c3766ebd556b9825f6a6e (diff)
downloadports-3b24535f04d514dbb4278dc9838ef4d17ca252d5.tar.gz
ports-3b24535f04d514dbb4278dc9838ef4d17ca252d5.zip
Document @{pre,post}[un]exec in CHANGES
Notes
Notes: svn path=/head/; revision=397911
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ef889c4e4e5e..408720099902 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,18 @@ in the release notes and/or placed into UPDATING.
All ports committers are allowed to commit to this file.
+20150926
+AUTHOR: bapt@FreeBSD.org
+
+ New keywords are supported in pkg since 1.5.x:
+ @preexec <command>: execute the <command> during pre-install scripts
+ @postexec <command>: execute the <command> during post-install scripts
+ @preunexec <command>: execute the <command> during pre-deinstall scripts
+ @postunexec <command>: execute the <command> during post-deinstall scripts
+
+ @exec does not specify when if should be executed and is now considered as
+ deprecated.
+
20150914:
AUTHOR: mat@FreeBSD.org