aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql-cstore_fdw
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2017-07-23 14:47:33 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2017-07-23 14:47:33 +0000
commit76d70145f62c8d23b0b576695f9ccfc005954cae (patch)
treeb228710e7706b06fe44d2a40e20efab3fc08eaf4 /databases/postgresql-cstore_fdw
parent97413751c23c95327f27e7b53a9c9c69d51b0fff (diff)
downloadports-76d70145f62c8d23b0b576695f9ccfc005954cae.tar.gz
ports-76d70145f62c8d23b0b576695f9ccfc005954cae.zip
databases/postgresql-cstore_fdw: Update to 1.6.0
- STRIP cstore_fdw.so [1] - Update LICENSE - Add a message about the additional steps for users that are upgrading PR: 220922 [1] Submitted by: amutu@amutu.com (maintainer) [1]
Notes
Notes: svn path=/head/; revision=446487
Diffstat (limited to 'databases/postgresql-cstore_fdw')
-rw-r--r--databases/postgresql-cstore_fdw/Makefile10
-rw-r--r--databases/postgresql-cstore_fdw/distinfo6
-rw-r--r--databases/postgresql-cstore_fdw/files/pkg-message.in14
-rw-r--r--databases/postgresql-cstore_fdw/pkg-plist3
4 files changed, 27 insertions, 6 deletions
diff --git a/databases/postgresql-cstore_fdw/Makefile b/databases/postgresql-cstore_fdw/Makefile
index b20ef2de2208..95c14f02da40 100644
--- a/databases/postgresql-cstore_fdw/Makefile
+++ b/databases/postgresql-cstore_fdw/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= cstore_fdw
-PORTVERSION= 1.5.1
+PORTVERSION= 1.6.0
DISTVERSIONPREFIX= v
CATEGORIES= databases
PKGNAMEPREFIX= postgresql${PGSQL_VER:S/.//}-
@@ -10,14 +10,20 @@ PKGNAMEPREFIX= postgresql${PGSQL_VER:S/.//}-
MAINTAINER= amutu@amutu.com
COMMENT= Columnar store for analytics with PostgreSQL
-LICENSE= PostgreSQL
+LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libprotobuf-c.so:devel/protobuf-c
+SUB_FILES= pkg-message
+
USES= gmake pgsql:9.3+
USE_GITHUB= yes
GH_ACCOUNT= citusdata
WANT_PGSQL= server
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/cstore_fdw.so
+
.include <bsd.port.mk>
diff --git a/databases/postgresql-cstore_fdw/distinfo b/databases/postgresql-cstore_fdw/distinfo
index b8659668a9fb..2abf501c3cb3 100644
--- a/databases/postgresql-cstore_fdw/distinfo
+++ b/databases/postgresql-cstore_fdw/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1496052817
-SHA256 (citusdata-cstore_fdw-v1.5.1_GH0.tar.gz) = dd1b6884ab9b21a6a90461df53d1ab7336fec4c4ff3073ee0a916b0bcbb5a44c
-SIZE (citusdata-cstore_fdw-v1.5.1_GH0.tar.gz) = 87684
+TIMESTAMP = 1500735106
+SHA256 (citusdata-cstore_fdw-v1.6.0_GH0.tar.gz) = e95a3ada47b2a0f72f8fb5906c2aa6e0e1d7c4933e4d435943234f85715b48fd
+SIZE (citusdata-cstore_fdw-v1.6.0_GH0.tar.gz) = 90853
diff --git a/databases/postgresql-cstore_fdw/files/pkg-message.in b/databases/postgresql-cstore_fdw/files/pkg-message.in
new file mode 100644
index 000000000000..6fd10b2d6f1e
--- /dev/null
+++ b/databases/postgresql-cstore_fdw/files/pkg-message.in
@@ -0,0 +1,14 @@
+****************************************************************************
+
+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
+
+***************************************************************************
diff --git a/databases/postgresql-cstore_fdw/pkg-plist b/databases/postgresql-cstore_fdw/pkg-plist
index 8bb7180a7152..5da43ff3631a 100644
--- a/databases/postgresql-cstore_fdw/pkg-plist
+++ b/databases/postgresql-cstore_fdw/pkg-plist
@@ -4,5 +4,6 @@ share/postgresql/extension/cstore_fdw--1.1--1.2.sql
share/postgresql/extension/cstore_fdw--1.2--1.3.sql
share/postgresql/extension/cstore_fdw--1.3--1.4.sql
share/postgresql/extension/cstore_fdw--1.4--1.5.sql
-share/postgresql/extension/cstore_fdw--1.5.sql
+share/postgresql/extension/cstore_fdw--1.5--1.6.sql
+share/postgresql/extension/cstore_fdw--1.6.sql
share/postgresql/extension/cstore_fdw.control