From owner-svn-ports-head@FreeBSD.ORG Sun Sep 16 17:08:16 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 89C93106564A; Sun, 16 Sep 2012 17:08:16 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 5BDE18FC0A; Sun, 16 Sep 2012 17:08:16 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8GH8GoU036693; Sun, 16 Sep 2012 17:08:16 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8GH8GK4036689; Sun, 16 Sep 2012 17:08:16 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201209161708.q8GH8GK4036689@svn.freebsd.org> From: Ruslan Mahmatkhanov Date: Sun, 16 Sep 2012 17:08:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304372 - head/www/py-graphite-web X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Sep 2012 17:08:16 -0000 Author: rm Date: Sun Sep 16 17:08:15 2012 New Revision: 304372 URL: http://svn.freebsd.org/changeset/ports/304372 Log: - fix fetch by commenting out CHEESESHOP mirrors while here: - fix plist - remove BUILD_DEPENDS (setup.py didn't checking for it on build phase) - limit python version to 2.x - whitespace fix in pkg-descr - bump PORTREVISION because of dependencies change PR: 170921 Reported by: Chris McCoy (maintainer) Modified: head/www/py-graphite-web/Makefile head/www/py-graphite-web/pkg-descr head/www/py-graphite-web/pkg-plist Modified: head/www/py-graphite-web/Makefile ============================================================================== --- head/www/py-graphite-web/Makefile Sun Sep 16 17:02:11 2012 (r304371) +++ head/www/py-graphite-web/Makefile Sun Sep 16 17:08:15 2012 (r304372) @@ -7,22 +7,22 @@ PORTNAME= graphite-web PORTVERSION= 0.9.10 +PORTREVISION= 1 CATEGORIES= www python -MASTER_SITES= CHEESESHOP \ - https://github.com/downloads/graphite-project/${PORTNAME}/ +#MASTER_SITES= CHEESESHOP \ +MASTER_SITES= https://github.com/downloads/graphite-project/${PORTNAME}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= bsdports@wayfair.com COMMENT= Enterprise scalable realtime graphing platform -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairo>=1.8.10:${PORTSDIR}/graphics/py-cairo \ +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-tagging>=0.3.1:${PORTSDIR}/www/py-django-tagging -RUN_DEPENDS:= ${BUILD_DEPENDS} FETCH_ARGS= -pRr -USE_PYTHON= 2.6+ +USE_PYTHON= -2.7 USE_PYDISTUTILS=yes post-patch: Modified: head/www/py-graphite-web/pkg-descr ============================================================================== --- head/www/py-graphite-web/pkg-descr Sun Sep 16 17:02:11 2012 (r304371) +++ head/www/py-graphite-web/pkg-descr Sun Sep 16 17:08:15 2012 (r304372) @@ -1,4 +1,4 @@ -Graphite provides real-time visualization and storage +Graphite provides real-time visualization and storage of numeric time-series data on an enterprise level. WWW: http://graphite.wikidot.com/ Modified: head/www/py-graphite-web/pkg-plist ============================================================================== --- head/www/py-graphite-web/pkg-plist Sun Sep 16 17:02:11 2012 (r304371) +++ head/www/py-graphite-web/pkg-plist Sun Sep 16 17:08:15 2012 (r304372) @@ -809,7 +809,6 @@ graphite/webapp/content/js/window/window @dirrm graphite/storage/rrd @dirrm graphite/storage/log/webapp @dirrm graphite/storage/log -@dirrm graphite/storage/lists @dirrm graphite/storage @dirrm graphite @dirrm examples