pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/sql-workbench databases/sql-alchemy: Mark as...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b2f99b27bef4
branches:  trunk
changeset: 340923:b2f99b27bef4
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Thu Oct 10 13:32:04 2019 +0000

description:
databases/sql-alchemy: Mark as non-Free

License is boutique and not in licenses/, so set to generic-nonlicense
for now.  Set RESTRICTED due to entity use restrictions, and because
at least some entities/people may not distribute, set NO_*_ON_*.
(I hope this is what the package authors intended...)

diffstat:

 databases/sql-workbench/Makefile |  10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r 3ffc11989f88 -r b2f99b27bef4 databases/sql-workbench/Makefile
--- a/databases/sql-workbench/Makefile  Thu Oct 10 13:29:11 2019 +0000
+++ b/databases/sql-workbench/Makefile  Thu Oct 10 13:32:04 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2018/12/11 15:29:31 abs Exp $
+# $NetBSD: Makefile,v 1.6 2019/10/10 13:32:04 gdt Exp $
 
 DISTNAME=      Workbench-Build124
 PKGNAME=       sql-workbench-124
@@ -10,6 +10,14 @@
 HOMEPAGE=      http://www.sql-workbench.net/
 COMMENT=       JDBC-based cross-platform SQL query tool
 
+# Apache, except not granted to certain entities
+LICENSE=       generic-nonlicense
+RESTRICTED=    Some entities are not permitted to use/download.
+NO_SRC_ON_FTP=         ${RESTRICTED}
+NO_BIN_ON_FTP=         ${RESTRICTED}
+NO_SRC_ON_CDROM=       ${RESTRICTED}
+NO_BIN_ON_CDROM=       ${RESTRICTED}
+
 EXTRACT_DIR=   ${WRKSRC}
 
 USE_JAVA=              run



Home | Main Index | Thread Index | Old Index