diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-05-26 16:29:21 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-05-26 16:29:21 +0800 |
commit | 2af2a5569daafc54d70b06e22cafc0c9d19082c6 (patch) | |
tree | f10c23724691ec547241181215994b62662efe43 | |
parent | 4a97553adb3d1cf277ac8a5b36a8988d28ca418b (diff) | |
download | freebsd-ports-gnome-2af2a5569daafc54d70b06e22cafc0c9d19082c6.tar.gz freebsd-ports-gnome-2af2a5569daafc54d70b06e22cafc0c9d19082c6.tar.zst freebsd-ports-gnome-2af2a5569daafc54d70b06e22cafc0c9d19082c6.zip |
Add a warning message that this software is not maintained and could became
obsolete in the nearest future.
-rw-r--r-- | databases/py-MySQL/pkg-message | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/databases/py-MySQL/pkg-message b/databases/py-MySQL/pkg-message new file mode 100644 index 000000000000..75c8df37e074 --- /dev/null +++ b/databases/py-MySQL/pkg-message @@ -0,0 +1,10 @@ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +WARNING: This port is a very old Python MySQL interface which doesn't actively + maintained by its authors anymore. Some efforts were required to make + it working with newest versions of MySQL, and it is highly likely + that further MySQL development would make hard or even impossible to + get this module working in the future. + + The better port named py-MySQLdb available, which should be used in + all cases where compatability and future maintainability is desirable. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |