ports/175093: [PATCH] www/py-django-evolution: switch dependency port

Po-Chien Lin linpc at cs.nctu.edu.tw
Mon Jan 7 09:30:05 UTC 2013


>Number:         175093
>Category:       ports
>Synopsis:       [PATCH] www/py-django-evolution: switch dependency port
>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:   Mon Jan 07 09:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Po-Chien Lin
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD dev.linpc.org 9.1-RELEASE FreeBSD 9.1-RELEASE #0: Sat Jan  5 22:32:49 CST
>Description:
- ports/174682 needs this PR.
- Since py-django-evolution is only required by www/reviewboard,
  and the latest version of reviewboard now depends on django-1.4.x ,
  so switch the dependency port of py-django-evolution to avoid conflict.
- Thanks to rm@ 's remind.

Port maintainer (lwhsu at FreeBSD.org) is cc'd.
>How-To-Repeat:
>Fix:

--- py-django-evolution-0.6.7.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/www/py-django-evolution/Makefile ./Makefile
--- /usr/ports/www/py-django-evolution/Makefile	2013-01-05 15:15:42.571652578 +0800
+++ ./Makefile	2013-01-07 17:10:13.610676365 +0800
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	py-django-evolution
-# Date created:		2011-02-26
-# Whom:			Li-Wen Hsu <lwhsu at FreeBSD.org>
-#
+# Created by: Li-Wen Hsu <lwhsu at FreeBSD.org>
 # $FreeBSD: head/www/py-django-evolution/Makefile 300897 2012-07-14 14:29:18Z beat $
-#
 
 PORTNAME=	django-evolution
 PORTVERSION=	0.6.7
@@ -17,7 +13,7 @@
 
 LICENSE=	BSD
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django>=1.1.1:${PORTSDIR}/www/py-django13
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django>=1.1.1:${PORTSDIR}/www/py-django
 
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	easy_install
--- py-django-evolution-0.6.7.patch ends here ---

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


More information about the freebsd-ports-bugs mailing list