pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/trac The sqlite3 requires py-sqlite3, which is cur...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a5ad05c3c401
branches:  trunk
changeset: 547328:a5ad05c3c401
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Sep 15 11:50:06 2008 +0000

description:
The sqlite3 requires py-sqlite3, which is currently Python 2.5 only.

diffstat:

 www/trac/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 812965d276ac -r a5ad05c3c401 www/trac/Makefile
--- a/www/trac/Makefile Mon Sep 15 10:13:22 2008 +0000
+++ b/www/trac/Makefile Mon Sep 15 11:50:06 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2008/09/12 10:18:11 abs Exp $
+# $NetBSD: Makefile,v 1.35 2008/09/15 11:50:06 joerg Exp $
 #
 
 DISTNAME=      Trac-0.11.1
@@ -27,6 +27,7 @@
 .endif
 .if !empty(PKG_OPTIONS:Msqlite3)
 DEPENDS+=      ${PYPKGPREFIX}-sqlite3>=0:../../databases/py-sqlite3
+PKG_VERSIONS_ACCEPTED= 25
 .endif
 .if !empty(PKG_OPTIONS:Mpgsql)
 DEPENDS+=      ${PYPKGPREFIX}-PgSQL>=2.4:../../databases/py-PgSQL



Home | Main Index | Thread Index | Old Index