diff options
| author | Kevin Bowling <kbowling@FreeBSD.org> | 2021-10-23 23:30:30 +0000 |
|---|---|---|
| committer | Kevin Bowling <kbowling@FreeBSD.org> | 2021-10-23 23:30:30 +0000 |
| commit | 8a1517141686b1835374b2d350609ec74c1d11af (patch) | |
| tree | c7b81f6f4ef6339f8acc697ff72db0d479aef7f2 /databases | |
| parent | cf94bbaed1c2cc1f61c246bce90f767ea40ab7f3 (diff) | |
Diffstat (limited to 'databases')
| -rw-r--r-- | databases/postgresql-cstore_fdw/Makefile | 3 | ||||
| -rw-r--r-- | databases/postgresql-cstore_fdw/distinfo | 4 |
2 files changed, 6 insertions, 1 deletions
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 |
