Commit 63f2cfa2 authored by Rene Ladan's avatar Rene Ladan
Browse files

databases/postgresql-cstore_fdw: Remove expired port

2026-03-31 databases/postgresql-cstore_fdw: Columnar storage is now part of databases/pg_citus. Please migrate.
parent 0918a505
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5217,3 +5217,4 @@ x11/mrxvt||2026-03-31|Has expired: Upstream unmaintained and has known vulnerabi
www/glassfish4|www/glassfish|2026-03-31|Has expired: Very old version reached EoL, use www/glassfish instead
devel/qjson||2026-03-31|Has expired: Deprecated upstream, not used by anything
multimedia/gstreamer1-vaapi||2026-03-31|Has expired: Project discontinued
databases/postgresql-cstore_fdw||2026-03-31|Has expired: Columnar storage is now part of databases/pg_citus. Please migrate
+0 −1
Original line number Diff line number Diff line
@@ -655,7 +655,6 @@
    SUBDIR += postgis34
    SUBDIR += postgis35
    SUBDIR += postgis36
    SUBDIR += postgresql-cstore_fdw
    SUBDIR += postgresql-idn
    SUBDIR += postgresql-jdbc
    SUBDIR += postgresql-libpgeasy
+0 −36
Original line number Diff line number Diff line
PORTNAME=	cstore_fdw
PORTVERSION=	1.7.0
DISTVERSIONPREFIX=	v
PORTREVISION=	1
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
WWW=		https://github.com/citusdata/cstore_fdw

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/LICENSE

LIB_DEPENDS=	libprotobuf-c.so:devel/protobuf-c

USES=		gmake pgsql:11-13

SUB_FILES=	pkg-message

LLD_UNSAFE=	yes
USE_GITHUB=	yes
GH_ACCOUNT=	citusdata

WANT_PGSQL=	server

DEPRECATED=	Columnar storage is now part of databases/pg_citus. Please migrate.
EXPIRATION_DATE=2026-03-31

post-install:
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/cstore_fdw.so

.include <bsd.port.mk>
+0 −5
Original line number Diff line number Diff line
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
+0 −17
Original line number Diff line number Diff line
[
{ type: upgrade
  maximum_version: 1.6
  message: <<EOM
If you are upgrading cstore_fdw from a version prior to 1.6, you need 
to execute the following steps:

  - Restart the PostgreSQL server;

  - Run ALTER EXTENSION cstore_fdw UPDATE;

Please, visit the following URL for more information:

https://github.com/citusdata/cstore_fdw/blob/master/README.md
EOM
}
]
Loading