From 78815b59dce9c4773e992444760ea01109320d79 Mon Sep 17 00:00:00 2001 From: Torsten Zuehlsdorff Date: Tue, 16 Mar 2021 07:38:49 +0000 Subject: databases/postgresql-mysql_fdw: Upgrade from 2.5.4 to 2.5.5 Fix various bugs, compilation warnings, and server crashes. Souce: https://github.com/EnterpriseDB/mysql_fdw/releases/tag/REL-2_5_5 Also make minimum PostgreSQL version 9.6. The last version 2.5.4 already dropped the PostgreSQL 9.5 support. Also imcrease max supported PostgreSQL version from 11 to 13. This was also introduced in the last version 2.5.4. Take maintainership Sponsored by: Bounce Experts M postgresql-mysql_fdw/Makefile M postgresql-mysql_fdw/distinfo --- databases/postgresql-mysql_fdw/Makefile | 6 +++--- databases/postgresql-mysql_fdw/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'databases') diff --git a/databases/postgresql-mysql_fdw/Makefile b/databases/postgresql-mysql_fdw/Makefile index 2e5ee3067d1e..e1e45ecfebd0 100644 --- a/databases/postgresql-mysql_fdw/Makefile +++ b/databases/postgresql-mysql_fdw/Makefile @@ -3,17 +3,17 @@ PORTNAME= mysql_fdw DISTVERSIONPREFIX= REL- -DISTVERSION= 2_5_4 +DISTVERSION= 2_5_5 CATEGORIES= databases PKGNAMEPREFIX= postgresql${PGSQL_VER:S/.//}- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= tz@FreeBSD.org COMMENT= PostgreSQL foreign data wrapper for MySQL LICENSE= PostgreSQL LICENSE_FILE= ${WRKSRC}/LICENSE -USES= gmake pgsql:9.3-11 mysql +USES= gmake pgsql:9.6-13 mysql WANT_PGSQL= server USE_GITHUB= yes GH_ACCOUNT= EnterpriseDB diff --git a/databases/postgresql-mysql_fdw/distinfo b/databases/postgresql-mysql_fdw/distinfo index cb195dac32d1..7983c7b1170d 100644 --- a/databases/postgresql-mysql_fdw/distinfo +++ b/databases/postgresql-mysql_fdw/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1598692519 -SHA256 (EnterpriseDB-mysql_fdw-REL-2_5_4_GH0.tar.gz) = f3c4f80a631af1933428b67923c78d06eeb59d52e867ad537384b4009a571231 -SIZE (EnterpriseDB-mysql_fdw-REL-2_5_4_GH0.tar.gz) = 54952 +TIMESTAMP = 1615849973 +SHA256 (EnterpriseDB-mysql_fdw-REL-2_5_5_GH0.tar.gz) = 16c398dfa748fc05bb8d1ce5bed05395c549880ce2c8174ff17d22ab664f13fb +SIZE (EnterpriseDB-mysql_fdw-REL-2_5_5_GH0.tar.gz) = 60803 -- cgit v1.2.3