From owner-svn-ports-all@FreeBSD.ORG Mon Sep 30 19:27:17 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 999BB9F8; Mon, 30 Sep 2013 19:27:17 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 78C2A2EE8; Mon, 30 Sep 2013 19:27:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8UJRHrF076070; Mon, 30 Sep 2013 19:27:17 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8UJRGv0076066; Mon, 30 Sep 2013 19:27:16 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201309301927.r8UJRGv0076066@svn.freebsd.org> From: Steve Wills Date: Mon, 30 Sep 2013 19:27:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328849 - in head/www/py-graphite-web: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Sep 2013 19:27:17 -0000 Author: swills Date: Mon Sep 30 19:27:16 2013 New Revision: 328849 URL: http://svnweb.freebsd.org/changeset/ports/328849 Log: - Update to 0.9.12 PR: ports/181453 Approved by: maintainer timeout (bsdports@wayfair.com, >3 weeks) Security: CVE-2013-5942 (vuxml entry on the way) Modified: head/www/py-graphite-web/Makefile (contents, props changed) head/www/py-graphite-web/distinfo (contents, props changed) head/www/py-graphite-web/files/patch-webapp-graphite-local__settings.py.example head/www/py-graphite-web/pkg-plist (contents, props changed) Modified: head/www/py-graphite-web/Makefile ============================================================================== --- head/www/py-graphite-web/Makefile Mon Sep 30 19:25:55 2013 (r328848) +++ head/www/py-graphite-web/Makefile Mon Sep 30 19:27:16 2013 (r328849) @@ -2,11 +2,9 @@ # $FreeBSD$ PORTNAME= graphite-web -PORTVERSION= 0.9.10 -PORTREVISION= 1 +PORTVERSION= 0.9.12 CATEGORIES= www python -#MASTER_SITES= CHEESESHOP \ -MASTER_SITES= https://github.com/downloads/graphite-project/${PORTNAME}/ +MASTER_SITES= https://github.com/graphite-project/${PORTNAME}/archive/${PORTVERSION}.tar.gz?dummy= PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= bsdports@wayfair.com @@ -14,10 +12,10 @@ COMMENT= Enterprise scalable realtime gr RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairo>=1.8.10:${PORTSDIR}/graphics/py-cairo \ ${PYTHON_PKGNAMEPREFIX}carbon>=${PORTVERSION}:${PORTSDIR}/databases/py-carbon \ - ${PYTHON_PKGNAMEPREFIX}django>=1.3.1:${PORTSDIR}/www/py-django \ + ${PYTHON_PKGNAMEPREFIX}django>=1.4:${PORTSDIR}/www/py-django \ ${PYTHON_PKGNAMEPREFIX}django-tagging>=0.3.1:${PORTSDIR}/www/py-django-tagging -FETCH_ARGS= -pRr +FETCH_ARGS= -o ${DISTNAME}${EXTRACT_SUFX} USE_PYTHON= -2.7 USE_PYDISTUTILS=yes Modified: head/www/py-graphite-web/distinfo ============================================================================== --- head/www/py-graphite-web/distinfo Mon Sep 30 19:25:55 2013 (r328848) +++ head/www/py-graphite-web/distinfo Mon Sep 30 19:27:16 2013 (r328849) @@ -1,2 +1,2 @@ -SHA256 (graphite-web-0.9.10.tar.gz) = 4fd1d16cac3980fddc09dbf0a72243c7ae32444903258e1b65e28428a48948be -SIZE (graphite-web-0.9.10.tar.gz) = 2117421 +SHA256 (graphite-web-0.9.12.tar.gz) = 03a4403fdb36e5707d3dbd6a71d9be1e80b1adbbe49e3e0989a15829d02f23d2 +SIZE (graphite-web-0.9.12.tar.gz) = 2334147 Modified: head/www/py-graphite-web/files/patch-webapp-graphite-local__settings.py.example ============================================================================== --- head/www/py-graphite-web/files/patch-webapp-graphite-local__settings.py.example Mon Sep 30 19:25:55 2013 (r328848) +++ head/www/py-graphite-web/files/patch-webapp-graphite-local__settings.py.example Mon Sep 30 19:27:16 2013 (r328849) @@ -39,16 +39,3 @@ ##################################### -@@ -156,6 +167,12 @@ - #DATABASE_PASSWORD = 'graphite-is-awesome' - #DATABASE_HOST = 'mysql.mycompany.com' - #DATABASE_PORT = '3306' -+DATABASES = { -+ 'default': { -+ 'NAME': '/usr/local/graphite/storage/graphite.db', -+ 'ENGINE': 'django.db.backends.sqlite3', -+ } -+} - - - ######################### Modified: head/www/py-graphite-web/pkg-plist ============================================================================== --- head/www/py-graphite-web/pkg-plist Mon Sep 30 19:25:55 2013 (r328848) +++ head/www/py-graphite-web/pkg-plist Mon Sep 30 19:27:16 2013 (r328849) @@ -54,6 +54,7 @@ graphite/webapp/content/img/Tplus.gif graphite/webapp/content/img/arrow1.gif graphite/webapp/content/img/blank.gif graphite/webapp/content/img/calBt.gif +graphite/webapp/content/img/carbon-fiber.png graphite/webapp/content/img/clock_16.png graphite/webapp/content/img/delete.gif graphite/webapp/content/img/error.png @@ -62,11 +63,26 @@ graphite/webapp/content/img/graphite.png graphite/webapp/content/img/graphite_short.png graphite/webapp/content/img/indicator.png graphite/webapp/content/img/leaf.gif +graphite/webapp/content/img/line_chart.png graphite/webapp/content/img/mini-bottom2.gif graphite/webapp/content/img/mini-top2.gif graphite/webapp/content/img/save.gif graphite/webapp/content/img/searching.gif graphite/webapp/content/img/updateGraph.gif +graphite/webapp/content/js/ace/ace.js +graphite/webapp/content/js/ace/keybinding-vim.js +graphite/webapp/content/js/ace/mode-c_cpp.js +graphite/webapp/content/js/ace/mode-clojure.js +graphite/webapp/content/js/ace/mode-coffee.js +graphite/webapp/content/js/ace/mode-csharp.js +graphite/webapp/content/js/ace/mode-css.js +graphite/webapp/content/js/ace/mode-groovy.js +graphite/webapp/content/js/ace/mode-html.js +graphite/webapp/content/js/ace/mode-java.js +graphite/webapp/content/js/ace/mode-javascript.js +graphite/webapp/content/js/ace/mode-json.js +graphite/webapp/content/js/ace/theme-textmate.js +graphite/webapp/content/js/ace/worker-javascript.js graphite/webapp/content/js/browser.js graphite/webapp/content/js/cli.js graphite/webapp/content/js/completer.js @@ -797,6 +813,7 @@ graphite/webapp/content/js/window/window @dirrm graphite/webapp/content/js/ext/adapter/ext @dirrm graphite/webapp/content/js/ext/adapter @dirrm graphite/webapp/content/js/ext +@dirrm graphite/webapp/content/js/ace @dirrm graphite/webapp/content/js @dirrm graphite/webapp/content/img @dirrm graphite/webapp/content/html