From owner-svn-ports-all@freebsd.org Mon Feb 8 16:05:32 2021 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5AFA6538173; Mon, 8 Feb 2021 16:05:32 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DZ9q01y1fz4Rx1; Mon, 8 Feb 2021 16:05:32 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 31C6B1A6A3; Mon, 8 Feb 2021 16:05:32 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 118G5WWx054188; Mon, 8 Feb 2021 16:05:32 GMT (envelope-from crees@FreeBSD.org) Received: (from crees@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 118G5WWl054187; Mon, 8 Feb 2021 16:05:32 GMT (envelope-from crees@FreeBSD.org) Message-Id: <202102081605.118G5WWl054187@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: crees set sender to crees@FreeBSD.org using -f From: Chris Rees Date: Mon, 8 Feb 2021 16:05:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r564717 - head/audio/ampache X-SVN-Group: ports-head X-SVN-Commit-Author: crees X-SVN-Commit-Paths: head/audio/ampache X-SVN-Commit-Revision: 564717 X-SVN-Commit-Repository: ports 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.34 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: Mon, 08 Feb 2021 16:05:32 -0000 Author: crees Date: Mon Feb 8 16:05:31 2021 New Revision: 564717 URL: https://svnweb.freebsd.org/changeset/ports/564717 Log: audio/ampache: pkg-plist fix Solve the problem of root owned directories correctly No need for PORTREVISION bump as the change does not make a significant difference to the result. Modified: head/audio/ampache/pkg-plist Modified: head/audio/ampache/pkg-plist ============================================================================== --- head/audio/ampache/pkg-plist Mon Feb 8 16:01:19 2021 (r564716) +++ head/audio/ampache/pkg-plist Mon Feb 8 16:05:31 2021 (r564717) @@ -1,5 +1,7 @@ etc/periodic/daily/500.ampache-cron man/man1/ampache.1.gz +@owner %%WWWOWN%% +@group %%WWWGRP%% %%PORTDOCS%%%%DOCSDIR%%/ACKNOWLEDGEMENTS.md %%PORTDOCS%%%%DOCSDIR%%/API-JSON-methods.md %%PORTDOCS%%%%DOCSDIR%%/API-XML-methods.md @@ -7326,8 +7328,8 @@ man/man1/ampache.1.gz @dir %%WWWDIR%%/scripts/tests/lib/vendor/symfony/finder/Iterator @dir %%WWWDIR%%/scripts/tests/lib/vendor/tightenco/collect/src/Illuminate/Support @dir %%WWWDIR%%/scripts/tests/lib/vendor/tightenco/collect/tests/Support +@dir %%WWWDIR%%/config @sample %%WWWDIR%%/channel/.htaccess.dist %%WWWDIR%%/channel/.htaccess @sample %%WWWDIR%%/play/.htaccess.dist %%WWWDIR%%/play/.htaccess @sample %%WWWDIR%%/rest/.htaccess.dist %%WWWDIR%%/rest/.htaccess @sample %%WWWDIR%%/config/registration_agreement.php.dist %%WWWDIR%%/config/registration_agreement.php -@postexec chown -R %%WWWOWN%%:%%WWWGRP%% %D/%%WWWDIR%%