Date: Fri, 31 Oct 2014 23:37:22 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371963 - head/net/crtmpserver Message-ID: <201410312337.s9VNbMbD034921@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410312337.s9VNbMbD034921>