aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql-tds_fdw
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-01-23 04:21:29 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-01-23 04:21:29 +0000
commita0435ade085f07f71ace782cbd720682f6d86608 (patch)
tree16328562882ef9ceba9840a4d64101a754a84582 /databases/postgresql-tds_fdw
parent9216971d3e1e526e9e830d5e3728d06e81ec0bce (diff)
downloadports-a0435ade085f07f71ace782cbd720682f6d86608.tar.gz
ports-a0435ade085f07f71ace782cbd720682f6d86608.zip
Notes
Diffstat (limited to 'databases/postgresql-tds_fdw')
-rw-r--r--databases/postgresql-tds_fdw/Makefile7
-rw-r--r--databases/postgresql-tds_fdw/distinfo6
-rw-r--r--databases/postgresql-tds_fdw/pkg-descr12
3 files changed, 16 insertions, 9 deletions
diff --git a/databases/postgresql-tds_fdw/Makefile b/databases/postgresql-tds_fdw/Makefile
index 144710d48864..e42b6513db52 100644
--- a/databases/postgresql-tds_fdw/Makefile
+++ b/databases/postgresql-tds_fdw/Makefile
@@ -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
diff --git a/databases/postgresql-tds_fdw/distinfo b/databases/postgresql-tds_fdw/distinfo
index 068565e9f2e9..a2c0649d6996 100644
--- a/databases/postgresql-tds_fdw/distinfo
+++ b/databases/postgresql-tds_fdw/distinfo
@@ -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
diff --git a/databases/postgresql-tds_fdw/pkg-descr b/databases/postgresql-tds_fdw/pkg-descr
index 4e9071249938..6407355b84cd 100644
--- a/databases/postgresql-tds_fdw/pkg-descr
+++ b/databases/postgresql-tds_fdw/pkg-descr
@@ -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