pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_install/files/lib Add zsh to default_acce...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f280b9fc1020
branches:  trunk
changeset: 362331:f280b9fc1020
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu May 11 15:15:21 2017 +0000

description:
Add zsh to default_acceptable_licenses.

diffstat:

 pkgtools/pkg_install/files/lib/license.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r c11461b3f1c9 -r f280b9fc1020 pkgtools/pkg_install/files/lib/license.c
--- a/pkgtools/pkg_install/files/lib/license.c  Thu May 11 15:09:14 2017 +0000
+++ b/pkgtools/pkg_install/files/lib/license.c  Thu May 11 15:15:21 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: license.c,v 1.49 2016/11/18 09:43:39 spz Exp $ */
+/*     $NetBSD: license.c,v 1.50 2017/05/11 15:15:21 jperkin Exp $     */
 
 /*-
  * Copyright (c) 2009 Joerg Sonnenberger <joerg%NetBSD.org@localhost>.
@@ -92,7 +92,8 @@
     "w3c "
     "x11 "
     "zlib "
-    "zpl-2.0 zpl-2.1";
+    "zpl-2.0 zpl-2.1 "
+    "zsh";
 
 #ifdef DEBUG
 static size_t hash_collisions;



Home | Main Index | Thread Index | Old Index