From owner-svn-ports-all@freebsd.org Thu Jan 23 04:21:30 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1B89622B5C4; Thu, 23 Jan 2020 04:21:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4838Gx6f93z421r; Thu, 23 Jan 2020 04:21:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C64998DB5; Thu, 23 Jan 2020 04:21:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00N4LTbR035755; Thu, 23 Jan 2020 04:21:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00N4LTAt035753; Thu, 23 Jan 2020 04:21:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202001230421.00N4LTAt035753@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 23 Jan 2020 04:21:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r523873 - head/databases/postgresql-tds_fdw X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/postgresql-tds_fdw X-SVN-Commit-Revision: 523873 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Jan 2020 04:21:30 -0000 Author: sunpoet Date: Thu Jan 23 04:21:29 2020 New Revision: 523873 URL: https://svnweb.freebsd.org/changeset/ports/523873 Log: Update to 2.0.1 - Take maintainership Changes: https://github.com/tds-fdw/tds_fdw/releases Modified: head/databases/postgresql-tds_fdw/Makefile head/databases/postgresql-tds_fdw/distinfo (contents, props changed) head/databases/postgresql-tds_fdw/pkg-descr (contents, props changed) Modified: head/databases/postgresql-tds_fdw/Makefile ============================================================================== --- head/databases/postgresql-tds_fdw/Makefile Thu Jan 23 04:21:23 2020 (r523872) +++ head/databases/postgresql-tds_fdw/Makefile Thu Jan 23 04:21:29 2020 (r523873) @@ -3,11 +3,11 @@ PORTNAME= tds_fdw DISTVERSIONPREFIX= v -DISTVERSION= 2.0.0-alpha.3 +PORTVERSION= 2.0.1 CATEGORIES= databases -PKGNAMEPREFIX= postgresql${PGSQL_VER:S/.//}- +PKGNAMEPREFIX= postgresql${PGSQL_VER:S|.||}- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= PostgreSQL foreign data wrapper to connect to TDS databases LICENSE= PostgreSQL @@ -15,6 +15,7 @@ LICENSE= PostgreSQL LIB_DEPENDS= libsybdb.so:databases/freetds USES= gmake pgsql:9.2+ + USE_GITHUB= yes GH_ACCOUNT= tds-fdw Modified: head/databases/postgresql-tds_fdw/distinfo ============================================================================== --- head/databases/postgresql-tds_fdw/distinfo Thu Jan 23 04:21:23 2020 (r523872) +++ head/databases/postgresql-tds_fdw/distinfo Thu Jan 23 04:21:29 2020 (r523873) @@ -1,3 +1,3 @@ -TIMESTAMP = 1564904679 -SHA256 (tds-fdw-tds_fdw-v2.0.0-alpha.3_GH0.tar.gz) = fcba4722171631332e06a91f22e0c22fbfd088e00abaf735be4d8c5512b14aa2 -SIZE (tds-fdw-tds_fdw-v2.0.0-alpha.3_GH0.tar.gz) = 58656 +TIMESTAMP = 1579684136 +SHA256 (tds-fdw-tds_fdw-v2.0.1_GH0.tar.gz) = 031147a980ed502b3e095fda449e3eed65ef1bb97b2bb445217559d10bc0bdc5 +SIZE (tds-fdw-tds_fdw-v2.0.1_GH0.tar.gz) = 62848 Modified: head/databases/postgresql-tds_fdw/pkg-descr ============================================================================== --- head/databases/postgresql-tds_fdw/pkg-descr Thu Jan 23 04:21:23 2020 (r523872) +++ head/databases/postgresql-tds_fdw/pkg-descr Thu Jan 23 04:21:29 2020 (r523873) @@ -1,7 +1,13 @@ Tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases that use the Tabular Data Stream (TDS) protocol, such as Sybase databases and -Microsoft SQL server. The current version does not yet support JOIN push-down, -or write operations. It does support WHERE and column pushdowns when -match_column_names is enabled. +Microsoft SQL server. + +This foreign data wrapper requires a library that implements the DB-Library +interface, such as FreeTDS. This has been tested with FreeTDS, but not the +proprietary implementations of DB-Library. + +The current version does not yet support JOIN push-down, or write operations. + +It does support WHERE and column pushdowns when match_column_names is enabled. WWW: https://github.com/tds-fdw/tds_fdw