ports/185097: [PATCH] databases/py-carbon: fix running with new django
Steve Wills
swills at freebsd.org
Sun Dec 22 17:40:00 UTC 2013
>Number: 185097
>Category: ports
>Synopsis: [PATCH] databases/py-carbon: fix running with new django
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Sun Dec 22 17:40:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Steve Wills
>Release: FreeBSD 11.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD meatwad.mouf.net 11.0-CURRENT FreeBSD 11.0-CURRENT #3 r258961M: Sun Dec 8 15:52:57
>Description:
- Fix with Django 1.6
Port maintainer (bsdports at wayfair.com) is cc'd.
Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: SVN)
>How-To-Repeat:
>Fix:
--- py27-carbon-0.9.12_1.patch begins here ---
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
--- py27-carbon-0.9.12_1.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list