svn commit: r373846 - head/databases/pgbarman/files

Matthew Seaman matthew at FreeBSD.org
Wed Dec 3 17:10:22 UTC 2014


Author: matthew
Date: Wed Dec  3 17:10:21 2014
New Revision: 373846
URL: https://svnweb.freebsd.org/changeset/ports/373846
QAT: https://qat.redports.org/buildarchive/r373846/

Log:
  Ooops.  Replace the %%PREFIX%% special tokens accidentally lost during
  the previous update.

Modified:
  head/databases/pgbarman/files/patch-barman_config.py

Modified: head/databases/pgbarman/files/patch-barman_config.py
==============================================================================
--- head/databases/pgbarman/files/patch-barman_config.py	Wed Dec  3 17:05:04 2014	(r373845)
+++ head/databases/pgbarman/files/patch-barman_config.py	Wed Dec  3 17:10:21 2014	(r373846)
@@ -6,8 +6,8 @@
          '~/.barman.conf',
 -        '/etc/barman.conf',
 -        '/etc/barman/barman.conf',
-+        '/usr/local/etc/barman.conf',
-+        '/usr/local/etc/barman/barman.conf',
++        '%%PREFIX%%/etc/barman.conf',
++        '%%PREFIX%%/etc/barman/barman.conf',
      ]
  
      _QUOTE_RE = re.compile(r"""^(["'])(.*)\1$""")


More information about the svn-ports-head mailing list