pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/sql-workbench



Module Name:    pkgsrc
Committed By:   gdt
Date:           Thu Oct 10 13:32:04 UTC 2019

Modified Files:
        pkgsrc/databases/sql-workbench: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/databases/sql-workbench/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/sql-workbench/Makefile
diff -u pkgsrc/databases/sql-workbench/Makefile:1.5 pkgsrc/databases/sql-workbench/Makefile:1.6
--- pkgsrc/databases/sql-workbench/Makefile:1.5 Tue Dec 11 15:29:31 2018
+++ pkgsrc/databases/sql-workbench/Makefile     Thu Oct 10 13:32:04 2019
@@ -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 @@ MAINTAINER=  asau%inbox.ru@localhost
 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