pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/postgresql-timescaledb databases/teimscaledb...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0f77e5b64379
branches:  trunk
changeset: 446821:0f77e5b64379
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Sat Feb 13 15:16:04 2021 +0000

description:
databases/teimscaledb: Set RESTRICTED

timescale-license is very hard to understand, but there is clearly no
grant of permission to distribute derived works.  Permission is
perhaps granted to distribute unmodified versions, but it's
conditioned on compliance with hard to understand terms and limited
based on purpose of use.

diffstat:

 databases/postgresql-timescaledb/Makefile |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r d4adcaff09f3 -r 0f77e5b64379 databases/postgresql-timescaledb/Makefile
--- a/databases/postgresql-timescaledb/Makefile Sat Feb 13 14:18:04 2021 +0000
+++ b/databases/postgresql-timescaledb/Makefile Sat Feb 13 15:16:04 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2021/02/13 11:32:35 tnn Exp $
+# $NetBSD: Makefile,v 1.5 2021/02/13 15:16:04 gdt Exp $
 
 DISTNAME=      timescaledb-2.0.1
 PKGNAME=       postgresql${PGSQL_VERSION}-${DISTNAME}
@@ -11,6 +11,12 @@
 COMMENT=       The timescaledb extension for PostgreSQL
 LICENSE=       apache-2.0 AND timescale-license
 
+RESTRICTED=            No clear permission granted to distribute
+NO_SRC_ON_FTP=         ${RESTRICTED}
+NO_SRC_ON_CDROM=       ${RESTRICTED}
+NO_BIN_ON_FTP=         ${RESTRICTED}
+NO_BIN_ON_CDROM=       ${RESTRICTED}
+
 DEPENDS+=      postgresql${PGSQL_VERSION}-server>=0:../../databases/postgresql${PGSQL_VERSION}-server
 
 USE_CMAKE=     yes



Home | Main Index | Thread Index | Old Index