Bug 227267 - databases/timescaledb: Update to 0.9.1
Summary: databases/timescaledb: Update to 0.9.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-04-03 19:06 UTC by Matt Magoffin
Modified: 2018-04-06 16:08 UTC (History)
2 users (show)

See Also:
kbowling: maintainer-feedback+


Attachments
0.9.1 update patch (1.84 KB, patch)
2018-04-03 21:51 UTC, Matt Magoffin
no flags Details | Diff
0.9.1 update patch (2.91 KB, patch)
2018-04-03 23:39 UTC, Matt Magoffin
kbowling: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Magoffin 2018-04-03 19:06:32 UTC
This is a request to update the port to 0.9.1.
Comment 1 Matt Magoffin 2018-04-03 21:51:36 UTC
Created attachment 192189 [details]
0.9.1 update patch

This is my first attempt at a port patch!
Comment 2 elij 2018-04-03 23:30:57 UTC
Patch did quite work for me. Had to add:

 PLIST_FILES=	lib/postgresql/timescaledb.so \
-		lib/postgresql/timescaledb-0.9.0.so \
-		share/postgresql/extension/timescaledb--0.1.0--0.9.0.sql \
-		share/postgresql/extension/timescaledb--0.2.0--0.9.0.sql \
-		share/postgresql/extension/timescaledb--0.3.0--0.9.0.sql \
-		share/postgresql/extension/timescaledb--0.4.0--0.9.0.sql \
-		share/postgresql/extension/timescaledb--0.4.1--0.9.0.sql \
-		share/postgresql/extension/timescaledb--0.4.2--0.9.0.sql \
-		share/postgresql/extension/timescaledb--0.5.0--0.9.0.sql \
-		share/postgresql/extension/timescaledb--0.6.0--0.9.0.sql \
-		share/postgresql/extension/timescaledb--0.6.1--0.9.0.sql \
-		share/postgresql/extension/timescaledb--0.7.0--0.9.0.sql \
-		share/postgresql/extension/timescaledb--0.7.1--0.9.0.sql \
-		share/postgresql/extension/timescaledb--0.8.0--0.9.0.sql \
-		share/postgresql/extension/timescaledb--0.9.0.sql \
+		lib/postgresql/timescaledb-0.9.1.so \
+		share/postgresql/extension/timescaledb--0.1.0--0.9.1.sql \
+		share/postgresql/extension/timescaledb--0.2.0--0.9.1.sql \
+		share/postgresql/extension/timescaledb--0.3.0--0.9.1.sql \
+		share/postgresql/extension/timescaledb--0.4.0--0.9.1.sql \
+		share/postgresql/extension/timescaledb--0.4.1--0.9.1.sql \
+		share/postgresql/extension/timescaledb--0.4.2--0.9.1.sql \
+		share/postgresql/extension/timescaledb--0.5.0--0.9.1.sql \
+		share/postgresql/extension/timescaledb--0.6.0--0.9.1.sql \
+		share/postgresql/extension/timescaledb--0.6.1--0.9.1.sql \
+		share/postgresql/extension/timescaledb--0.7.0--0.9.1.sql \
+		share/postgresql/extension/timescaledb--0.7.1--0.9.1.sql \
+		share/postgresql/extension/timescaledb--0.8.0--0.9.1.sql \
+		share/postgresql/extension/timescaledb--0.9.0--0.9.1.sql \
+		share/postgresql/extension/timescaledb--0.9.1.sql \
 		share/postgresql/extension/timescaledb.control
Comment 3 Matt Magoffin 2018-04-03 23:39:51 UTC
Created attachment 192191 [details]
0.9.1 update patch

Yes sorry about that oversight. Here's an updated patch with that fix.
Comment 4 commit-hook freebsd_committer freebsd_triage 2018-04-06 16:08:33 UTC
A commit references this bug:

Author: swills
Date: Fri Apr  6 16:08:03 UTC 2018
New revision: 466650
URL: https://svnweb.freebsd.org/changeset/ports/466650

Log:
  databases/timescaledb: Update to 0.9.1

  PR:		227267
  Submitted by:	Matt Magoffin <bugs.freebsd.org@msqr.us>
  Approved by:	kbowling (maintainer)

Changes:
  head/databases/timescaledb/Makefile
  head/databases/timescaledb/distinfo
Comment 5 Steve Wills freebsd_committer freebsd_triage 2018-04-06 16:08:42 UTC
Committed, thanks!