From owner-svn-ports-head@FreeBSD.ORG Sat May 18 14:59:16 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9F86A5F8; Sat, 18 May 2013 14:59:16 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id 5E7B73F5; Sat, 18 May 2013 14:59:15 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 094521E007A1; Sat, 18 May 2013 16:59:14 +0200 (CEST) Received: from triton8.kn-bremen.de (noident@localhost [127.0.0.1]) by triton8.kn-bremen.de (8.14.5/8.14.4) with ESMTP id r4IEvbff033043; Sat, 18 May 2013 16:57:37 +0200 (CEST) (envelope-from nox@triton8.kn-bremen.de) Received: (from nox@localhost) by triton8.kn-bremen.de (8.14.5/8.14.3/Submit) id r4IEvbMm033042; Sat, 18 May 2013 16:57:37 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Sat, 18 May 2013 16:57:37 +0200 To: Chris Rees 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> References: <201305171936.r4HJaKbo089969@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, Juergen Lock , svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 May 2013 14:59:16 -0000 On Sat, May 18, 2013 at 03:33:07PM +0100, Chris Rees wrote: > On 17 May 2013 20:36, "Juergen Lock" 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