Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Sep 2012 17:08:16 +0000 (UTC)
From:      Ruslan Mahmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r304372 - head/www/py-graphite-web
Message-ID:  <201209161708.q8GH8GK4036689@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsdports at wayfair dot com> (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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209161708.q8GH8GK4036689>