ports/180717: Maintainer Update: Add run dependency

Kevin Golding ports at caomhin.org
Sun Jul 21 11:30:01 UTC 2013


>Number:         180717
>Category:       ports
>Synopsis:       Maintainer Update: Add 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:   Sun Jul 21 11:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Kevin Golding
>Release:        FreeBSD 9.1-RELEASE-p4 amd64
>Organization:
>Environment:
System: FreeBSD nibbler.compliantgroup.com 9.1-RELEASE-p4 FreeBSD 9.1-RELEASE-p4 #1 r252337: Fri Jun 28 11:32:23 CEST 2013 root at nibbler.compliantgroup.com:/usr/obj/usr/src/sys/GENERIC amd64


	
>Description:
	Port is missing a run dependency for one of the commands!
>How-To-Repeat:
	
>Fix:

	

--- py-django-extensions.rundep begins here ---
diff -urN py-django-extensions.orig/Makefile py-django-extensions/Makefile
--- py-django-extensions.orig/Makefile	2013-07-21 11:06:00.000000000 +0000
+++ py-django-extensions/Makefile	2013-07-21 11:12:36.000000000 +0000
@@ -3,6 +3,7 @@
 
 PORTNAME=	django-extensions
 PORTVERSION=	1.1.1
+PORTREVISION=	1
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +13,8 @@
 
 LICENSE=	BSD
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django>0:${PORTSDIR}/www/py-django
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django>0:${PORTSDIR}/www/py-django \
+		${PYTHON_PKGNAMEPREFIX}six>=0:${PORTSDIR}/devel/py-six
 
 USE_PYTHON=	-2.7
 USE_PYDISTUTILS=easy_install
--- py-django-extensions.rundep ends here ---


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


More information about the freebsd-ports-bugs mailing list