Skip to content

Commit

Permalink
databases/postgresql-mysql_fdw: Update version 2.6.0=>2.8.0
Browse files Browse the repository at this point in the history
Approved by:	tz (private email)
Relnotes:
https://github.com/EnterpriseDB/mysql_fdw/releases/tag/REL-2_8_0
Sponsored by:	Bounce Experts
  • Loading branch information
5u623l20 committed Jun 27, 2022
1 parent f18bcd8 commit 750296a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions databases/postgresql-mysql_fdw/Makefile
Expand Up @@ -2,7 +2,7 @@

PORTNAME= mysql_fdw
DISTVERSIONPREFIX= REL-
DISTVERSION= 2_6_0
DISTVERSION= 2_8_0
CATEGORIES= databases
PKGNAMEPREFIX= postgresql${PGSQL_VER:S/.//}-

Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions 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
2 changes: 1 addition & 1 deletion databases/postgresql-mysql_fdw/pkg-descr
Expand Up @@ -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

0 comments on commit 750296a

Please sign in to comment.