Created attachment 195123 [details] update timescaledb to 0.10.1
(In reply to Babak Farrokhi from comment #0) This has plist issues: ===> Checking for items in STAGEDIR missing from pkg-plist Error: Orphaned: lib/postgresql/timescaledb-0.10.1.so Error: Orphaned: share/postgresql/extension/timescaledb--0.1.0--0.10.1.sql Error: Orphaned: share/postgresql/extension/timescaledb--0.10.0--0.10.1.sql Error: Orphaned: share/postgresql/extension/timescaledb--0.10.1.sql Error: Orphaned: share/postgresql/extension/timescaledb--0.2.0--0.10.1.sql Error: Orphaned: share/postgresql/extension/timescaledb--0.3.0--0.10.1.sql Error: Orphaned: share/postgresql/extension/timescaledb--0.4.0--0.10.1.sql Error: Orphaned: share/postgresql/extension/timescaledb--0.4.1--0.10.1.sql Error: Orphaned: share/postgresql/extension/timescaledb--0.4.2--0.10.1.sql Error: Orphaned: share/postgresql/extension/timescaledb--0.5.0--0.10.1.sql Error: Orphaned: share/postgresql/extension/timescaledb--0.6.0--0.10.1.sql Error: Orphaned: share/postgresql/extension/timescaledb--0.6.1--0.10.1.sql Error: Orphaned: share/postgresql/extension/timescaledb--0.7.0--0.10.1.sql Error: Orphaned: share/postgresql/extension/timescaledb--0.7.1--0.10.1.sql Error: Orphaned: share/postgresql/extension/timescaledb--0.8.0--0.10.1.sql Error: Orphaned: share/postgresql/extension/timescaledb--0.9.0--0.10.1.sql Error: Orphaned: share/postgresql/extension/timescaledb--0.9.1--0.10.1.sql Error: Orphaned: share/postgresql/extension/timescaledb--0.9.2--0.10.1.sql ===> Checking for items in pkg-plist which are not in STAGEDIR Error: Missing: lib/postgresql/timescaledb-0.10.0.so Error: Missing: share/postgresql/extension/timescaledb--0.1.0--0.10.0.sql Error: Missing: share/postgresql/extension/timescaledb--0.10.0.sql Error: Missing: share/postgresql/extension/timescaledb--0.2.0--0.10.0.sql Error: Missing: share/postgresql/extension/timescaledb--0.3.0--0.10.0.sql Error: Missing: share/postgresql/extension/timescaledb--0.4.0--0.10.0.sql Error: Missing: share/postgresql/extension/timescaledb--0.4.1--0.10.0.sql Error: Missing: share/postgresql/extension/timescaledb--0.4.2--0.10.0.sql Error: Missing: share/postgresql/extension/timescaledb--0.5.0--0.10.0.sql Error: Missing: share/postgresql/extension/timescaledb--0.6.0--0.10.0.sql Error: Missing: share/postgresql/extension/timescaledb--0.6.1--0.10.0.sql Error: Missing: share/postgresql/extension/timescaledb--0.7.0--0.10.0.sql Error: Missing: share/postgresql/extension/timescaledb--0.7.1--0.10.0.sql Error: Missing: share/postgresql/extension/timescaledb--0.8.0--0.10.0.sql Error: Missing: share/postgresql/extension/timescaledb--0.9.0--0.10.0.sql Error: Missing: share/postgresql/extension/timescaledb--0.9.1--0.10.0.sql Error: Missing: share/postgresql/extension/timescaledb--0.9.2--0.10.0.sql ===> Error: Plist issues found.
Created attachment 195151 [details] updated patch for databases/timescaledb
(In reply to Steve Wills from comment #1) Updated the patch: - Move plist from Makefile to pkg-plist - Remove ${STRIP} given that shared libs are already stripped during install - Pet portlint # portlint -a looks fine. Successful build on poudriere: # tail timescaledb-0.10.1.log Installed packages to be REMOVED: timescaledb-0.10.1 Number of packages to be removed: 1 The operation will free 1 MiB. [11-stable-default] [1/1] Deinstalling timescaledb-0.10.1... [11-stable-default] [1/1] Deleting files for timescaledb-0.10.1: .......... done build of databases/timescaledb | timescaledb-0.10.1 ended at Sun Jul 15 19:04:41 +0430 2018 build time: 00:04:32
LGTM thanks
A commit references this bug: Author: swills Date: Mon Jul 16 12:48:41 UTC 2018 New revision: 474732 URL: https://svnweb.freebsd.org/changeset/ports/474732 Log: databases/timescaledb: Update to 0.10.1 PR: 229767 Submitted by: farrokhi Approved by: kbowling (maintainer) Changes: head/databases/timescaledb/Makefile head/databases/timescaledb/distinfo head/databases/timescaledb/pkg-plist
Committed, thanks!