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.
Install the .sql files for release 1.1.2 -- this is missing from the
release tarball, but has been fixed in upstream's Github.
Add pglogical_dump, pglogical_origin--1.0.0.sql and
pglogical_origin.control conditionally on the postgresql version --
these are only compiled and installed with postgresql-9.4.x
Submitted by: Anderson Neves <anderson.ufal@gmail.com>