svn commit: r397911 - head
Bryan Drewery
bdrewery at FreeBSD.org
Mon Oct 5 22:32:01 UTC 2015
On 9/25/2015 5:17 PM, Baptiste Daroussin wrote:
> Author: bapt
> Date: Sat Sep 26 00:17:08 2015
> New Revision: 397911
> URL: https://svnweb.freebsd.org/changeset/ports/397911
>
> Log:
> Document @{pre,post}[un]exec in CHANGES
>
> Modified:
> head/CHANGES
>
> Modified: head/CHANGES
> ==============================================================================
> --- head/CHANGES Sat Sep 26 00:11:29 2015 (r397910)
> +++ head/CHANGES Sat Sep 26 00:17:08 2015 (r397911)
> @@ -10,6 +10,18 @@ in the release notes and/or placed into
>
> All ports committers are allowed to commit to this file.
>
> +20150926
> +AUTHOR: bapt at 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 at FreeBSD.org
>
>
commit 9ffb1c5608740751493478c1e305519e272a7ef2
Author: Baptiste Daroussin <bapt at FreeBSD.org>
Date: Tue Oct 7 18:38:06 2014 +0200
Add @{pre,post}[un]exec counter parts to @[un]exec
~/git/pkgng # git describe --tags 9ffb1c560
1.3.0.rc4-561-g9ffb1c5
Doesn't this mean it was in 1.3.0 and that we don't need the 1.6.0
minimal pkg version requirement?
--
Regards,
Bryan Drewery
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20151005/78b2d052/attachment.bin>
More information about the svn-ports-head
mailing list