svn commit: r568542 - branches/2021Q1/databases/postgresql-mysql_fdw
Torsten Zuehlsdorff
tz at FreeBSD.org
Tue Mar 16 07:40:38 UTC 2021
Author: tz
Date: Tue Mar 16 07:40:37 2021
New Revision: 568542
URL: https://svnweb.freebsd.org/changeset/ports/568542
Log:
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
Modified:
branches/2021Q1/databases/postgresql-mysql_fdw/Makefile
branches/2021Q1/databases/postgresql-mysql_fdw/distinfo
Directory Properties:
branches/2021Q1/ (props changed)
Modified: branches/2021Q1/databases/postgresql-mysql_fdw/Makefile
==============================================================================
--- branches/2021Q1/databases/postgresql-mysql_fdw/Makefile Tue Mar 16 07:38:49 2021 (r568541)
+++ branches/2021Q1/databases/postgresql-mysql_fdw/Makefile Tue Mar 16 07:40:37 2021 (r568542)
@@ -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 at FreeBSD.org
+MAINTAINER= tz at 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
Modified: branches/2021Q1/databases/postgresql-mysql_fdw/distinfo
==============================================================================
--- branches/2021Q1/databases/postgresql-mysql_fdw/distinfo Tue Mar 16 07:38:49 2021 (r568541)
+++ branches/2021Q1/databases/postgresql-mysql_fdw/distinfo Tue Mar 16 07:40:37 2021 (r568542)
@@ -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
More information about the svn-ports-branches
mailing list