Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 May 2012 16:47:15 +0800 (CST)
From:      Po-Chien Lin <linpc@cs.nctu.edu.tw>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        lwhsu@FreeBSD.org
Subject:   ports/167471: [PATCH] www/py-django13: Fix CONFLICTS
Message-ID:  <201205010847.q418lFOJ089458@csvmnet67.cs.nctu.edu.tw>
Resent-Message-ID: <201205010850.q418oAYd004848@freefall.freebsd.org>

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

>Number:         167471
>Category:       ports
>Synopsis:       [PATCH] www/py-django13: Fix CONFLICTS
>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:   Tue May 01 08:50:09 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Po-Chien Lin
>Release:        FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD csvmnet67.cs.nctu.edu.tw 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan  3 07:46:30 UTC
>Description:
- Fix CONFLICTS: the PORTVERSION now is 1.4 which will not be matched by py2[0-9]-django-1.[24].*

Port maintainer (lwhsu@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: suffix)
>How-To-Repeat:
>Fix:

--- py27-django-1.3.1.patch begins here ---
diff -ruN --exclude=CVS ../py-django13.orig/Makefile ./Makefile
--- ../py-django13.orig/Makefile	2012-05-01 16:32:56.000000000 +0800
+++ ./Makefile	2012-05-01 16:35:50.000000000 +0800
@@ -26,7 +26,7 @@
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_PKGNAME=	Django
 
-CONFLICTS=	py2[0-9]-django-devel-[0-9]* py2[0-9]-django-1.[24].*
+CONFLICTS=	py2[0-9]-django-devel-[0-9]* py2[0-9]-django-1.[24].* py2[0-9]-django-1.4
 
 DOCSDIR=	${PREFIX}/share/doc/py-django
 
--- py27-django-1.3.1.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?201205010847.q418lFOJ089458>