MFH: r568541

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
This commit is contained in:
Torsten Zuehlsdorff 2021-03-16 07:40:37 +00:00
parent c3d3e821de
commit 3ff3961206
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2021Q1/; revision=568542
2 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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