diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-08-29 09:16:17 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-08-29 09:16:17 +0000 |
commit | a67912dcfb0aba7afbf57a8acadb8653dc4b90e5 (patch) | |
tree | 57070ae525281ac027a0d715525cf31a505736b4 /databases/postgresql-mysql_fdw/Makefile | |
parent | converters/: Fix build with clang11 and deprecate ports@ ports (diff) |
databases/postgresql-mysql_fdw: update to 2_5_4 to fix build with clang11
Notes
Notes:
svn path=/head/; revision=546890
Diffstat (limited to 'databases/postgresql-mysql_fdw/Makefile')
-rw-r--r-- | databases/postgresql-mysql_fdw/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql-mysql_fdw/Makefile b/databases/postgresql-mysql_fdw/Makefile index 27997e8b14c0..2e5ee3067d1e 100644 --- a/databases/postgresql-mysql_fdw/Makefile +++ b/databases/postgresql-mysql_fdw/Makefile @@ -3,7 +3,7 @@ PORTNAME= mysql_fdw DISTVERSIONPREFIX= REL- -DISTVERSION= 2_5_1 +DISTVERSION= 2_5_4 CATEGORIES= databases PKGNAMEPREFIX= postgresql${PGSQL_VER:S/.//}- |