aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql-cstore_fdw
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2019-08-13 16:01:59 +0000
committerMathieu Arnold <mat@FreeBSD.org>2019-08-13 16:01:59 +0000
commit78d1aff1fc53a63e9c59c078ff2258a5dd29c9dd (patch)
tree557e38686944a0a47350c0dc68f952bec42e13d6 /databases/postgresql-cstore_fdw
parenta6c40a689b8a327b1ecf5778f120f0d7250ea7a8 (diff)
downloadports-78d1aff1fc53a63e9c59c078ff2258a5dd29c9dd.tar.gz
ports-78d1aff1fc53a63e9c59c078ff2258a5dd29c9dd.zip
Convert to UCL & cleanup pkg-message (categories d)
Notes
Notes: svn path=/head/; revision=508835
Diffstat (limited to 'databases/postgresql-cstore_fdw')
-rw-r--r--databases/postgresql-cstore_fdw/files/pkg-message.in11
1 files changed, 7 insertions, 4 deletions
diff --git a/databases/postgresql-cstore_fdw/files/pkg-message.in b/databases/postgresql-cstore_fdw/files/pkg-message.in
index 6fd10b2d6f1e..34d6ed637142 100644
--- a/databases/postgresql-cstore_fdw/files/pkg-message.in
+++ b/databases/postgresql-cstore_fdw/files/pkg-message.in
@@ -1,5 +1,7 @@
-****************************************************************************
-
+[
+{ 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:
@@ -10,5 +12,6 @@ to execute the following steps:
Please, visit the following URL for more information:
https://github.com/citusdata/cstore_fdw/blob/master/README.md
-
-***************************************************************************
+EOM
+}
+]