Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id 8D80463B8E3 for ; Mon, 15 Sep 2008 17:44:04 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 4506263B13B; Mon, 15 Sep 2008 17:44:04 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe25:eab4]) by mail.netbsd.org (Postfix) with ESMTP id 9A7D863B130 for ; Mon, 15 Sep 2008 17:44:03 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 890CF175D0; Mon, 15 Sep 2008 17:44:03 +0000 (UTC) From: David Brownlee Subject: CVS commit: pkgsrc/www/trac To: pkgsrc-changes@NetBSD.org Reply-To: abs@netbsd.org Message-Id: <20080915174403.890CF175D0@cvs.netbsd.org> Date: Mon, 15 Sep 2008 17:44:03 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: abs Date: Mon Sep 15 17:44:03 UTC 2008 Modified Files: pkgsrc/www/trac: Makefile Log Message: unbork the sqlite2/sqlite3 breakage after my upgrade to 0.11.1 Traq was already using sqlite3 - I misunderstood the py-sqlite numbering. - py-sqlite3 is sqlite3 for python2.5 - py-sqlite2 is sqlite3 from python < 2.5 - py-sqlite is sqlite2 for some version or versions Apologies to the non python 2.5 users for he original breakage To generate a diff of this commit: cvs rdiff -r1.36 -r1.37 pkgsrc/www/trac/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.