From owner-svn-ports-head@freebsd.org Mon Sep 28 18:43:53 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BC83EA0A77D; Mon, 28 Sep 2015 18:43:53 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AD5D7199A; Mon, 28 Sep 2015 18:43:53 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8SIhrtJ025838; Mon, 28 Sep 2015 18:43:53 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8SIhrDs025837; Mon, 28 Sep 2015 18:43:53 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201509281843.t8SIhrDs025837@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Mon, 28 Sep 2015 18:43:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398134 - head/databases/py-mssql X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Sep 2015 18:43:53 -0000 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