Index: head/databases/postgresql-tds_fdw/Makefile =================================================================== --- head/databases/postgresql-tds_fdw/Makefile (revision 523872) +++ head/databases/postgresql-tds_fdw/Makefile (revision 523873) @@ -1,29 +1,30 @@ # Created by: Jov amutu@amutu.com # $FreeBSD$ 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 LIB_DEPENDS= libsybdb.so:databases/freetds USES= gmake pgsql:9.2+ + USE_GITHUB= yes GH_ACCOUNT= tds-fdw PLIST_FILES= lib/postgresql/tds_fdw.so \ share/doc/postgresql/extension/README.tds_fdw.md \ share/postgresql/extension/tds_fdw--${DISTVERSION}.sql \ share/postgresql/extension/tds_fdw.control post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/tds_fdw.so .include Index: head/databases/postgresql-tds_fdw/distinfo =================================================================== --- head/databases/postgresql-tds_fdw/distinfo (revision 523872) +++ head/databases/postgresql-tds_fdw/distinfo (revision 523873) @@ -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 Property changes on: head/databases/postgresql-tds_fdw/distinfo ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -on \ No newline at end of property +yes \ No newline at end of property Index: head/databases/postgresql-tds_fdw/pkg-descr =================================================================== --- head/databases/postgresql-tds_fdw/pkg-descr (revision 523872) +++ head/databases/postgresql-tds_fdw/pkg-descr (revision 523873) @@ -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 Property changes on: head/databases/postgresql-tds_fdw/pkg-descr ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -on \ No newline at end of property +yes \ No newline at end of property