From owner-svn-ports-head@FreeBSD.ORG Fri Oct 31 23:37:22 2014 Return-Path: Delivered-To: svn-ports-head@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 EB3348C9; Fri, 31 Oct 2014 23:37:22 +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 BE1DB5FF; Fri, 31 Oct 2014 23:37:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9VNbMcq034922; Fri, 31 Oct 2014 23:37:22 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9VNbMbD034921; Fri, 31 Oct 2014 23:37:22 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201410312337.s9VNbMbD034921@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Fri, 31 Oct 2014 23:37:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371963 - head/net/crtmpserver 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.18-1 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, 31 Oct 2014 23:37:23 -0000 Author: bapt Date: Fri Oct 31 23:37:22 2014 New Revision: 371963 URL: https://svnweb.freebsd.org/changeset/ports/371963 QAT: https://qat.redports.org/buildarchive/r371963/ Log: Simplify plist Modified: head/net/crtmpserver/pkg-plist Modified: head/net/crtmpserver/pkg-plist ============================================================================== --- head/net/crtmpserver/pkg-plist Fri Oct 31 23:29:54 2014 (r371962) +++ head/net/crtmpserver/pkg-plist Fri Oct 31 23:37:22 2014 (r371963) @@ -1,9 +1,5 @@ -@unexec if cmp -s %D/etc/crtmpserver.lua.sample %D/etc/crtmpserver.lua; then rm -f %D/etc/crtmpserver.lua; fi -etc/crtmpserver.lua.sample -@exec if [ ! -f %D/etc/crtmpserver.lua ] ; then cp -p %D/%F %B/crtmpserver.lua; fi -@unexec if cmp -s %D/etc/crtmpserver.all.lua.sample %D/etc/crtmpserver.all.lua; then rm -f %D/etc/crtmpserver.all.lua; fi -etc/crtmpserver.all.lua.sample -@exec if [ ! -f %D/etc/crtmpserver.all.lua ] ; then cp -p %D/%F %B/crtmpserver.all.lua; fi +@sample etc/crtmpserver.lua.sample +@sample etc/crtmpserver.all.lua.sample lib/crtmpserver/libtinyxml.so lib/crtmpserver/libcommon.so lib/crtmpserver/libthelib.so @@ -16,19 +12,5 @@ lib/crtmpserver/applications/proxypublis lib/crtmpserver/applications/stresstest/libstresstest.so man/man1/crtmpserver.1.gz sbin/crtmpserver -@dirrmtry lib/crtmpserver/applications/flvplayback -@dirrmtry lib/crtmpserver/applications/appselector -@dirrmtry lib/crtmpserver/applications/samplefactory -@dirrmtry lib/crtmpserver/applications/vptests -@dirrmtry lib/crtmpserver/applications/admin -@dirrmtry lib/crtmpserver/applications/proxypublish -@dirrmtry lib/crtmpserver/applications/stresstest -@dirrmtry lib/crtmpserver/applications -@dirrmtry lib/crtmpserver -@exec /bin/mkdir -p %D/var/log/crtmpserver -@exec /bin/mkdir -p %D/var/crtmpserver/media -@dirrmtry var/log/crtmpserver -@dirrmtry var/log -@dirrmtry var/crtmpserver/media -@dirrmtry var/crtmpserver -@dirrmtry var +@dir var/log/crtmpserver +@dir var/crtmpserver/media