svn commit: r508070 - head/databases/postgresql-tds_fdw
Tobias Kortkamp
tobik at FreeBSD.org
Sun Aug 4 07:57:07 UTC 2019
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
More information about the svn-ports-head
mailing list