Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F152454402
D19035.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D19035.id.diff
View Options
Index: head/databases/timescaledb/Makefile
===================================================================
--- head/databases/timescaledb/Makefile
+++ head/databases/timescaledb/Makefile
@@ -2,23 +2,33 @@
# $FreeBSD$
PORTNAME= timescaledb
-PORTVERSION= 1.1.1
+PORTVERSION= 1.2.0
CATEGORIES= databases
MAINTAINER= kbowling@FreeBSD.org
COMMENT= Time-series database built on PostgreSQL
-LICENSE= APACHE20
-LICENSE_FILE= ${WRKSRC}/LICENSE-APACHE
+LICENSE= APACHE20 TSL
+LICENSE_COMB= multi
+LICENSE_NAME_TSL= Timescale License Agreement
+LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE
+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 ssl
USE_GITHUB= YES
GH_ACCOUNT= timescale
-WANT_PGSQL= server
+OPTIONS_DEFINE= APACHEONLY
+OPTIONS_SUB= yes
+APACHEONLY_CMAKE_BOOL= APACHE_ONLY
+APACHEONLY_DESC= Only build Apache licensed code
+
PLIST_SUB= PORTVERSION=${PORTVERSION}
SUB_FILES= pkg-message
+
+WANT_PGSQL= server
.include <bsd.port.mk>
Index: head/databases/timescaledb/distinfo
===================================================================
--- head/databases/timescaledb/distinfo
+++ head/databases/timescaledb/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1545706093
-SHA256 (timescale-timescaledb-1.1.1_GH0.tar.gz) = c2f0f745f9ab52bf7fedd24e129efde5f39a0f27a8f41e1568aab98cd21d5a68
-SIZE (timescale-timescaledb-1.1.1_GH0.tar.gz) = 631917
+TIMESTAMP = 1548867675
+SHA256 (timescale-timescaledb-1.2.0_GH0.tar.gz) = 07f7e1da604741c962be590400a20ff91d6a7f72ded2bbcf2e3679e5e5af7f28
+SIZE (timescale-timescaledb-1.2.0_GH0.tar.gz) = 749905
Index: head/databases/timescaledb/pkg-plist
===================================================================
--- head/databases/timescaledb/pkg-plist
+++ head/databases/timescaledb/pkg-plist
@@ -1,4 +1,5 @@
lib/postgresql/timescaledb-%%PORTVERSION%%.so
+%%NO_APACHEONLY%%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
@@ -26,5 +27,6 @@
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--%%PORTVERSION%%.sql
share/postgresql/extension/timescaledb.control
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 16, 1:53 AM (1 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31569578
Default Alt Text
D19035.id.diff (2 KB)
Attached To
Mode
D19035: databases/timescaledb: Update to 1.2.0
Attached
Detach File
Event Timeline
Log In to Comment