ports/169334: [patch] Update www/py-graphite-web to 0.9.10

Brad Davis brd at FreeBSD.org
Fri Jun 22 21:50:08 UTC 2012


>Number:         169334
>Category:       ports
>Synopsis:       [patch] Update www/py-graphite-web to 0.9.10
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 22 21:50:07 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Brad Davis
>Release:        FreeBSD 8.2-RELEASE-p3 i386
>Organization:
>Environment:
System: FreeBSD valentine.den.so14k.com 8.2-RELEASE-p3 FreeBSD 8.2-RELEASE-p3 #0: Tue Sep 27 18:07:27 UTC 2011 root at i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	Update www/py-graphite-web to 0.9.10
>How-To-Repeat:
	
>Fix:

	

--- patch-py-graphite-web.diff begins here ---
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',
--- patch-py-graphite-web.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list