1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

Fix build with postgresql9.4

Switch to downloading sources from GitHub, and add the pglogical_dump
submodule.  This was omitted from the tarball provided by 2nd Quadrant
in the latest version.  The pglogical_dump code is only compiled with
postgresql9.4 which failed to build -- using other postgresql versions
worked fine.

Reported by:	pkg-fallout
This commit is contained in:
Matthew Seaman 2017-06-10 21:59:45 +00:00
parent c04378655f
commit 653efc072e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=443124
2 changed files with 13 additions and 5 deletions

View File

@ -3,17 +3,23 @@
PORTNAME= pglogical
PORTVERSION= 2.0.1
PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= http://packages.2ndquadrant.com/pglogical/tarballs/
MAINTAINER= matthew@FreeBSD.org
COMMENT= Logical replication system as a PostgreSQL extension
LICENSE= PostgreSQL
USES= gmake pgsql:9.4+ tar:bzip2
USES= gmake pgsql:9.4+
WANT_PGSQL= client server
USE_GITHUB= yes
GH_ACCOUNT= 2ndQuadrant
GH_PROJECT= pglogical pglogical_dump:dump
GH_TAGNAME= REL2_0_1 9f3b0b1:dump
GH_SUBDIR= pglogical_dump:dump
MAKE_ARGS= USE_PGXS=1
OPTIONS_DEFINE= DOCS

View File

@ -1,3 +1,5 @@
TIMESTAMP = 1497013056
SHA256 (pglogical-2.0.1.tar.bz2) = 58dff06bf788edaada45a3135c5dcc7d054914c19bb91f657656c27158bf1769
SIZE (pglogical-2.0.1.tar.bz2) = 177547
TIMESTAMP = 1497130888
SHA256 (2ndQuadrant-pglogical-2.0.1-REL2_0_1_GH0.tar.gz) = bde271722c17c6fa02382f1daaaf76f9183fa8d3d9bd6d689fe6579ae7e738d0
SIZE (2ndQuadrant-pglogical-2.0.1-REL2_0_1_GH0.tar.gz) = 227229
SHA256 (2ndQuadrant-pglogical_dump-9f3b0b1_GH0.tar.gz) = 915250bf63f3b309228c5a2bbd9bfc7df3e1e5e2b54e89f3c52e722797b7b8aa
SIZE (2ndQuadrant-pglogical_dump-9f3b0b1_GH0.tar.gz) = 206704