Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Sep 2015 18:43:53 +0000 (UTC)
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r398134 - head/databases/py-mssql
Message-ID:  <201509281843.t8SIhrDs025837@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Mon Sep 28 18:43:52 2015
New Revision: 398134
URL: https://svnweb.freebsd.org/changeset/ports/398134

Log:
  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

Modified:
  head/databases/py-mssql/Makefile

Modified: head/databases/py-mssql/Makefile
==============================================================================
--- head/databases/py-mssql/Makefile	Mon Sep 28 18:36:10 2015	(r398133)
+++ head/databases/py-mssql/Makefile	Mon Sep 28 18:43:52 2015	(r398134)
@@ -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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509281843.t8SIhrDs025837>