Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 May 2013 16:57:37 +0200
From:      Juergen Lock <nox@jelal.kn-bremen.de>
To:        Chris Rees <utisoft@gmail.com>
Cc:        svn-ports-head@freebsd.org, Juergen Lock <nox@freebsd.org>, svn-ports-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r318399 - in head/multimedia: vdr-plugin-infosatepg vdr-plugin-osdteletext vdr-plugin-upnp
Message-ID:  <20130518145737.GA33002@triton8.kn-bremen.de>
In-Reply-To: <CADLo83_Y-CRPQ0LiKMBKESeMwaf%2BBFeW56rfT%2BiLE3h93m2z7A@mail.gmail.com>
References:  <201305171936.r4HJaKbo089969@svn.freebsd.org> <CADLo83_Y-CRPQ0LiKMBKESeMwaf%2BBFeW56rfT%2BiLE3h93m2z7A@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, May 18, 2013 at 03:33:07PM +0100, Chris Rees wrote:
> On 17 May 2013 20:36, "Juergen Lock" <nox@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
> > +@dirrmtry /var/cache/vdr/upnp
> > +@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130518145737.GA33002>