Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Feb 2021 16:05:32 +0000 (UTC)
From:      Chris Rees <crees@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r564717 - head/audio/ampache
Message-ID:  <202102081605.118G5WWl054187@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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%%



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102081605.118G5WWl054187>