From owner-svn-ports-all@freebsd.org Mon Jul 16 12:48:42 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 55C55104F22B; Mon, 16 Jul 2018 12:48:42 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 02A508F489; Mon, 16 Jul 2018 12:48:42 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D4B531CB3C; Mon, 16 Jul 2018 12:48:41 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6GCmfMY080095; Mon, 16 Jul 2018 12:48:41 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6GCmfg3080092; Mon, 16 Jul 2018 12:48:41 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201807161248.w6GCmfg3080092@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 16 Jul 2018 12:48:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r474732 - head/databases/timescaledb X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/databases/timescaledb X-SVN-Commit-Revision: 474732 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jul 2018 12:48:42 -0000 Author: swills Date: Mon Jul 16 12:48:40 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) Added: head/databases/timescaledb/pkg-plist (contents, props changed) Modified: head/databases/timescaledb/Makefile (contents, props changed) head/databases/timescaledb/distinfo (contents, props changed) Modified: head/databases/timescaledb/Makefile ============================================================================== --- head/databases/timescaledb/Makefile Mon Jul 16 11:27:07 2018 (r474731) +++ head/databases/timescaledb/Makefile Mon Jul 16 12:48:40 2018 (r474732) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= timescaledb -PORTVERSION= 0.10.0 +PORTVERSION= 0.10.1 CATEGORIES= databases MAINTAINER= kbowling@FreeBSD.org @@ -12,38 +12,13 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= compiler:c11 cmake:outsource pgsql:9.6,10 -USE_LDCONFIG= yes USE_GITHUB= YES GH_ACCOUNT= timescale WANT_PGSQL= server -SUB_LIST+= PORTVERSION=${PORTVERSION} +PLIST_SUB= PORTVERSION=${PORTVERSION} SUB_FILES= pkg-message - -PLIST_FILES= lib/postgresql/timescaledb.so \ - lib/postgresql/timescaledb-0.10.0.so \ - share/postgresql/extension/timescaledb--0.1.0--0.10.0.sql \ - share/postgresql/extension/timescaledb--0.2.0--0.10.0.sql \ - share/postgresql/extension/timescaledb--0.3.0--0.10.0.sql \ - share/postgresql/extension/timescaledb--0.4.0--0.10.0.sql \ - share/postgresql/extension/timescaledb--0.4.1--0.10.0.sql \ - share/postgresql/extension/timescaledb--0.4.2--0.10.0.sql \ - share/postgresql/extension/timescaledb--0.5.0--0.10.0.sql \ - share/postgresql/extension/timescaledb--0.6.0--0.10.0.sql \ - share/postgresql/extension/timescaledb--0.6.1--0.10.0.sql \ - share/postgresql/extension/timescaledb--0.7.0--0.10.0.sql \ - share/postgresql/extension/timescaledb--0.7.1--0.10.0.sql \ - share/postgresql/extension/timescaledb--0.8.0--0.10.0.sql \ - share/postgresql/extension/timescaledb--0.9.0--0.10.0.sql \ - share/postgresql/extension/timescaledb--0.9.1--0.10.0.sql \ - share/postgresql/extension/timescaledb--0.9.2--0.10.0.sql \ - share/postgresql/extension/timescaledb--0.10.0.sql \ - share/postgresql/extension/timescaledb.control - -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/timescaledb.so - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/timescaledb-${PORTVERSION}.so .include Modified: head/databases/timescaledb/distinfo ============================================================================== --- head/databases/timescaledb/distinfo Mon Jul 16 11:27:07 2018 (r474731) +++ head/databases/timescaledb/distinfo Mon Jul 16 12:48:40 2018 (r474732) @@ -1,3 +1,3 @@ -TIMESTAMP = 1530343226 -SHA256 (timescale-timescaledb-0.10.0_GH0.tar.gz) = 6aec9c93d1e0927f970118e621ad2caa684367c89bf5e74e98d5b607d124600a -SIZE (timescale-timescaledb-0.10.0_GH0.tar.gz) = 324814 +TIMESTAMP = 1531654861 +SHA256 (timescale-timescaledb-0.10.1_GH0.tar.gz) = 79dc9f53db14544c6a559f4f2f917348efcf502aef5aec599b3f532c646a817a +SIZE (timescale-timescaledb-0.10.1_GH0.tar.gz) = 329002 Added: head/databases/timescaledb/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/timescaledb/pkg-plist Mon Jul 16 12:48:40 2018 (r474732) @@ -0,0 +1,20 @@ +lib/postgresql/timescaledb-%%PORTVERSION%%.so +lib/postgresql/timescaledb.so +share/postgresql/extension/timescaledb--0.1.0--%%PORTVERSION%%.sql +share/postgresql/extension/timescaledb--0.10.0--%%PORTVERSION%%.sql +share/postgresql/extension/timescaledb--%%PORTVERSION%%.sql +share/postgresql/extension/timescaledb--0.2.0--%%PORTVERSION%%.sql +share/postgresql/extension/timescaledb--0.3.0--%%PORTVERSION%%.sql +share/postgresql/extension/timescaledb--0.4.0--%%PORTVERSION%%.sql +share/postgresql/extension/timescaledb--0.4.1--%%PORTVERSION%%.sql +share/postgresql/extension/timescaledb--0.4.2--%%PORTVERSION%%.sql +share/postgresql/extension/timescaledb--0.5.0--%%PORTVERSION%%.sql +share/postgresql/extension/timescaledb--0.6.0--%%PORTVERSION%%.sql +share/postgresql/extension/timescaledb--0.6.1--%%PORTVERSION%%.sql +share/postgresql/extension/timescaledb--0.7.0--%%PORTVERSION%%.sql +share/postgresql/extension/timescaledb--0.7.1--%%PORTVERSION%%.sql +share/postgresql/extension/timescaledb--0.8.0--%%PORTVERSION%%.sql +share/postgresql/extension/timescaledb--0.9.0--%%PORTVERSION%%.sql +share/postgresql/extension/timescaledb--0.9.1--%%PORTVERSION%%.sql +share/postgresql/extension/timescaledb--0.9.2--%%PORTVERSION%%.sql +share/postgresql/extension/timescaledb.control