Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Oct 2021 23:31:36 GMT
From:      Kevin Bowling <kbowling@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8a1517141686 - main - databases/postgresql-cstore_fdw: Fix for pgsql 13
Message-ID:  <202110232331.19NNVahv034887@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by kbowling:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8a1517141686b1835374b2d350609ec74c1d11af

commit 8a1517141686b1835374b2d350609ec74c1d11af
Author:     Kevin Bowling <kbowling@FreeBSD.org>
AuthorDate: 2021-10-23 23:30:30 +0000
Commit:     Kevin Bowling <kbowling@FreeBSD.org>
CommitDate: 2021-10-23 23:30:30 +0000

    databases/postgresql-cstore_fdw: Fix for pgsql 13
    
    PR:             259028
    Approved by:    maintainer timeout
---
 databases/postgresql-cstore_fdw/Makefile | 3 +++
 databases/postgresql-cstore_fdw/distinfo | 4 +++-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/databases/postgresql-cstore_fdw/Makefile b/databases/postgresql-cstore_fdw/Makefile
index 079f3f4c179b..392a34e02cfe 100644
--- a/databases/postgresql-cstore_fdw/Makefile
+++ b/databases/postgresql-cstore_fdw/Makefile
@@ -6,6 +6,9 @@ DISTVERSIONPREFIX=	v
 CATEGORIES=	databases
 PKGNAMEPREFIX=	postgresql${PGSQL_VER:S/.//}-
 
+PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES+=	2b6bf67ca60faf5a3ebe914fad53257a634ae48a.patch:-p1
+
 MAINTAINER=	farrokhi@FreeBSD.org
 COMMENT=	Columnar store for analytics with PostgreSQL
 
diff --git a/databases/postgresql-cstore_fdw/distinfo b/databases/postgresql-cstore_fdw/distinfo
index c1b1332bc28d..2e25673417c7 100644
--- a/databases/postgresql-cstore_fdw/distinfo
+++ b/databases/postgresql-cstore_fdw/distinfo
@@ -1,3 +1,5 @@
-TIMESTAMP = 1582106798
+TIMESTAMP = 1633795109
 SHA256 (citusdata-cstore_fdw-v1.7.0_GH0.tar.gz) = bd8a06654b483d27b48d8196cf6baac0c7828b431b49ac097923ac0c54a1c38c
 SIZE (citusdata-cstore_fdw-v1.7.0_GH0.tar.gz) = 93313
+SHA256 (2b6bf67ca60faf5a3ebe914fad53257a634ae48a.patch) = 5a396090cb99ae6af5774c65ed4e1d5e0f249b79e8d734624688fee174bd73d5
+SIZE (2b6bf67ca60faf5a3ebe914fad53257a634ae48a.patch) = 16786



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110232331.19NNVahv034887>