diff options
author | rm <rm@FreeBSD.org> | 2015-09-29 02:43:52 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2015-09-29 02:43:52 +0800 |
commit | dfe02ec74476f0055da36d2be70edae64fd9fcf3 (patch) | |
tree | 93d1ed1e70d0f07bd803a236efb3a17d237e4716 /databases | |
parent | 13ebfe2ba63b62a3adb2749a8c2e526cd6b12550 (diff) | |
download | freebsd-ports-gnome-dfe02ec74476f0055da36d2be70edae64fd9fcf3.tar.gz freebsd-ports-gnome-dfe02ec74476f0055da36d2be70edae64fd9fcf3.tar.zst freebsd-ports-gnome-dfe02ec74476f0055da36d2be70edae64fd9fcf3.zip |
databases/py-mssql: mark broken and deprecated
pymssql 1.0.2 is known by its developers [1] to be broken with FreeTDS 0.91 and
later. It should be upgraded to 2.x anyway for Python 3. The bug is that DB
queries return no rows, and therefore it's unlikely to work for anyone.
[1] http://pymssql.org/en/latest/faq.html#queries-return-no-rows
Users should switch to using databases/py-pymssql instead.
Expiration date is set to 2015-10-28.
PR: 198719
Submitted by: bilbo@hobbiton.org
Diffstat (limited to 'databases')
-rw-r--r-- | databases/py-mssql/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/databases/py-mssql/Makefile b/databases/py-mssql/Makefile index 3941495ea5e4..94181c4ccf6a 100644 --- a/databases/py-mssql/Makefile +++ b/databases/py-mssql/Makefile @@ -12,6 +12,10 @@ DISTNAME= pymssql-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Python database interface for simple MS-SQL access +BROKEN= Broken with current FreeTDS. Please use databases/py-pymssql instead +DEPRECATED= Broken with current FreeTDS. Please use databases/py-pymssql instead +EXPIRATION_DATE=2015-10-28 + LICENSE= LGPL21 # or later LICENSE_FILE= ${WRKSRC}/lgpl.txt |