diff -c timescaledb/Makefile timescaledb2/Makefile *** timescaledb/Makefile Mon Nov 16 18:25:49 2020 --- timescaledb2/Makefile Wed Dec 23 02:23:46 2020 *************** *** 2,9 **** # $FreeBSD: head/databases/timescaledb/Makefile 555534 2020-11-17 02:25:49Z kbowling $ PORTNAME= timescaledb ! PORTVERSION= 1.7.4 ! PORTREVISION= 1 CATEGORIES= databases MAINTAINER= kbowling@FreeBSD.org --- 2,8 ---- # $FreeBSD: head/databases/timescaledb/Makefile 555534 2020-11-17 02:25:49Z kbowling $ PORTNAME= timescaledb ! PORTVERSION= 2.0.0 CATEGORIES= databases MAINTAINER= kbowling@FreeBSD.org *************** *** 16,22 **** LICENSE_FILE_TSL= ${WRKSRC}/tsl/LICENSE-TIMESCALE LICENSE_PERMS_TSL= dist-mirror pkg-mirror auto-accept ! USES= compiler:c11 cmake pgsql:9.6,10,11,12 USE_GITHUB= YES GH_ACCOUNT= timescale --- 15,21 ---- LICENSE_FILE_TSL= ${WRKSRC}/tsl/LICENSE-TIMESCALE LICENSE_PERMS_TSL= dist-mirror pkg-mirror auto-accept ! USES= compiler:c11 cmake pgsql:9.6,10,11,12,13 USE_GITHUB= YES GH_ACCOUNT= timescale *************** *** 35,40 **** --- 34,41 ---- SSL_CMAKE_BOOL= USE_OPENSSL SSL_USES= ssl TSL_CMAKE_BOOL_OFF= APACHE_ONLY + + CMAKE_ARGS+=-DLINTER=OFF CMAKE_OFF= REGRESS_CHECKS WANT_PGSQL= server diff -c timescaledb/distinfo timescaledb2/distinfo *** timescaledb/distinfo Fri Sep 11 14:01:17 2020 --- timescaledb2/distinfo Tue Dec 22 02:47:39 2020 *************** *** 1,3 **** TIMESTAMP = 1599857654 ! SHA256 (timescale-timescaledb-1.7.4_GH0.tar.gz) = d0b7a153ff3e02ecf033a869ecdf4286f8610ea76140baa84928fc3a80223e99 ! SIZE (timescale-timescaledb-1.7.4_GH0.tar.gz) = 1974350 --- 1,3 ---- TIMESTAMP = 1599857654 ! SHA256 (timescale-timescaledb-2.0.0_GH0.tar.gz) = f74ebebb4461e4e77273615551ccf9250fac0bdef7bdacf5c92ee3a6884d7782 ! SIZE (timescale-timescaledb-2.0.0_GH0.tar.gz) = 2210230 Common subdirectories: timescaledb/files and timescaledb2/files diff -c timescaledb/pkg-plist timescaledb2/pkg-plist *** timescaledb/pkg-plist Fri Sep 11 14:01:17 2020 --- timescaledb2/pkg-plist Wed Dec 23 02:22:00 2020 *************** *** 1,31 **** lib/postgresql/timescaledb-%%PORTVERSION%%.so ! %%TSL%%lib/postgresql/timescaledb-tsl-%%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--0.10.1--%%PORTVERSION%%.sql - share/postgresql/extension/timescaledb--0.11.0--%%PORTVERSION%%.sql - share/postgresql/extension/timescaledb--0.12.0--%%PORTVERSION%%.sql - share/postgresql/extension/timescaledb--0.12.1--%%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--1.0.0--%%PORTVERSION%%.sql - share/postgresql/extension/timescaledb--1.0.0-rc1--%%PORTVERSION%%.sql - share/postgresql/extension/timescaledb--1.0.0-rc2--%%PORTVERSION%%.sql - share/postgresql/extension/timescaledb--1.0.0-rc3--%%PORTVERSION%%.sql - share/postgresql/extension/timescaledb--1.0.1--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb--1.1.0--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb--1.1.1--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb--1.2.0--%%PORTVERSION%%.sql --- 1,6 ---- lib/postgresql/timescaledb-%%PORTVERSION%%.so ! lib/postgresql/timescaledb-tsl-%%PORTVERSION%%.so lib/postgresql/timescaledb.so share/postgresql/extension/timescaledb--1.1.0--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb--1.1.1--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb--1.2.0--%%PORTVERSION%%.sql *************** *** 45,49 **** --- 20,29 ---- share/postgresql/extension/timescaledb--1.7.1--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb--1.7.2--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb--1.7.3--%%PORTVERSION%%.sql + share/postgresql/extension/timescaledb--1.7.4--%%PORTVERSION%%.sql + share/postgresql/extension/timescaledb--%%PORTVERSION%%-rc1--%%PORTVERSION%%.sql + share/postgresql/extension/timescaledb--%%PORTVERSION%%-rc2--%%PORTVERSION%%.sql + share/postgresql/extension/timescaledb--%%PORTVERSION%%-rc3--%%PORTVERSION%%.sql + share/postgresql/extension/timescaledb--%%PORTVERSION%%-rc4--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb.control