Skip to content

Commit

Permalink
databases/postgresql-mysql_fdw: Update version 2.8.0=>2.9.0
Browse files Browse the repository at this point in the history
- Move PLIST_FILES to pkg-plist

Approved by:	tz (private email)
Relnotes: https://github.com/EnterpriseDB/mysql_fdw/releases/tag/REL-2_9_0
Sponsored by:	Bounce Experts
  • Loading branch information
5u623l20 committed Dec 31, 2022
1 parent ed9edf8 commit 8c8dd66
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
8 changes: 1 addition & 7 deletions databases/postgresql-mysql_fdw/Makefile
@@ -1,6 +1,6 @@
PORTNAME= mysql_fdw
DISTVERSIONPREFIX= REL-
DISTVERSION= 2_8_0
DISTVERSION= 2_9_0
CATEGORIES= databases
PKGNAMEPREFIX= postgresql${PGSQL_VER:S/.//}-

Expand All @@ -18,12 +18,6 @@ GH_ACCOUNT= EnterpriseDB

MAKE_ENV= USE_PGXS=1

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

post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/mysql_fdw.so

Expand Down
6 changes: 3 additions & 3 deletions databases/postgresql-mysql_fdw/distinfo
@@ -1,3 +1,3 @@
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
TIMESTAMP = 1672510684
SHA256 (EnterpriseDB-mysql_fdw-REL-2_9_0_GH0.tar.gz) = 5180d2347063739bb929ba2626bbed4af221fc15e5a979f6bb36e60dc8edfe99
SIZE (EnterpriseDB-mysql_fdw-REL-2_9_0_GH0.tar.gz) = 167809
8 changes: 8 additions & 0 deletions databases/postgresql-mysql_fdw/pkg-plist
@@ -0,0 +1,8 @@
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--1.2.sql
share/postgresql/extension/mysql_fdw--1.1.sql
share/postgresql/extension/mysql_fdw--1.2.sql
share/postgresql/extension/mysql_fdw.control
share/postgresql/extension/mysql_fdw_pushdown.config

0 comments on commit 8c8dd66

Please sign in to comment.