Received: by mail.netbsd.org (Postfix, from userid 605) id 1B72884D86; Thu, 10 Oct 2019 13:32:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9A06484D5F for ; Thu, 10 Oct 2019 13:32:05 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id jkarMTqc72JS for ; Thu, 10 Oct 2019 13:32:05 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E4F4E84D04 for ; Thu, 10 Oct 2019 13:32:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DE187FBF4; Thu, 10 Oct 2019 13:32:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1570714324204990" MIME-Version: 1.0 Date: Thu, 10 Oct 2019 13:32:04 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/databases/sql-workbench To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20191010133204.DE187FBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1570714324204990 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1570714324204990 Content-Disposition: inline Content-Length: 943 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 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 --_----------=_1570714324204990--