svn commit: r416738 - head/multimedia/plexmediaserver

Mark Felder feld at FreeBSD.org
Sat Jun 11 18:37:29 UTC 2016


Author: feld
Date: Sat Jun 11 18:37:27 2016
New Revision: 416738
URL: https://svnweb.freebsd.org/changeset/ports/416738

Log:
  multimedia/plexmediaserver: Fix database file permissions
  
  On a clean install this file is copied to the PLEXDATA dir. If it's not
  writable the clean install won't start.
  
  This only affects new/clean installs and is minor fallout from my earlier
  changes today.

Modified:
  head/multimedia/plexmediaserver/pkg-plist

Modified: head/multimedia/plexmediaserver/pkg-plist
==============================================================================
--- head/multimedia/plexmediaserver/pkg-plist	Sat Jun 11 18:01:17 2016	(r416737)
+++ head/multimedia/plexmediaserver/pkg-plist	Sat Jun 11 18:37:27 2016	(r416738)
@@ -2737,7 +2737,9 @@
 %%DATADIR%%/Resources/Python/lib/python2.7/zipfile.py
 %%DATADIR%%/Resources/cacert.pem
 %%DATADIR%%/Resources/clientaccesspolicy.xml
+ at mode 644
 %%DATADIR%%/Resources/com.plexapp.plugins.library.db
+ at mode
 %%DATADIR%%/Resources/crossdomain.xml
 %%DATADIR%%/Resources/dh512.pem
 %%DATADIR%%/Resources/distribution.txt


More information about the svn-ports-head mailing list