svn commit: r318399 - in head/multimedia: vdr-plugin-infosatepg vdr-plugin-osdteletext vdr-plugin-upnp

Juergen Lock nox at jelal.kn-bremen.de
Sat May 18 14:59:16 UTC 2013


On Sat, May 18, 2013 at 03:33:07PM +0100, Chris Rees wrote:
> On 17 May 2013 20:36, "Juergen Lock" <nox at freebsd.org> wrote:
> >
> > Author: nox
> > Date: Fri May 17 19:36:19 2013
> > New Revision: 318399
> > URL: http://svnweb.freebsd.org/changeset/ports/318399
> >
> > Log:
> >   - Fix plists now that we care about dirs below /var .
> >     (We still don't delete runtime data files the ports may have created
> >     there, should we?)
> >   - Bump PORTREVISIONs.
> >
> >   Submitted by: 91amd64-exp-run via miwi
> >
> > Modified:
> >   head/multimedia/vdr-plugin-infosatepg/Makefile
> >   head/multimedia/vdr-plugin-infosatepg/pkg-plist   (contents, props
> changed)
> >   head/multimedia/vdr-plugin-osdteletext/Makefile
> >   head/multimedia/vdr-plugin-osdteletext/pkg-plist   (contents, props
> changed)
> >   head/multimedia/vdr-plugin-upnp/Makefile
> >   head/multimedia/vdr-plugin-upnp/pkg-plist   (contents, props changed)
> >
> > [...]

> ==============================================================================
> > --- head/multimedia/vdr-plugin-upnp/pkg-plist   Fri May 17 19:28:04 2013
>        (r318398)
> > +++ head/multimedia/vdr-plugin-upnp/pkg-plist   Fri May 17 19:36:19 2013
>        (r318399)
> > @@ -13,3 +13,5 @@ etc/vdr/plugins/upnp/http/xml/cms_scpd.x
> >  %%NLS%%share/locale/de-DE/LC_MESSAGES/vdr-upnp.mo
> >  %%NLS%%@dirrmtry share/locale/de-DE/LC_MESSAGES
> >  %%NLS%%@dirrmtry share/locale/de-DE
> > + at dirrmtry /var/cache/vdr/upnp
> > + at dirrmtry /var/cache/vdr
> >
> 
> You should probably use
> 
> @cwd /var
> @dirrmtry cache/vdr/upnp
> 
> Etc here.  The dirrm stuff is relative to %D, which is set by @cwd or @cd.
> 
Yes I fixed that in a followup commit.  (I was confused by the
buildlog that showed @dirrm with absolute paths.)

	Juergen


More information about the svn-ports-all mailing list