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

Collapse All | Expand All

(-)b/Makefile (-1 / +4 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/databases/postgresql-cstore_fdw/Makefile 443496 2017-06-13 10:28:30Z tz $
2
# $FreeBSD: head/databases/postgresql-cstore_fdw/Makefile 443496 2017-06-13 10:28:30Z tz $
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 20-23 GH_ACCOUNT= citusdata Link Here
20
20
21
WANT_PGSQL=	server
21
WANT_PGSQL=	server
22
22
23
post-install:
24
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/cstore_fdw.so
25
23
.include <bsd.port.mk>
26
.include <bsd.port.mk>
(-)b/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1496052817
1
TIMESTAMP = 1500715713
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
(-)b/pkg-plist (-1 / +2 lines)
Lines 4-8 share/postgresql/extension/cstore_fdw--1.1--1.2.sql 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