Index: Makefile =================================================================== --- Makefile (revision 337202) +++ Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= carbon PORTVERSION= 0.9.12 +PORTREVISION= 1 CATEGORIES= databases python MASTER_SITES= https://github.com/graphite-project/${PORTNAME}/archive/${PORTVERSION}.tar.gz?dummy= PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Index: files/patch-lib__carbon__util.py =================================================================== --- files/patch-lib__carbon__util.py (revision 0) +++ files/patch-lib__carbon__util.py (working copy) @@ -0,0 +1,11 @@ +--- ./lib/carbon/util.py.orig 2013-12-22 16:45:46.061449090 +0000 ++++ ./lib/carbon/util.py 2013-12-22 16:46:00.326083639 +0000 +@@ -18,7 +18,7 @@ + from time import sleep, time + from twisted.python.util import initgroups + from twisted.scripts.twistd import runApp +-from twisted.scripts._twistd_unix import daemonize ++from django.utils import daemonize + + + daemonize = daemonize # Backwards compatibility Property changes on: files/patch-lib__carbon__util.py ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property