diff options
author | Kevin Bowling <kbowling@FreeBSD.org> | 2019-02-14 04:12:44 +0000 |
---|---|---|
committer | Kevin Bowling <kbowling@FreeBSD.org> | 2019-02-14 04:12:44 +0000 |
commit | ebceab382f34590130e0ff0619542111398912e4 (patch) | |
tree | f4b097c7c084af2c84af931f07f710e29adcd7fd /databases/timescaledb/pkg-plist | |
parent | 0e185babc2d881eaaaa6e8388717b85240cce5c6 (diff) |
databases/timescaledb: invert TSL/APACHE_ONLY option
Invert the APACHEONLY negative option to TSL positive option per mat.
Fix pkg-message replacement issue reported by Giacomo Olgeni.
Reported by: mat (option inversion), Giacomo Olgeni (pkg-message)
Approved by: timur (mentor)
Sponsored by: BBOX.io
Differential Revision: https://reviews.freebsd.org/D19079
Notes
Notes:
svn path=/head/; revision=492899
Diffstat (limited to 'databases/timescaledb/pkg-plist')
-rw-r--r-- | databases/timescaledb/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/timescaledb/pkg-plist b/databases/timescaledb/pkg-plist index 394f8b1849ef..18bb842bb391 100644 --- a/databases/timescaledb/pkg-plist +++ b/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 |