pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/defaults Remove shareware license type; it was ill-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/59da4b97001c
branches:  trunk
changeset: 497037:59da4b97001c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Jul 19 15:31:09 2005 +0000

description:
Remove shareware license type; it was ill-defined, and no package still uses it.

diffstat:

 mk/defaults/mk.conf |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r b3b20df27e75 -r 59da4b97001c mk/defaults/mk.conf
--- a/mk/defaults/mk.conf       Tue Jul 19 15:30:15 2005 +0000
+++ b/mk/defaults/mk.conf       Tue Jul 19 15:31:09 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.66 2005/07/11 11:35:21 sketch Exp $
+# $NetBSD: mk.conf,v 1.67 2005/07/19 15:31:09 wiz Exp $
 #
 
 # A file providing defaults for pkgsrc and the packages collection.
@@ -349,7 +349,7 @@
 # Default: "-F0"
 
 #ACCEPTABLE_LICENSES=  fee-based-commercial-use no-commercial-use \
-#                      no-profit limited-redistribution shareware
+#                      no-profit limited-redistribution
 # Whitespace-delimited list of the types of license which are
 # acceptable for installation.  (apart from standard "free" licenses
 # such as Berkeley/CMU and GPL).  Possible values are presented below.
@@ -443,8 +443,6 @@
 #ACCEPTABLE_LICENSES+= portsentry-license
 # Enable it if you accept the license terms for portsentry
 # and would like to build portsentry.  see pkgsrc/security/portsentry.
-#ACCEPTABLE_LICENSES+= shareware
-# Enable it if you are okay to build/use shareware.
 #ACCEPTABLE_LICENSES+= srp_client-license
 # Enable it if you accept the license terms for srp_client
 # and would like to build srp_client.  see pkgsrc/security/srp_client.



Home | Main Index | Thread Index | Old Index