View | Details | Raw Unified | Return to bug 220922 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-2 / +8 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	cstore_fdw
4
PORTNAME=	cstore_fdw
5
PORTVERSION=	1.5.1
5
PORTVERSION=	1.6.0
6
DISTVERSIONPREFIX=	v
6
DISTVERSIONPREFIX=	v
7
CATEGORIES=	databases
7
CATEGORIES=	databases
8
PKGNAMEPREFIX=	postgresql${PGSQL_VER:S/.//}-
8
PKGNAMEPREFIX=	postgresql${PGSQL_VER:S/.//}-
Lines 10-23 Link Here
10
MAINTAINER=	amutu@amutu.com
10
MAINTAINER=	amutu@amutu.com
11
COMMENT=	Columnar store for analytics with PostgreSQL
11
COMMENT=	Columnar store for analytics with PostgreSQL
12
12
13
LICENSE=	PostgreSQL
13
LICENSE=	APACHE20
14
LICENSE_FILE=	${WRKSRC}/LICENSE
14
15
15
LIB_DEPENDS=	libprotobuf-c.so:devel/protobuf-c
16
LIB_DEPENDS=	libprotobuf-c.so:devel/protobuf-c
16
17
18
SUB_FILES=	pkg-message
19
17
USES=		gmake pgsql:9.3+
20
USES=		gmake pgsql:9.3+
18
USE_GITHUB=	yes
21
USE_GITHUB=	yes
19
GH_ACCOUNT=	citusdata
22
GH_ACCOUNT=	citusdata
20
23
21
WANT_PGSQL=	server
24
WANT_PGSQL=	server
25
26
post-install:
27
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/cstore_fdw.so
22
28
23
.include <bsd.port.mk>
29
.include <bsd.port.mk>
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1496052817
1
TIMESTAMP = 1500735106
2
SHA256 (citusdata-cstore_fdw-v1.5.1_GH0.tar.gz) = dd1b6884ab9b21a6a90461df53d1ab7336fec4c4ff3073ee0a916b0bcbb5a44c
2
SHA256 (citusdata-cstore_fdw-v1.6.0_GH0.tar.gz) = e95a3ada47b2a0f72f8fb5906c2aa6e0e1d7c4933e4d435943234f85715b48fd
3
SIZE (citusdata-cstore_fdw-v1.5.1_GH0.tar.gz) = 87684
3
SIZE (citusdata-cstore_fdw-v1.6.0_GH0.tar.gz) = 90853
(-)files/pkg-message.in (+14 lines)
Line 0 Link Here
1
****************************************************************************
2
3
If you are upgrading cstore_fdw from a version prior to 1.6, you need 
4
to execute the following steps:
5
6
  - Restart the PostgreSQL server;
7
8
  - Run ALTER EXTENSION cstore_fdw UPDATE;
9
10
Please, visit the following URL for more information:
11
12
https://github.com/citusdata/cstore_fdw/blob/master/README.md
13
14
***************************************************************************
(-)pkg-plist (-1 / +2 lines)
Lines 4-8 Link Here
4
share/postgresql/extension/cstore_fdw--1.2--1.3.sql
4
share/postgresql/extension/cstore_fdw--1.2--1.3.sql
5
share/postgresql/extension/cstore_fdw--1.3--1.4.sql
5
share/postgresql/extension/cstore_fdw--1.3--1.4.sql
6
share/postgresql/extension/cstore_fdw--1.4--1.5.sql
6
share/postgresql/extension/cstore_fdw--1.4--1.5.sql
7
share/postgresql/extension/cstore_fdw--1.5.sql
7
share/postgresql/extension/cstore_fdw--1.5--1.6.sql
8
share/postgresql/extension/cstore_fdw--1.6.sql
8
share/postgresql/extension/cstore_fdw.control
9
share/postgresql/extension/cstore_fdw.control

Return to bug 220922