svn commit: r397911 - head

Baptiste Daroussin bapt at FreeBSD.org
Tue Oct 6 06:10:41 UTC 2015


On Mon, Oct 05, 2015 at 03:31:40PM -0700, Bryan Drewery wrote:
> 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?

The minimal requirements for pkg 1.6.0 is not due to @*exec

The minimal requirements on 1.6.0 is due to keywords with arguments it appeared
in 1.5 and received some fixes and extensions in 1.6.0

It is used in the new @sample for example

Best regards,
Bapt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20151006/b37476c4/attachment.bin>


More information about the svn-ports-head mailing list