databases/timescaledb: Update to 0.8.0
PR: 224538 Submitted by: kbowling
This commit is contained in:
parent
5346dfb260
commit
9258841107
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=457049
3 changed files with 6 additions and 20 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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)
|
Loading…
Reference in a new issue