diff options
author | Matthew Seaman <matthew@FreeBSD.org> | 2016-09-22 15:37:51 +0000 |
---|---|---|
committer | Matthew Seaman <matthew@FreeBSD.org> | 2016-09-22 15:37:51 +0000 |
commit | 0eaafec29e365845c74482ed439938a1d09a56b7 (patch) | |
tree | e1944f31edb0ccd590ed37325171b9f38af0a3a2 /databases/Makefile | |
parent | d4f5c7999204e0bc93376c2d72517b2ff1990a8f (diff) |
pglogical: update to 1.2.0
pglogical-output: delete; merged into databases/pglogical
The databases/pglogical and databases/pglogical-output ports have been
merged into one codebase upstream, and database/pglogical now installs
the pglogical-output.so module.
pkg(8) should handle the merger correctly; portmaster(1),
portupgrade(1) users are advised to manually delete pglogical-output
before upgrading.
Notes
Notes:
svn path=/head/; revision=422630
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/databases/Makefile b/databases/Makefile index cd75452ce0fd..dd59447ce45e 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -573,7 +573,6 @@ SUBDIR += pglesslog SUBDIR += pgloader SUBDIR += pglogical - SUBDIR += pglogical-output SUBDIR += pgmodeler SUBDIR += pgpool SUBDIR += pgpool-II |