From owner-svn-ports-head@FreeBSD.ORG Sat May 18 14:33:08 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 AA03F116; Sat, 18 May 2013 14:33:08 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-ie0-x235.google.com (mail-ie0-x235.google.com [IPv6:2607:f8b0:4001:c03::235]) by mx1.freebsd.org (Postfix) with ESMTP id 61F1F31C; Sat, 18 May 2013 14:33:08 +0000 (UTC) Received: by mail-ie0-f181.google.com with SMTP id x12so10856422ief.26 for ; Sat, 18 May 2013 07:33:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=72TH4xLffpzd6eoEIK6DDjd2p23r3S7en0Em3W1+nP8=; b=NjV95voWcv5lc61ayV0PpMh1Jp0RJXajArC7yw34HQLyY20SX19b1IWrQ9ZcvsQBtU 9gfWZNEGLJDMoMtF78XKdQPM3pB3X6/L+CaWn6mPAmwl6IUqomVfDFvo6cT09OTufQkW JYRjsY0xvWNWENPpu6m6UZetF4dnrvYxuI8N0NLqcWM19TZL/BWbO1PU/PzYVnDs7TD5 JtGOqYUeaOeWADRiM608gYbgUmiuT74LVE3O4uTjsoY3clN65g6dAjqNK5iaZ4vCWeaN 30Tv3BsRMPjAI6TZM6KX0Kw9OoICVFNRyHMZ0Z+XSnNr48ua+/ZA9fw8ORrxiUEAodE0 O9Rg== MIME-Version: 1.0 X-Received: by 10.50.77.33 with SMTP id p1mr1182870igw.36.1368887588060; Sat, 18 May 2013 07:33:08 -0700 (PDT) Received: by 10.64.77.51 with HTTP; Sat, 18 May 2013 07:33:07 -0700 (PDT) Received: by 10.64.77.51 with HTTP; Sat, 18 May 2013 07:33:07 -0700 (PDT) In-Reply-To: <201305171936.r4HJaKbo089969@svn.freebsd.org> References: <201305171936.r4HJaKbo089969@svn.freebsd.org> Date: Sat, 18 May 2013 15:33:07 +0100 Message-ID: Subject: Re: svn commit: r318399 - in head/multimedia: vdr-plugin-infosatepg vdr-plugin-osdteletext vdr-plugin-upnp From: Chris Rees To: Juergen Lock Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: svn-ports-head@freebsd.org, 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:33:08 -0000 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) > > Modified: head/multimedia/vdr-plugin-infosatepg/Makefile > ============================================================================== > --- head/multimedia/vdr-plugin-infosatepg/Makefile Fri May 17 19:28:04 2013 (r318398) > +++ head/multimedia/vdr-plugin-infosatepg/Makefile Fri May 17 19:36:19 2013 (r318399) > @@ -3,7 +3,7 @@ > > PORTNAME= vdr-plugin-infosatepg > PORTVERSION= 0.0.11 > -PORTREVISION= 15 > +PORTREVISION= 16 > CATEGORIES= multimedia > MASTER_SITES= http://projects.vdr-developer.org/attachments/download/342/ > DISTNAME= ${PORTNAME:S/-plugin-/-/}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} > > Modified: head/multimedia/vdr-plugin-infosatepg/pkg-plist > ============================================================================== > --- head/multimedia/vdr-plugin-infosatepg/pkg-plist Fri May 17 19:28:04 2013 (r318398) > +++ head/multimedia/vdr-plugin-infosatepg/pkg-plist Fri May 17 19:36:19 2013 (r318399) > @@ -2,3 +2,5 @@ lib/vdr/libvdr-infosatepg.so.%%APIVERSIO > @exec /usr/bin/install -o %%VDR_USER%% -g %%VDR_GROUP%% -d /var/cache/vdr/infosatepg > %%NLS%%share/locale/de_DE/LC_MESSAGES/vdr-infosatepg.mo > %%NLS%%share/locale/it_IT/LC_MESSAGES/vdr-infosatepg.mo > +@dirrmtry /var/cache/vdr/infosatepg > +@dirrmtry /var/cache/vdr > > Modified: head/multimedia/vdr-plugin-osdteletext/Makefile > ============================================================================== > --- head/multimedia/vdr-plugin-osdteletext/Makefile Fri May 17 19:28:04 2013 (r318398) > +++ head/multimedia/vdr-plugin-osdteletext/Makefile Fri May 17 19:36:19 2013 (r318399) > @@ -1,13 +1,9 @@ > -# New ports collection makefile for: vdr-plugin-osdteletext > -# Date created: Wed Apr 14 18:11:42 CEST 2010 > -# Whom: Juergen Lock > -# > +# Created by: Juergen Lock > # $FreeBSD$ > -# > > PORTNAME= vdr-plugin-osdteletext > PORTVERSION= 0.9.2 > -PORTREVISION= 2 > +PORTREVISION= 3 > CATEGORIES= multimedia > MASTER_SITES= http://projects.vdr-developer.org/attachments/download/899/ > DISTNAME= ${PORTNAME:S/-plugin-/-/}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} > > Modified: head/multimedia/vdr-plugin-osdteletext/pkg-plist > ============================================================================== > --- head/multimedia/vdr-plugin-osdteletext/pkg-plist Fri May 17 19:28:04 2013 (r318398) > +++ head/multimedia/vdr-plugin-osdteletext/pkg-plist Fri May 17 19:36:19 2013 (r318399) > @@ -10,3 +10,5 @@ lib/vdr/libvdr-osdteletext.so.%%APIVERSI > %%NLS%%share/locale/ru_RU/LC_MESSAGES/vdr-osdteletext.mo > %%NLS%%share/locale/sk_SK/LC_MESSAGES/vdr-osdteletext.mo > %%NLS%%share/locale/uk_UA/LC_MESSAGES/vdr-osdteletext.mo > +@dirrmtry /var/cache/vdr/vtx > +@dirrmtry /var/cache/vdr > > Modified: head/multimedia/vdr-plugin-upnp/Makefile > ============================================================================== > --- head/multimedia/vdr-plugin-upnp/Makefile Fri May 17 19:28:04 2013 (r318398) > +++ head/multimedia/vdr-plugin-upnp/Makefile Fri May 17 19:36:19 2013 (r318399) > @@ -3,7 +3,7 @@ > > PORTNAME= vdr-plugin-upnp > PORTVERSION= 0.0.2a2 > -PORTREVISION= 19 > +PORTREVISION= 20 > CATEGORIES= multimedia > MASTER_SITES= http://projects.vdr-developer.org/attachments/download/177/ > DISTNAME= ${PORTNAME:S/-plugin-/-/}-${DISTVERSIONPREFIX}${DISTVERSION:S/a/-alpha/}${DISTVERSIONSUFFIX} > > Modified: head/multimedia/vdr-plugin-upnp/pkg-plist > ============================================================================== > --- 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. Chris