Skip to content

Commit

Permalink
timescaledb: new upstream 1.7.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
blair committed May 19, 2020
1 parent c2b5cef commit c998d97
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 13 deletions.
8 changes: 4 additions & 4 deletions databases/timescaledb/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup github 1.0

github.setup timescale timescaledb 1.7.0
github.setup timescale timescaledb 1.7.1
revision 0
license Apache-2
description A time-series database that integrates with PostreSQL.
Expand All @@ -20,9 +20,9 @@ long_description \
as well as full SQL support. TimescaleDB is packaged \
as a PostgreSQL extension.

checksums rmd160 df7e7320d50937202cef178e53fb5fc4ecfaa345 \
sha256 84bbe4df7fee581efd72ad10fc8fdce9570b11bf6285da29931c04b73627da81 \
size 1919794
checksums rmd160 b6b518145102a73cc90c1a4d2f43edeb999cb17b \
sha256 ce714dc72f6769742ca838e5b3b133ca4504a9b5d8e5fbf7abb12114c6a9f0d6 \
size 1945665

depends_build path:bin/cmake:cmake

Expand Down
14 changes: 5 additions & 9 deletions databases/timescaledb/files/test-CMakeLists.txt.patch
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index d529a1f5..8e230478 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -9,8 +9,9 @@ find_program(PG_REGRESS pg_regress
--- a/test/CMakeLists.txt 2020-05-18 07:40:53.000000000 -0700
+++ b/test/CMakeLists.txt 2020-05-18 22:11:33.616706726 -0700
@@ -10,7 +10,7 @@
"${PG_PKGLIBDIR}/pgxs/src/test/regress/")

find_program(PG_ISOLATION_REGRESS
- NAMES pg_isolation_regress
+ NAMES pg_isolation_regress.sh
+ NAMES true
HINTS
+ ${PRIMARY_TEST_DIR}
${BINDIR}
${PG_BINDIR}
${PG_PKGLIBDIR}/pgxs/src/test/isolation
${PG_SOURCE_DIR}/src/test/isolation)

0 comments on commit c998d97

Please sign in to comment.