FreeBSD Bugzilla – Attachment 125692 Details for
Bug 169334
[patch] Update www/py-graphite-web to 0.9.10
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch-py-graphite-web.diff
patch-py-graphite-web.diff (text/plain), 2.37 KB, created by
Brad Davis
on 2012-06-22 22:50:07 UTC
(
hide
)
Description:
patch-py-graphite-web.diff
Filename:
MIME Type:
Creator:
Brad Davis
Created:
2012-06-22 22:50:07 UTC
Size:
2.37 KB
patch
obsolete
>diff -ruN www/py-graphite-web.ori/Makefile www/py-graphite-web/Makefile >--- www/py-graphite-web.ori/Makefile 2012-06-21 15:33:56.925810697 -0700 >+++ www/py-graphite-web/Makefile 2012-06-21 16:38:44.590452834 -0700 >@@ -6,7 +6,7 @@ > # > > PORTNAME= graphite-web >-PORTVERSION= 0.9.9 >+PORTVERSION= 0.9.10 > PORTREVISION= 1 > CATEGORIES= www python > MASTER_SITES= http://launchpad.net/graphite/0.9/${PORTVERSION}/+download/ >@@ -17,7 +17,8 @@ > > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairo>=1.8.10:${PORTSDIR}/graphics/py-cairo \ > ${PYTHON_PKGNAMEPREFIX}django>=1.3.1:${PORTSDIR}/www/py-django \ >- ${PYTHON_PKGNAMEPREFIX}carbon>=0.9.9:${PORTSDIR}/databases/py-carbon >+ ${PYTHON_PKGNAMEPREFIX}carbon>=0.9.10:${PORTSDIR}/databases/py-carbon \ >+ ${PYTHON_PKGNAMEPREFIX}django-tagging>=0.3.1:${PORTSDIR}/www/py-django-tagging > BUILD_DEPENDS:= ${RUN_DEPENDS} > > USE_PYTHON= 2.6+ >diff -ruN www/py-graphite-web.ori/distinfo www/py-graphite-web/distinfo >--- www/py-graphite-web.ori/distinfo 2012-06-21 15:33:56.925810697 -0700 >+++ www/py-graphite-web/distinfo 2012-06-21 15:34:46.838808516 -0700 >@@ -1,2 +1,2 @@ >-SHA256 (graphite-web-0.9.9.tar.gz) = cc78bab7fb26b341a62bbc0360d675147d77cea3075eae16c65db3b63f502419 >-SIZE (graphite-web-0.9.9.tar.gz) = 2109863 >+SHA256 (graphite-web-0.9.10.tar.gz) = 4fd1d16cac3980fddc09dbf0a72243c7ae32444903258e1b65e28428a48948be >+SIZE (graphite-web-0.9.10.tar.gz) = 2117421 >diff -ruN www/py-graphite-web.ori/files/patch-setup.py www/py-graphite-web/files/patch-setup.py >--- www/py-graphite-web.ori/files/patch-setup.py 2012-06-21 15:33:56.925810697 -0700 >+++ www/py-graphite-web/files/patch-setup.py 2012-06-21 15:41:42.977809014 -0700 >@@ -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',
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 169334
: 125692