diff options
author | swills <swills@FreeBSD.org> | 2017-12-23 21:11:09 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2017-12-23 21:11:09 +0800 |
commit | 0042f87feaa8cd1e8c88eb38f662e059d90de19d (patch) | |
tree | c96f331e7dbfa34dc330afaa63bd8f012ae86cf0 /databases | |
parent | bdf008d39f0b9b3597f8a98fa0bef268ea78fb1d (diff) | |
download | freebsd-ports-gnome-0042f87feaa8cd1e8c88eb38f662e059d90de19d.tar.gz freebsd-ports-gnome-0042f87feaa8cd1e8c88eb38f662e059d90de19d.tar.zst freebsd-ports-gnome-0042f87feaa8cd1e8c88eb38f662e059d90de19d.zip |
databases/timescaledb: Update to 0.8.0
PR: 224538
Submitted by: kbowling
Diffstat (limited to 'databases')
-rw-r--r-- | databases/timescaledb/Makefile | 5 | ||||
-rw-r--r-- | databases/timescaledb/distinfo | 6 | ||||
-rw-r--r-- | databases/timescaledb/files/patch-src_CMakeLists.txt | 15 |
3 files changed, 6 insertions, 20 deletions
diff --git a/databases/timescaledb/Makefile b/databases/timescaledb/Makefile index 05ff2b5d8c41..1fbaf19be56e 100644 --- a/databases/timescaledb/Makefile +++ b/databases/timescaledb/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= timescaledb -PORTVERSION= 0.7.1 +PORTVERSION= 0.8.0 CATEGORIES= databases MAINTAINER= kbowling@FreeBSD.org @@ -34,7 +34,8 @@ PLIST_FILES= lib/postgresql/timescaledb.so \ share/postgresql/extension/timescaledb--0.6.1--0.7.0.sql \ share/postgresql/extension/timescaledb--0.6.1--0.7.1.sql \ share/postgresql/extension/timescaledb--0.7.0--0.7.1.sql \ - share/postgresql/extension/timescaledb--0.7.1.sql \ + share/postgresql/extension/timescaledb--0.7.1--0.8.0.sql \ + share/postgresql/extension/timescaledb--0.8.0.sql \ share/postgresql/extension/timescaledb.control post-install: diff --git a/databases/timescaledb/distinfo b/databases/timescaledb/distinfo index d6915b8bdf8a..22c2f73e96dc 100644 --- a/databases/timescaledb/distinfo +++ b/databases/timescaledb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1512807641 -SHA256 (timescale-timescaledb-0.7.1_GH0.tar.gz) = f1aa897d733dcf04a131ac82ba977c39f0a1373b07fb85a377140ef63d054509 -SIZE (timescale-timescaledb-0.7.1_GH0.tar.gz) = 429747 +TIMESTAMP = 1514018850 +SHA256 (timescale-timescaledb-0.8.0_GH0.tar.gz) = 689a7091d43df72922da320b1b7a98fabe92eb230f317cf18d6a2e9972479fe8 +SIZE (timescale-timescaledb-0.8.0_GH0.tar.gz) = 457521 diff --git a/databases/timescaledb/files/patch-src_CMakeLists.txt b/databases/timescaledb/files/patch-src_CMakeLists.txt deleted file mode 100644 index 59734f6b94ca..000000000000 --- a/databases/timescaledb/files/patch-src_CMakeLists.txt +++ /dev/null @@ -1,15 +0,0 @@ ---- 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) |