Index: head/databases/timescaledb/Makefile =================================================================== --- head/databases/timescaledb/Makefile +++ head/databases/timescaledb/Makefile @@ -3,6 +3,7 @@ PORTNAME= timescaledb PORTVERSION= 1.2.0 +PORTREVISION= 1 CATEGORIES= databases MAINTAINER= kbowling@FreeBSD.org @@ -20,15 +21,17 @@ USE_GITHUB= YES GH_ACCOUNT= timescale -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 +SUB_LIST= PORTVERSION=${PORTVERSION} WANT_PGSQL= server + +OPTIONS_DEFINE= TSL +OPTIONS_DEFAULT= TSL +OPTIONS_SUB= yes + +TSL_DESC= Enables TSL licensed code in additon to Apache license code +TSL_CMAKE_BOOL_OFF= APACHE_ONLY .include Index: head/databases/timescaledb/pkg-plist =================================================================== --- head/databases/timescaledb/pkg-plist +++ head/databases/timescaledb/pkg-plist @@ -1,5 +1,5 @@ lib/postgresql/timescaledb-%%PORTVERSION%%.so -%%NO_APACHEONLY%%lib/postgresql/timescaledb-tsl-%%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