From owner-svn-ports-head@FreeBSD.ORG Fri May 17 19:36:21 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 7F3BFF24; Fri, 17 May 2013 19:36:21 +0000 (UTC) (envelope-from nox@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 70D451EE; Fri, 17 May 2013 19:36:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4HJaLw9089978; Fri, 17 May 2013 19:36:21 GMT (envelope-from nox@svn.freebsd.org) Received: (from nox@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4HJaKbo089969; Fri, 17 May 2013 19:36:20 GMT (envelope-from nox@svn.freebsd.org) Message-Id: <201305171936.r4HJaKbo089969@svn.freebsd.org> From: Juergen Lock Date: Fri, 17 May 2013 19:36:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318399 - in head/multimedia: vdr-plugin-infosatepg vdr-plugin-osdteletext vdr-plugin-upnp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: Fri, 17 May 2013 19:36:21 -0000 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