pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/trac Fix psycopg2 dependency line (reported by Ste...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9e2a418b9cc2
branches: trunk
changeset: 534705:9e2a418b9cc2
user: gdt <gdt%pkgsrc.org@localhost>
date: Mon Oct 29 18:31:11 2007 +0000
description:
Fix psycopg2 dependency line (reported by Stefan Schulze).
diffstat:
www/trac/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r d15127b55c19 -r 9e2a418b9cc2 www/trac/Makefile
--- a/www/trac/Makefile Mon Oct 29 16:10:32 2007 +0000
+++ b/www/trac/Makefile Mon Oct 29 18:31:11 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2007/10/28 23:40:15 gdt Exp $
+# $NetBSD: Makefile,v 1.29 2007/10/29 18:31:11 gdt Exp $
#
DISTNAME= trac-0.10.4
@@ -27,7 +27,7 @@
DEPENDS+= ${PYPKGPREFIX}-PgSQL>=2.4:../../databases/py-PgSQL
.endif
.if !empty(PKG_OPTIONS:Mpsycopg2)
-DEPENDS+= ${PYPKGPREFIX}-psycopg>=1.1.14:../../databases/py-psycopg2
+DEPENDS+= ${PYPKGPREFIX}-psycopg2>=2:../../databases/py-psycopg2
.endif
# MySQL is sort of supported but not recommended by upstream and hence
# omitted.
Home |
Main Index |
Thread Index |
Old Index