Bug 171924 - [MAINTAINER] www/py-django-tastypie: py-mimeparse is aldo a run dependency
Summary: [MAINTAINER] www/py-django-tastypie: py-mimeparse is aldo a run dependency
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-24 17:50 UTC by William Grzybowski
Modified: 2012-09-25 08:10 UTC (History)
0 users

See Also:


Attachments
py-django-tastypie.patch (522 bytes, patch)
2012-09-24 17:50 UTC, William Grzybowski
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description William Grzybowski 2012-09-24 17:50:12 UTC
	devel/py-mimeparse is also a run dependency

Fix: See attached patch
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-09-24 17:50:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Frederic Culot freebsd_committer freebsd_triage 2012-09-24 17:59:59 UTC
Responsible Changed
From-To: freebsd-python->culot

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-09-25 08:07:48 UTC
Author: culot
Date: Tue Sep 25 07:07:33 2012
New Revision: 304818
URL: http://svn.freebsd.org/changeset/ports/304818

Log:
  - Add missing dependency on py-mimeparse [1]
  - Bump PORTREVISION for dependency change
  
  PR:		ports/171924 [1]
  Submitted by:	William Grzybowski <william88@gmail.com> (maintainer)

Modified:
  head/www/py-django-tastypie/Makefile

Modified: head/www/py-django-tastypie/Makefile
==============================================================================
--- head/www/py-django-tastypie/Makefile	Tue Sep 25 07:04:59 2012	(r304817)
+++ head/www/py-django-tastypie/Makefile	Tue Sep 25 07:07:33 2012	(r304818)
@@ -7,6 +7,7 @@
 
 PORTNAME=	django-tastypie
 PORTVERSION=	0.9.11
+PORTREVISION=	1
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +15,8 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 4 Frederic Culot freebsd_committer freebsd_triage 2012-09-25 08:07:53 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!