From 3a5eb3a413752d14146ddf4261d955a9c953ce63 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Wed, 4 Jul 2012 08:39:01 +0000 Subject: - Update to 0.9.10 - While I'm here: - Update MASTER_SITES and WWW - Do not use 'cp -r' which is strongly discouraged - Pet portlint Changes: http://graphite.wikidot.com/ PR: ports/169334 Submitted by: Brad Davis Approved by: Dan Rowe (maintainer) --- www/py-graphite-web/files/patch-setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'www/py-graphite-web/files/patch-setup.py') diff --git a/www/py-graphite-web/files/patch-setup.py b/www/py-graphite-web/files/patch-setup.py index 3068e6dd7092..49be68cdb418 100644 --- a/www/py-graphite-web/files/patch-setup.py +++ b/www/py-graphite-web/files/patch-setup.py @@ -1,9 +1,9 @@ ---- setup.py.orig 2011-04-03 22:20:03.000000000 -0400 -+++ setup.py 2011-05-24 11:48:33.000000000 -0400 +--- setup.py.ori 2012-06-21 15:38:54.044808453 -0700 ++++ setup.py 2012-06-21 15:41:16.067809618 -0700 @@ -15,11 +15,11 @@ storage_dirs = [] - for subdir in ('whisper', 'lists', 'rrd', 'log', 'log/webapp'): + for subdir in ('whisper', 'rrd', 'log', 'log/webapp'): - storage_dirs.append( ('storage/%s' % subdir, []) ) + storage_dirs.append( ('graphite/storage/%s' % subdir, []) ) @@ -20,6 +20,6 @@ -conf_files = [ ('conf', glob('conf/*.example')) ] +conf_files = [ ('/usr/local/etc/graphite', glob('conf/*.example')) ] + examples = [ ('examples', glob('examples/example-*')) ] setup( - name='graphite-web', -- cgit v1.2.3