pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/postgresql-timescaledb



Module Name:    pkgsrc
Committed By:   gdt
Date:           Sat Feb 13 15:16:04 UTC 2021

Modified Files:
        pkgsrc/databases/postgresql-timescaledb: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/postgresql-timescaledb/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/postgresql-timescaledb/Makefile
diff -u pkgsrc/databases/postgresql-timescaledb/Makefile:1.4 pkgsrc/databases/postgresql-timescaledb/Makefile:1.5
--- pkgsrc/databases/postgresql-timescaledb/Makefile:1.4        Sat Feb 13 11:32:35 2021
+++ pkgsrc/databases/postgresql-timescaledb/Makefile    Sat Feb 13 15:16:04 2021
@@ -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 @@ HOMEPAGE=    https://github.com/timescale/t
 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