svn commit: r486089 - in head/www/py-graphite-web: . files

Steve Wills swills at FreeBSD.org
Wed Nov 28 13:10:32 UTC 2018


Author: swills
Date: Wed Nov 28 13:10:30 2018
New Revision: 486089
URL: https://svnweb.freebsd.org/changeset/ports/486089

Log:
  www/py-graphite-web: fix pkg-message
  
  Submitted by:	Xavier <xavier at groumpf.org> (email)

Modified:
  head/www/py-graphite-web/Makefile   (contents, props changed)
  head/www/py-graphite-web/files/pkg-message.in   (contents, props changed)

Modified: head/www/py-graphite-web/Makefile
==============================================================================
--- head/www/py-graphite-web/Makefile	Wed Nov 28 13:07:18 2018	(r486088)
+++ head/www/py-graphite-web/Makefile	Wed Nov 28 13:10:30 2018	(r486089)
@@ -3,6 +3,7 @@
 
 PORTNAME=	graphite-web
 PORTVERSION=	1.1.4
+PORTREVISION=	1
 CATEGORIES=	www python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 

Modified: head/www/py-graphite-web/files/pkg-message.in
==============================================================================
--- head/www/py-graphite-web/files/pkg-message.in	Wed Nov 28 13:07:18 2018	(r486088)
+++ head/www/py-graphite-web/files/pkg-message.in	Wed Nov 28 13:10:30 2018	(r486089)
@@ -7,7 +7,8 @@ for Graphite! To setup graphite, you will need to:
 
 * Initialize the sqlite user database and create the admin user:
 
-	python2 %%PYTHON_SITELIBDIR%%/graphite/manage.py syncdb
+        django-admin.py migrate --settings=graphite.settings --run-syncdb
+        django-admin.py createsuperuser --settings=graphite.settings
 
 * Build the index:
 


More information about the svn-ports-all mailing list