ports/171924: [MAINTAINER] www/py-django-tastypie: py-mimeparse is aldo a run dependency

William Grzybowski william88 at gmail.com
Mon Sep 24 16:50:12 UTC 2012


>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 at 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:



More information about the freebsd-ports-bugs mailing list