From owner-freebsd-tcltk@freebsd.org Thu Feb 25 18:16:11 2016 Return-Path: Delivered-To: freebsd-tcltk@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D51E6AB49EF for ; Thu, 25 Feb 2016 18:16:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id BF1261B88 for ; Thu, 25 Feb 2016 18:16:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id BDF58AB49EE; Thu, 25 Feb 2016 18:16:11 +0000 (UTC) Delivered-To: tcltk@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BD8D5AB49ED for ; Thu, 25 Feb 2016 18:16:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 933FA1B83 for ; Thu, 25 Feb 2016 18:16:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u1PIGBGD094716 for ; Thu, 25 Feb 2016 18:16:11 GMT (envelope-from bugzilla-noreply@freebsd.org) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" From: bugzilla-noreply@freebsd.org To: tcltk@FreeBSD.org Subject: maintainer-feedback requested: [Bug 207495] lang/tcl-wrapper: comply with LICENSE framework Date: Thu, 25 Feb 2016 18:16:11 +0000 X-Bugzilla-Type: request X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: easy, patch, patch-ready X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: tcltk@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-tcltk@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Tcl/Tk discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Feb 2016 18:16:12 -0000 Chris Hutchinson has reassigned Bugzilla Automati= on 's request for maintainer-feedback to tcltk@FreeBSD.o= rg: Bug 207495: lang/tcl-wrapper: comply with LICENSE framework https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207495 --- Description --- Created attachment 167407 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D167407&action= =3Dedit svn diff for lang/tcl-wrapper I recently submitted a pr for devel/tkcvs and during testing the ports framework threw an error regarding the LICENSE type used in lang/tcl-wrapper: /!\ tcl-wrapper-1.1_2: Makefile warnings, please consider fixing /!\ LICENSE must not contain BSD, instead use BSD[234]CLAUSE So I took the time to attempt to fix it. There is no formal copyright notice in the script, so I was forced to take a Best Guess" at the one intended; BSD2CLAUSE. So I made the [necessary] changes to silence the error. The results: BEFORE: dev-box# make extract /!\ tcl-wrapper-1.1_2: Makefile warnings, please consider fixing /!\ LICENSE must not contain BSD, instead use BSD[234]CLAUSE =3D=3D=3D> License BSD accepted by the user =3D=3D=3D> tcl-wrapper-1.1_2 depends on file: /usr/local/sbin/pkg - found =3D=3D=3D> Fetching all distfiles required by tcl-wrapper-1.1_2 for building =3D=3D=3D> Extracting for tcl-wrapper-1.1_2 dev-box# make clean =3D=3D=3D> Cleaning for tcl-wrapper-1.1_2 AFTER: dev-box# make extract =3D=3D=3D> License BSD2CLAUSE accepted by the user =3D=3D=3D> tcl-wrapper-1.1_2 depends on file: /usr/local/sbin/pkg - found =3D=3D=3D> Fetching all distfiles required by tcl-wrapper-1.1_2 for building =3D=3D=3D> Extracting for tcl-wrapper-1.1_2 dev-box# make clean =3D=3D=3D> Cleaning for tcl-wrapper-1.1_2 That's it! Please find the svn diff attached. Thanks! --Chris