aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql-mysql_fdw/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgresql-mysql_fdw/Makefile')
-rw-r--r--databases/postgresql-mysql_fdw/Makefile6
1 files changed, 3 insertions, 3 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