aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Zuehlsdorff <tz@FreeBSD.org>2021-03-16 07:40:37 +0000
committerTorsten Zuehlsdorff <tz@FreeBSD.org>2021-03-16 07:40:37 +0000
commit3ff3961206baf599e435285d9a7a539c88c327eb (patch)
tree00661672938e63d535ee168dbd4c1121ddc27f75
parentc3d3e821de204229e49ed4d7c9f29963405b23b7 (diff)
downloadports-3ff3961206baf599e435285d9a7a539c88c327eb.tar.gz
ports-3ff3961206baf599e435285d9a7a539c88c327eb.zip
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
Notes
Notes: svn path=/branches/2021Q1/; revision=568542
-rw-r--r--databases/postgresql-mysql_fdw/Makefile6
-rw-r--r--databases/postgresql-mysql_fdw/distinfo6
2 files changed, 6 insertions, 6 deletions
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