Index: head/databases/timescaledb/pkg-message =================================================================== --- head/databases/timescaledb/pkg-message (revision 454750) +++ head/databases/timescaledb/pkg-message (nonexistent) @@ -1,7 +0,0 @@ -To activate timescaledb on your PostgreSQL server, add 'timescaledb' to -shared_preload_libraries in $PGDATA/postgresql.conf. For every database, -run - CREATE EXTENSION IF NOT EXISTS timescaledb CASCADE; - -If you are upgrading, restart PostgreSQL server and run - ALTER EXTENSION timescaledb UPDATE TO '0.6.0'; Property changes on: head/databases/timescaledb/pkg-message ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/databases/timescaledb/Makefile =================================================================== --- head/databases/timescaledb/Makefile (revision 454750) +++ head/databases/timescaledb/Makefile (revision 454751) @@ -1,39 +1,41 @@ # Created by: Kevin Bowling # $FreeBSD$ PORTNAME= timescaledb -PORTVERSION= 0.6.0 +PORTVERSION= 0.7.0 CATEGORIES= databases MAINTAINER= kbowling@FreeBSD.org COMMENT= Time-series database built on PostgreSQL LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= compiler:c11 gmake pgsql:9.6 +USES= compiler:c11 cmake:outsource pgsql:9.6,10 USE_LDCONFIG= yes USE_GITHUB= YES GH_ACCOUNT= timescale -MAKE_ARGS= PG_CONFIG=${LOCALBASE}/bin/pg_config USE_PGXS=1 \ - install_bin=/usr/bin/install - WANT_PGSQL= server +SUB_LIST+= PORTVERSION=${PORTVERSION} +SUB_FILES= pkg-message + PLIST_FILES= lib/postgresql/timescaledb.so \ share/postgresql/extension/timescaledb--0.1.0--0.2.0.sql \ share/postgresql/extension/timescaledb--0.2.0--0.3.0.sql \ share/postgresql/extension/timescaledb--0.3.0--0.4.0.sql \ share/postgresql/extension/timescaledb--0.4.0--0.4.1.sql \ share/postgresql/extension/timescaledb--0.4.1--0.4.2.sql \ share/postgresql/extension/timescaledb--0.4.2--0.5.0.sql \ share/postgresql/extension/timescaledb--0.5.0--0.6.0.sql \ - share/postgresql/extension/timescaledb--0.6.0.sql \ + share/postgresql/extension/timescaledb--0.6.0--0.6.1.sql \ + share/postgresql/extension/timescaledb--0.6.1--0.7.0.sql \ + share/postgresql/extension/timescaledb--0.7.0.sql \ share/postgresql/extension/timescaledb.control post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/timescaledb.so .include Index: head/databases/timescaledb/distinfo =================================================================== --- head/databases/timescaledb/distinfo (revision 454750) +++ head/databases/timescaledb/distinfo (revision 454751) @@ -1,3 +1,3 @@ -TIMESTAMP = 1508301885 -SHA256 (timescale-timescaledb-0.6.0_GH0.tar.gz) = d8447eab8504cf4eb22567a844c86358d9cb46a2b1d65c7a021072079d90effb -SIZE (timescale-timescaledb-0.6.0_GH0.tar.gz) = 317259 +TIMESTAMP = 1511336203 +SHA256 (timescale-timescaledb-0.7.0_GH0.tar.gz) = 11087c59f2b91c035376ffdf64161be45789244c377260c1bef2f8fceebfd9d7 +SIZE (timescale-timescaledb-0.7.0_GH0.tar.gz) = 374746 Index: head/databases/timescaledb/files/patch-src_CMakeLists.txt =================================================================== --- head/databases/timescaledb/files/patch-src_CMakeLists.txt (nonexistent) +++ head/databases/timescaledb/files/patch-src_CMakeLists.txt (revision 454751) @@ -0,0 +1,15 @@ +--- src/CMakeLists.txt.orig 2017-11-22 08:00:04 UTC ++++ src/CMakeLists.txt +@@ -13,11 +13,10 @@ if (APPLE) + set(CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -multiply_defined suppress -Wl,-undefined,dynamic_lookup -Wl,-dead_strip_dylibs -bundle_loader ${PG_BINDIR}/postgres") + endif (APPLE) + +-include_directories (${CMAKE_CURRENT_BINARY_DIR} ${PG_INCLUDEDIR_SERVER}) ++include_directories (${CMAKE_CURRENT_BINARY_DIR} ${PG_INCLUDEDIR} ${PG_INCLUDEDIR_SERVER}) + + if (WIN32) + set(CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} ${PG_LIBDIR}/postgres.lib ws2_32.lib") +- include_directories(${CMAKE_CURRENT_BINARY_DIR} ${PG_INCLUDEDIR}) + include_directories(${PG_INCLUDEDIR_SERVER}/port/win32) + + if (MSVC) Property changes on: head/databases/timescaledb/files/patch-src_CMakeLists.txt ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/databases/timescaledb/files/pkg-message.in =================================================================== --- head/databases/timescaledb/files/pkg-message.in (nonexistent) +++ head/databases/timescaledb/files/pkg-message.in (revision 454751) @@ -0,0 +1,7 @@ +To activate timescaledb on your PostgreSQL server, add 'timescaledb' to +shared_preload_libraries in $PGDATA/postgresql.conf. For every database, +run + CREATE EXTENSION IF NOT EXISTS timescaledb CASCADE; + +If you are upgrading, restart PostgreSQL server and run + ALTER EXTENSION timescaledb UPDATE TO '0.6.0'; Property changes on: head/databases/timescaledb/files/pkg-message.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property