From owner-svn-ports-head@freebsd.org Sun Aug 4 07:57:07 2019 Return-Path: Delivered-To: svn-ports-head@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 BAC33A1C03; Sun, 4 Aug 2019 07:57:07 +0000 (UTC) (envelope-from tobik@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 461YC72Ld6z4Fyb; Sun, 4 Aug 2019 07:57:07 +0000 (UTC) (envelope-from tobik@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 2E8CA3AE; Sun, 4 Aug 2019 07:57:07 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x747v7rH080025; Sun, 4 Aug 2019 07:57:07 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x747v65h080017; Sun, 4 Aug 2019 07:57:06 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201908040757.x747v65h080017@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sun, 4 Aug 2019 07:57:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r508070 - head/databases/postgresql-tds_fdw X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/databases/postgresql-tds_fdw X-SVN-Commit-Revision: 508070 X-SVN-Commit-Repository: ports 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.29 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: Sun, 04 Aug 2019 07:57:07 -0000 Author: tobik Date: Sun Aug 4 07:57:06 2019 New Revision: 508070 URL: https://svnweb.freebsd.org/changeset/ports/508070 Log: databases/postgresql-tds_fdw: Update to 2.0.0-alpha.3 This adds support for PostgreSQL 11. Changes: https://github.com/tds-fdw/tds_fdw/releases/tag/v2.0.0-alpha.3 PR: 239514 Modified: head/databases/postgresql-tds_fdw/Makefile head/databases/postgresql-tds_fdw/distinfo Modified: head/databases/postgresql-tds_fdw/Makefile ============================================================================== --- head/databases/postgresql-tds_fdw/Makefile Sun Aug 4 07:54:21 2019 (r508069) +++ head/databases/postgresql-tds_fdw/Makefile Sun Aug 4 07:57:06 2019 (r508070) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= tds_fdw -PORTVERSION= 1.0.8 -PORTREVISION= 2 DISTVERSIONPREFIX= v +DISTVERSION= 2.0.0-alpha.3 CATEGORIES= databases PKGNAMEPREFIX= postgresql${PGSQL_VER:S/.//}- @@ -16,13 +15,12 @@ LICENSE= PostgreSQL LIB_DEPENDS= libsybdb.so:databases/freetds USES= gmake pgsql:9.2+ -LLD_UNSAFE= yes 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--1.0.8.sql \ + share/postgresql/extension/tds_fdw--${DISTVERSION}.sql \ share/postgresql/extension/tds_fdw.control post-install: Modified: head/databases/postgresql-tds_fdw/distinfo ============================================================================== --- head/databases/postgresql-tds_fdw/distinfo Sun Aug 4 07:54:21 2019 (r508069) +++ head/databases/postgresql-tds_fdw/distinfo Sun Aug 4 07:57:06 2019 (r508070) @@ -1,3 +1,3 @@ -TIMESTAMP = 1496200478 -SHA256 (tds-fdw-tds_fdw-v1.0.8_GH0.tar.gz) = 2afb64f3a2f125561c379008bd09ffe00d92b2a970dd8fe6af56230890090c6f -SIZE (tds-fdw-tds_fdw-v1.0.8_GH0.tar.gz) = 23145 +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