pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/gnupg When using idea option, change license ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b81676008c79
branches: trunk
changeset: 517029:b81676008c79
user: gdt <gdt%pkgsrc.org@localhost>
date: Thu Aug 03 14:49:14 2006 +0000
description:
When using idea option, change license from fee-based-commercial-use
to idea-license, and also set RESTRICTED and NO_*_CDROM.
(Note that this doesn't change what happens if the idea option is unused.)
diffstat:
security/gnupg/options.mk | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diffs (22 lines):
diff -r a04933d8b67b -r b81676008c79 security/gnupg/options.mk
--- a/security/gnupg/options.mk Thu Aug 03 14:02:58 2006 +0000
+++ b/security/gnupg/options.mk Thu Aug 03 14:49:14 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.9 2006/07/27 18:48:03 jlam Exp $
+# $NetBSD: options.mk,v 1.10 2006/08/03 14:49:14 gdt Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.gnupg
PKG_SUPPORTED_OPTIONS= curl idea ldap
@@ -29,7 +29,11 @@
.if !empty(PKG_OPTIONS:Midea)
# use of IDEA as crypto function
-LICENCE= fee-based-commercial-use
+LICENCE= idea-license
+RESTRICTED= Commercial distribution is claimed to require a license.
+NO_SRC_ON_CDROM= ${RESTRICTED}
+NO_BIN_ON_CDROM= ${RESTRICTED}
+
DISTFILES+= idea.c.gz
SITES.idea.c.gz=ftp://ftp.gnupg.dk/pub/contrib-dk/ \
http://www.gnupg.dk/contrib-dk/
Home |
Main Index |
Thread Index |
Old Index