From a2f72b264a0d65090e1a355ab749b08711959e6b Mon Sep 17 00:00:00 2001 From: fkr Date: Thu, 5 Jun 2008 06:09:37 +0000 Subject: [PATCH] switch dependency to newer sqlite, as a lot of third party plugins require this, it is also the recommendation from the trac developers. discussed on ports@ ok ben lovett (maintainer), martynas@ and bernd@ a while ago --- www/trac/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www/trac/Makefile b/www/trac/Makefile index 1f2713a2c13..716cdb4323a 100644 --- a/www/trac/Makefile +++ b/www/trac/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.13 2007/10/08 08:22:43 steven Exp $ +# $OpenBSD: Makefile,v 1.14 2008/06/05 06:09:37 fkr Exp $ COMMENT= wiki and bug tracking system for software projects DISTNAME= trac-0.10.4 -PKGNAME= ${DISTNAME}p1 +PKGNAME= ${DISTNAME}p2 CATEGORIES= www devel MAINTAINER= Ben Lovett @@ -21,7 +21,7 @@ PERMIT_DISTFILES_FTP= Yes MODULES= lang/python -MY_DEPENDS= ::databases/py-sqlite \ +MY_DEPENDS= ::databases/py-sqlite2 \ ::devel/subversion,-python \ ::textproc/py-docutils \ ::www/clearsilver,python