Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Sep 2012 09:41:21 -0700 (PDT)
From:      William Grzybowski <william88@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/171924: [MAINTAINER] www/py-django-tastypie: py-mimeparse is aldo a run dependency
Message-ID:  <50608d31.a473ec0a.02e3.7330@mx.google.com>
Resent-Message-ID: <201209241650.q8OGoCkZ005026@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         171924
>Category:       ports
>Synopsis:       [MAINTAINER] www/py-django-tastypie: py-mimeparse is aldo a run dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 24 16:50:12 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     William Grzybowski
>Release:        FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:
>Description:

	devel/py-mimeparse is also a run dependency

>How-To-Repeat:
>Fix:

	See attached patch


--- py-django-tastypie.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 304785)
+++ Makefile	(working copy)
@@ -14,7 +14,8 @@
 MAINTAINER=	william88@gmail.com
 COMMENT=	Create REST API for Django apps
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dateutil>=1.5:${PORTSDIR}/devel/py-dateutil
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mimeparse>=0:${PORTSDIR}/devel/py-mimeparse \
+		${PYTHON_PKGNAMEPREFIX}dateutil>=1.5:${PORTSDIR}/devel/py-dateutil
 
 USE_PYTHON=	2.5+
 USE_PYDISTUTILS=	easy_install
--- py-django-tastypie.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?50608d31.a473ec0a.02e3.7330>