svn commit: r564717 - head/audio/ampache
Chris Rees
crees at FreeBSD.org
Mon Feb 8 16:05:32 UTC 2021
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
+ at owner %%WWWOWN%%
+ at 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
+ at 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
- at postexec chown -R %%WWWOWN%%:%%WWWGRP%% %D/%%WWWDIR%%
More information about the svn-ports-all
mailing list