diff options
author | gdt <gdt@pkgsrc.org> | 2013-02-14 14:56:23 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2013-02-14 14:56:23 +0000 |
commit | 286142b994901b99b5400037c5048973737239da (patch) | |
tree | 8c18016d34d30e828361a88944f0c8e6b994aeea /www/trac/Makefile | |
parent | 9ff7a3be3059677518d2b2a944b44e2f7c81555b (diff) | |
download | pkgsrc-286142b994901b99b5400037c5048973737239da.tar.gz |
Now that I understand that py-sqlite2 means sqlite3, adjust comments
about trac/ja-trac database differences (which I now perceive as smaller).
Diffstat (limited to 'www/trac/Makefile')
-rw-r--r-- | www/trac/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/www/trac/Makefile b/www/trac/Makefile index 55075e350b9..9bf391781b9 100644 --- a/www/trac/Makefile +++ b/www/trac/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.59 2013/02/13 17:10:45 gdt Exp $ +# $NetBSD: Makefile,v 1.60 2013/02/14 14:56:23 gdt Exp $ # DISTNAME= Trac-1.0 @@ -23,8 +23,10 @@ LICENSE= modified-bsd # # www/trac options are not in options.mk (to be fixed). # -# sqlite2 vs sqlite3: This package supports sqlite3 or postgresql. -# ja-trace supports sqlite2, postgresql, and mysql. +# This package supports sqlite3 or postgresql. +# ja-trac supports sqlite3, postgresql, and mysql. +# ja-trac uses py-sqlite2 (separate Python DB API 2.0 support for sqlite3) +# while this package uses py-sqlite3 (bundled support for sqlite3). DEPENDS+= ${PYPKGPREFIX}-genshi>=0.6:../../www/py-genshi # Arguably there should be a trac-svn package that depends on |