git: 750296a936dc - main - databases/postgresql-mysql_fdw: Update version 2.6.0=>2.8.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 27 Jun 2022 03:11:42 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=750296a936dcfa3d1e2eca8135d0c4222a0f4cfb commit 750296a936dcfa3d1e2eca8135d0c4222a0f4cfb Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2022-06-26 20:12:02 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2022-06-27 03:11:30 +0000 databases/postgresql-mysql_fdw: Update version 2.6.0=>2.8.0 Approved by: tz (private email) Relnotes: https://github.com/EnterpriseDB/mysql_fdw/releases/tag/REL-2_8_0 Sponsored by: Bounce Experts --- databases/postgresql-mysql_fdw/Makefile | 4 ++-- databases/postgresql-mysql_fdw/distinfo | 6 +++--- databases/postgresql-mysql_fdw/pkg-descr | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/databases/postgresql-mysql_fdw/Makefile b/databases/postgresql-mysql_fdw/Makefile index d5703189e024..2d078fd57b03 100644 --- a/databases/postgresql-mysql_fdw/Makefile +++ b/databases/postgresql-mysql_fdw/Makefile @@ -2,7 +2,7 @@ PORTNAME= mysql_fdw DISTVERSIONPREFIX= REL- -DISTVERSION= 2_6_0 +DISTVERSION= 2_8_0 CATEGORIES= databases PKGNAMEPREFIX= postgresql${PGSQL_VER:S/.//}- @@ -12,7 +12,7 @@ COMMENT= PostgreSQL foreign data wrapper for MySQL LICENSE= PostgreSQL LICENSE_FILE= ${WRKSRC}/LICENSE -USES= gmake pgsql:9.6-13 mysql +USES= gmake mysql pgsql:10+ WANT_PGSQL= server USE_GITHUB= yes GH_ACCOUNT= EnterpriseDB diff --git a/databases/postgresql-mysql_fdw/distinfo b/databases/postgresql-mysql_fdw/distinfo index 35c2cee87013..332bcddfa85f 100644 --- a/databases/postgresql-mysql_fdw/distinfo +++ b/databases/postgresql-mysql_fdw/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621235314 -SHA256 (EnterpriseDB-mysql_fdw-REL-2_6_0_GH0.tar.gz) = 54cd664348eea774dc70954a1a83ae62c0ef931beed6781736f08d903555c2cd -SIZE (EnterpriseDB-mysql_fdw-REL-2_6_0_GH0.tar.gz) = 112248 +TIMESTAMP = 1656272766 +SHA256 (EnterpriseDB-mysql_fdw-REL-2_8_0_GH0.tar.gz) = 11623e21ced08710ff8775bd36ac7b5581ac27374f3fcc80576d07cc37e0ab3e +SIZE (EnterpriseDB-mysql_fdw-REL-2_8_0_GH0.tar.gz) = 153106 diff --git a/databases/postgresql-mysql_fdw/pkg-descr b/databases/postgresql-mysql_fdw/pkg-descr index ea30302a320d..6eb296a76138 100644 --- a/databases/postgresql-mysql_fdw/pkg-descr +++ b/databases/postgresql-mysql_fdw/pkg-descr @@ -6,6 +6,6 @@ The following enhancements are added to the mysql_fdw: Column push-down Prepared Statment Please note that this version of mysql_fdw works with PostgreSQL -9.6, 10, 11, 12 and 13. +10, 11, 12, 13, 14 and 15. WWW: https://github.com/EnterpriseDB/mysql_fdw