Summary: | databases/timescaledb: Update to 0.9.0 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | mahlon | ||||||||
Component: | Individual Port(s) | Assignee: | Steve Wills <swills> | ||||||||
Status: | Closed FIXED | ||||||||||
Severity: | Affects Only Me | CC: | kbowling, swills, w.schwarzenfeld | ||||||||
Priority: | --- | Keywords: | needs-qa | ||||||||
Version: | Latest | Flags: | kbowling:
maintainer-feedback+
|
||||||||
Hardware: | Any | ||||||||||
OS: | Any | ||||||||||
Attachments: |
|
Hmm, actually hold off. Something in cmake-land is altering all the SQL migrations to be incorrect paths. Digging. Created attachment 191239 [details]
patch-That's better.
(In reply to mahlon from comment #1) (For the record, these were correct paths. Looks like the migrations just changed from 0.8.) Created attachment 191255 [details]
updated patch
I had to make some changes to get it to pass poudriere testport. Please approve.
(In reply to Steve Wills from comment #4) Looking good to me. LGTM. In theory this could handle multiple versions now but let's avoid that complexity until the product is more mature. A commit references this bug: Author: swills Date: Thu Mar 8 03:01:59 UTC 2018 New revision: 463860 URL: https://svnweb.freebsd.org/changeset/ports/463860 Log: databases/timescaledb: Update to 0.9.0 PR: 226380 Submitted by: mahlon@martini.nu (with slight changes) Approved by: kbowling (maintainer) Changes: head/databases/timescaledb/Makefile head/databases/timescaledb/distinfo Committed, thanks! |
Created attachment 191238 [details] Patch to 0.9.0. Short and sweet.