pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkgsrc-2005Q2]: pkgsrc/security/openssl Pullup ticket 611 - requested...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9661fb9db461
branches: pkgsrc-2005Q2
changeset: 495903:9661fb9db461
user: snj <snj%pkgsrc.org@localhost>
date: Wed Jul 27 04:35:46 2005 +0000
description:
Pullup ticket 611 - requested by grant beattie
license fix for openssl
Revision pulled up:
- pkgsrc/security/openssl/options.mk 1.2
Module Name: pkgsrc
Committed By: grant
Date: Tue Jul 19 00:26:19 UTC 2005
Modified Files:
pkgsrc/security/openssl: options.mk
Log Message:
the option for fee-based-commercial-use is fee-based-commercial-use,
not fee-based-commercial.
diffstat:
security/openssl/options.mk | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diffs (42 lines):
diff -r 26b9fa46fcfa -r 9661fb9db461 security/openssl/options.mk
--- a/security/openssl/options.mk Wed Jul 27 04:30:25 2005 +0000
+++ b/security/openssl/options.mk Wed Jul 27 04:35:46 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2005/03/23 09:06:38 jlam Exp $
+# $NetBSD: options.mk,v 1.1.2.1 2005/07/27 04:35:46 snj Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.openssl
PKG_SUPPORTED_OPTIONS= idea mdc2 rc5
@@ -13,8 +13,8 @@
### Japan Patent: 508119/1991
###
.if !empty(PKG_OPTIONS:Midea)
-. if empty(OPENSSL_LICENSE:Mfee-based-commercial)
-OPENSSL_LICENSE= fee-based-commercial
+. if empty(OPENSSL_LICENSE:Mfee-based-commercial-use)
+OPENSSL_LICENSE= fee-based-commercial-use
. endif
PLIST_SUBST+= IDEA=
.else
@@ -27,8 +27,8 @@
### US Patent: 4908861
###
.if !empty(PKG_OPTIONS:Mmdc2)
-. if empty(OPENSSL_LICENSE:Mfee-based-commercial)
-OPENSSL_LICENSE= fee-based-commercial
+. if empty(OPENSSL_LICENSE:Mfee-based-commercial-use)
+OPENSSL_LICENSE= fee-based-commercial-use
. endif
PLIST_SUBST+= MDC2=
.else
@@ -41,8 +41,8 @@
### US Patent: 5724428, 5835600, 6269163
###
.if !empty(PKG_OPTIONS:Mrc5)
-. if empty(OPENSSL_LICENSE:Mfee-based-commercial)
-OPENSSL_LICENSE= fee-based-commercial
+. if empty(OPENSSL_LICENSE:Mfee-based-commercial-use)
+OPENSSL_LICENSE= fee-based-commercial-use
. endif
PLIST_SUBST+= RC5=
.else
Home |
Main Index |
Thread Index |
Old Index