pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/trac



Module Name:    pkgsrc
Committed By:   gdt
Date:           Sun Sep 11 23:31:22 UTC 2016

Modified Files:
        pkgsrc/www/trac: options.mk

Log Message:
Soften statement about upstream and mysql


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/trac/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/trac/options.mk
diff -u pkgsrc/www/trac/options.mk:1.2 pkgsrc/www/trac/options.mk:1.3
--- pkgsrc/www/trac/options.mk:1.2      Sun Sep 11 15:48:27 2016
+++ pkgsrc/www/trac/options.mk  Sun Sep 11 23:31:22 2016
@@ -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 @@ DEPENDS+=     ${PYPKGPREFIX}-sqlite3>=0:../.
 .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