pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/trac Soften statement about upstream and mysql



details:   https://anonhg.NetBSD.org/pkgsrc/rev/66559b040cb7
branches:  trunk
changeset: 352281:66559b040cb7
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Sun Sep 11 23:31:22 2016 +0000

description:
Soften statement about upstream and mysql

diffstat:

 www/trac/options.mk |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 382b206e5d85 -r 66559b040cb7 www/trac/options.mk
--- a/www/trac/options.mk       Sun Sep 11 20:57:46 2016 +0000
+++ b/www/trac/options.mk       Sun Sep 11 23:31:22 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2016/09/11 15:48:27 gdt Exp $
+# $NetBSD: options.mk,v 1.3 2016/09/11 23:31:22 gdt Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.trac
 PKG_OPTIONS_REQUIRED_GROUPS=   db
@@ -15,5 +15,6 @@
 .if !empty(PKG_OPTIONS:Mpsycopg2)
 DEPENDS+=      ${PYPKGPREFIX}-psycopg2>=2:../../databases/py-psycopg2
 .endif
-# Upstream has MySQL support but it is not really recommended:
+# Upstream has MySQL support but there are significant caveats:
 # https://trac.edgewall.org/wiki/MySqlDb
+# Anyone is welcome to add a (tested!) mysql option.



Home | Main Index | Thread Index | Old Index