Date: Sat, 30 Aug 2008 11:38:24 -0700 (PDT) From: Julien Laffaye <kimelto@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: lwhsu@FreeBSD.org Subject: ports/126982: [PATCH] www/py25-django: updating pysqlite dependency Message-ID: <48b993a0.1c185e0a.6ae7.ffffe4d8@mx.google.com> Resent-Message-ID: <200808301840.m7UIe307064601@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?48b993a0.1c185e0a.6ae7.ffffe4d8>