aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-08-03 11:31:48 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-08-03 11:31:48 +0000
commit6256522c1401f54c34c982f36962741dcf372d76 (patch)
tree76233d04c653218b724819030fcf796fc391a645 /databases
parent7d3519145584f1266acd4fa135270e72d6f152cf (diff)
downloadports-6256522c1401f54c34c982f36962741dcf372d76.tar.gz
ports-6256522c1401f54c34c982f36962741dcf372d76.zip
Notes
Diffstat (limited to 'databases')
-rw-r--r--databases/postgresql-mysql_fdw/Makefile18
-rw-r--r--databases/postgresql-mysql_fdw/distinfo6
-rw-r--r--databases/postgresql-mysql_fdw/pkg-descr4
3 files changed, 14 insertions, 14 deletions
diff --git a/databases/postgresql-mysql_fdw/Makefile b/databases/postgresql-mysql_fdw/Makefile
index 095a65d8052c..27997e8b14c0 100644
--- a/databases/postgresql-mysql_fdw/Makefile
+++ b/databases/postgresql-mysql_fdw/Makefile
@@ -2,8 +2,8 @@
# $FreeBSD$
PORTNAME= mysql_fdw
-PORTVERSION= 2.2.0
-PORTREVISION= 2
+DISTVERSIONPREFIX= REL-
+DISTVERSION= 2_5_1
CATEGORIES= databases
PKGNAMEPREFIX= postgresql${PGSQL_VER:S/.//}-
@@ -11,22 +11,22 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= PostgreSQL foreign data wrapper for MySQL
LICENSE= PostgreSQL
+LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= gmake pgsql:9.3+ mysql
-LLD_UNSAFE= yes
+USES= gmake pgsql:9.3-11 mysql
+WANT_PGSQL= server
USE_GITHUB= yes
GH_ACCOUNT= EnterpriseDB
-GH_TAGNAME= c14ee1d
MAKE_ENV= USE_PGXS=1
-WANT_PGSQL= server
-
PLIST_FILES= lib/postgresql/mysql_fdw.so \
+ share/postgresql/extension/mysql_fdw--1.0--1.1.sql \
share/postgresql/extension/mysql_fdw--1.0.sql \
+ share/postgresql/extension/mysql_fdw--1.1.sql \
share/postgresql/extension/mysql_fdw.control
-do-patch:
- ${SED} -i '.orig' 's/#if defined(__APPLE__)/& || defined(__FreeBSD__)/' ${WRKSRC}/mysql_fdw.c
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/mysql_fdw.so
.include <bsd.port.mk>
diff --git a/databases/postgresql-mysql_fdw/distinfo b/databases/postgresql-mysql_fdw/distinfo
index 9263ffe4fd9b..26ae634cc6cf 100644
--- a/databases/postgresql-mysql_fdw/distinfo
+++ b/databases/postgresql-mysql_fdw/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1496048192
-SHA256 (EnterpriseDB-mysql_fdw-2.2.0-c14ee1d_GH0.tar.gz) = 531f065a5827ba4f19f222e502b9b224031574845adb5d001d6527a0a601b55f
-SIZE (EnterpriseDB-mysql_fdw-2.2.0-c14ee1d_GH0.tar.gz) = 39601
+TIMESTAMP = 1564831233
+SHA256 (EnterpriseDB-mysql_fdw-REL-2_5_1_GH0.tar.gz) = 8367ed71e76000d4ec9661cab7e12c3c8d0ecc887d6f677f7d448a5a35bbd96e
+SIZE (EnterpriseDB-mysql_fdw-REL-2_5_1_GH0.tar.gz) = 42615
diff --git a/databases/postgresql-mysql_fdw/pkg-descr b/databases/postgresql-mysql_fdw/pkg-descr
index efc33da8435f..4829199b5cb7 100644
--- a/databases/postgresql-mysql_fdw/pkg-descr
+++ b/databases/postgresql-mysql_fdw/pkg-descr
@@ -5,7 +5,7 @@ The following enhancements are added to the mysql_fdw:
Where clause push-down
Column push-down
Prepared Statment
-Please note that this version of mysql_fdw works with PostgreSQL 9.3, 9.4, 9.5
-and 9.6.
+Please note that this version of mysql_fdw works with PostgreSQL
+9.3, 9.4, 9.5, 9.6, 10, and 11.
WWW: https://github.com/EnterpriseDB/mysql_fdw