FreeBSD Bugzilla – Attachment 106665 Details for
Bug 147313
[patch] www/py-django - depend on py-psycopg2 as python adapter for PostgreSQL database
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
django.diff
django.diff (text/plain), 899 bytes, created by
Daniel Gerzo
on 2010-06-02 10:00:11 UTC
(
hide
)
Description:
django.diff
Filename:
MIME Type:
Creator:
Daniel Gerzo
Created:
2010-06-02 10:00:11 UTC
Size:
899 bytes
patch
obsolete
>diff -ruN py-django11.orig/Makefile py-django11/Makefile >--- py-django11.orig/Makefile 2010-06-02 10:46:08.914389006 +0200 >+++ py-django11/Makefile 2010-06-02 10:49:50.394054626 +0200 >@@ -48,7 +48,7 @@ > .endif > > .if defined(WITH_POSTGRESQL) >-RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/psycopgmodule.so:${PORTSDIR}/databases/py-psycopg >+RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/psycopg2/_psycopg.so:${PORTSDIR}/databases/py-psycopg2 > .endif > > .if defined(WITH_MYSQL) >diff -ruN py-django.orig/Makefile py-django/Makefile >--- py-django.orig/Makefile 2010-06-02 10:45:59.561685417 +0200 >+++ py-django/Makefile 2010-06-02 10:50:04.523657047 +0200 >@@ -46,7 +46,7 @@ > .endif > > .if defined(WITH_POSTGRESQL) >-RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/psycopgmodule.so:${PORTSDIR}/databases/py-psycopg >+RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/psycopg2/_psycopg.so:${PORTSDIR}/databases/py-psycopg2 > .endif > > .if defined(WITH_MYSQL)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 147313
: 106665