ports/126982: [PATCH] www/py25-django: updating pysqlite dependency

Julien Laffaye kimelto at gmail.com
Sat Aug 30 18:40:03 UTC 2008


>Number:         126982
>Category:       ports
>Synopsis:       [PATCH] www/py25-django: updating pysqlite dependency
>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:   Sat Aug 30 18:40:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Julien Laffaye
>Release:        FreeBSD 7.0-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD laptop.kimelto.eu 7.0-RELEASE-p2 FreeBSD 7.0-RELEASE-p2 #0: Wed Jun 18 07:33:20 UTC 2008
>Description:
- Use py-pysqlite23 instead of py-pysqlite20

It fixes dependency conflicts with ports that require py-pysqlite23 (py-sqlalchemy for example).
The same fix may be applied to the py-django-devel port.

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

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- py25-django-0.96.2_2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/www/py-django.orig/Makefile /usr/ports/www/py-django/Makefile
--- /usr/ports/www/py-django.orig/Makefile	2008-08-30 20:01:30.000000000 +0200
+++ /usr/ports/www/py-django/Makefile	2008-08-30 20:11:12.000000000 +0200
@@ -7,7 +7,7 @@
 
 PORTNAME=	django
 PORTVERSION=	0.96.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www python
 MASTER_SITES=	http://media.djangoproject.com/releases/${PORTVERSION:R}/ \
 		http://www.cs.nctu.edu.tw/~lwhsu/ports/distfiles/
@@ -51,7 +51,7 @@
 .endif
 
 .if defined(WITH_SQLITE)
-RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/pysqlite2/__init__.py:${PORTSDIR}/databases/py-pysqlite20
+RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/pysqlite2/__init__.py:${PORTSDIR}/databases/py-pysqlite23
 .endif
 
 .if defined(WITH_FASTCGI)
--- py25-django-0.96.2_2.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list