From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 22 21:50:08 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5B75E1065675 for ; Fri, 22 Jun 2012 21:50:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3117E8FC1C for ; Fri, 22 Jun 2012 21:50:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5MLo81A033164 for ; Fri, 22 Jun 2012 21:50:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5MLo8hW033163; Fri, 22 Jun 2012 21:50:08 GMT (envelope-from gnats) Resent-Date: Fri, 22 Jun 2012 21:50:08 GMT Resent-Message-Id: <201206222150.q5MLo8hW033163@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Brad Davis Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 623F21065670 for ; Fri, 22 Jun 2012 21:49:00 +0000 (UTC) (envelope-from brad@liquidneon.com) Received: from valentine.liquidneon.com (valentine.liquidneon.com [216.87.78.132]) by mx1.freebsd.org (Postfix) with ESMTP id 4A52F8FC23 for ; Fri, 22 Jun 2012 21:49:00 +0000 (UTC) Received: by valentine.liquidneon.com (Postfix, from userid 1001) id 5568A8FF07; Fri, 22 Jun 2012 15:48:54 -0600 (MDT) Message-Id: <20120622214854.5568A8FF07@valentine.liquidneon.com> Date: Fri, 22 Jun 2012 15:48:54 -0600 (MDT) From: Brad Davis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/169334: [patch] Update www/py-graphite-web to 0.9.10 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Brad Davis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jun 2012 21:50:08 -0000 >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@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: