From owner-svn-ports-all@FreeBSD.ORG Thu May 14 01:48:28 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0599B6FC; Thu, 14 May 2015 01:48:28 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E7A1A15CA; Thu, 14 May 2015 01:48:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4E1mRHL054984; Thu, 14 May 2015 01:48:27 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4E1mR3R054983; Thu, 14 May 2015 01:48:27 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505140148.t4E1mR3R054983@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 14 May 2015 01:48:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386289 - head/multimedia/vdr-plugin-iptv X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 May 2015 01:48:28 -0000 Author: amdmi3 Date: Thu May 14 01:48:27 2015 New Revision: 386289 URL: https://svnweb.freebsd.org/changeset/ports/386289 Log: - Drop @dirrm* from plist - Switch to @sample Approved by: portmgr blanket Modified: head/multimedia/vdr-plugin-iptv/pkg-plist Modified: head/multimedia/vdr-plugin-iptv/pkg-plist ============================================================================== --- head/multimedia/vdr-plugin-iptv/pkg-plist Thu May 14 01:47:41 2015 (r386288) +++ head/multimedia/vdr-plugin-iptv/pkg-plist Thu May 14 01:48:27 2015 (r386289) @@ -1,25 +1,11 @@ lib/vdr/libvdr-iptv.so.%%APIVERSION%% -@unexec if cmp -s %D/etc/vdr/plugins/iptv/image.sh.sample %D/etc/vdr/plugins/iptv/image.sh; then rm -f %D/etc/vdr/plugins/iptv/image.sh; fi -etc/vdr/plugins/iptv/image.sh.sample -@exec if [ ! -f %D/etc/vdr/plugins/iptv/image.sh ] ; then cp -p %D/%F %B/image.sh; fi -@unexec if cmp -s %D/etc/vdr/plugins/iptv/internetradio.sh.sample %D/etc/vdr/plugins/iptv/internetradio.sh; then rm -f %D/etc/vdr/plugins/iptv/internetradio.sh; fi -etc/vdr/plugins/iptv/internetradio.sh.sample -@exec if [ ! -f %D/etc/vdr/plugins/iptv/internetradio.sh ] ; then cp -p %D/%F %B/internetradio.sh; fi -@unexec if cmp -s %D/etc/vdr/plugins/iptv/iptvstream-notrap.sh.sample %D/etc/vdr/plugins/iptv/iptvstream-notrap.sh; then rm -f %D/etc/vdr/plugins/iptv/iptvstream-notrap.sh; fi -etc/vdr/plugins/iptv/iptvstream-notrap.sh.sample -@exec if [ ! -f %D/etc/vdr/plugins/iptv/iptvstream-notrap.sh ] ; then cp -p %D/%F %B/iptvstream-notrap.sh; fi -@unexec if cmp -s %D/etc/vdr/plugins/iptv/iptvstream.sh.sample %D/etc/vdr/plugins/iptv/iptvstream.sh; then rm -f %D/etc/vdr/plugins/iptv/iptvstream.sh; fi -etc/vdr/plugins/iptv/iptvstream.sh.sample -@exec if [ ! -f %D/etc/vdr/plugins/iptv/iptvstream.sh ] ; then cp -p %D/%F %B/iptvstream.sh; fi -@unexec if cmp -s %D/etc/vdr/plugins/iptv/linein.sh.sample %D/etc/vdr/plugins/iptv/linein.sh; then rm -f %D/etc/vdr/plugins/iptv/linein.sh; fi -etc/vdr/plugins/iptv/linein.sh.sample -@exec if [ ! -f %D/etc/vdr/plugins/iptv/linein.sh ] ; then cp -p %D/%F %B/linein.sh; fi -@unexec if cmp -s %D/etc/vdr/plugins/iptv/vlc2iptv.sample %D/etc/vdr/plugins/iptv/vlc2iptv; then rm -f %D/etc/vdr/plugins/iptv/vlc2iptv; fi -etc/vdr/plugins/iptv/vlc2iptv.sample -@exec if [ ! -f %D/etc/vdr/plugins/iptv/vlc2iptv ] ; then cp -p %D/%F %B/vlc2iptv; fi -@unexec if cmp -s %D/etc/vdr/plugins/iptv/webcam.sh.sample %D/etc/vdr/plugins/iptv/webcam.sh; then rm -f %D/etc/vdr/plugins/iptv/webcam.sh; fi -etc/vdr/plugins/iptv/webcam.sh.sample -@exec if [ ! -f %D/etc/vdr/plugins/iptv/webcam.sh ] ; then cp -p %D/%F %B/webcam.sh; fi +@sample etc/vdr/plugins/iptv/image.sh.sample +@sample etc/vdr/plugins/iptv/internetradio.sh.sample +@sample etc/vdr/plugins/iptv/iptvstream-notrap.sh.sample +@sample etc/vdr/plugins/iptv/iptvstream.sh.sample +@sample etc/vdr/plugins/iptv/linein.sh.sample +@sample etc/vdr/plugins/iptv/vlc2iptv.sample +@sample etc/vdr/plugins/iptv/webcam.sh.sample etc/vdr/plugins/iptv/vlcinput/3Sat.conf etc/vdr/plugins/iptv/vlcinput/BBC-radio1.conf etc/vdr/plugins/iptv/vlcinput/BBC-radio1xtra.conf @@ -38,8 +24,6 @@ etc/vdr/plugins/iptv/vlcinput/NASA-500-K etc/vdr/plugins/iptv/vlcinput/NASA.conf etc/vdr/plugins/iptv/vlcinput/Sky-News.conf etc/vdr/plugins/iptv/vlcinput/THE_VOICE.conf -@dirrmtry etc/vdr/plugins/iptv/vlcinput -@dirrmtry etc/vdr/plugins/iptv %%NLS%%share/locale/de_DE/LC_MESSAGES/vdr-iptv.mo %%NLS%%share/locale/fi_FI/LC_MESSAGES/vdr-iptv.mo %%NLS%%share/locale/fr_FR/LC_MESSAGES/vdr-iptv.mo