From owner-freebsd-tcltk@freebsd.org Thu Feb 25 18:16:12 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 4DE26AB49F6 for ; Thu, 25 Feb 2016 18:16:12 +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 311241B8D for ; Thu, 25 Feb 2016 18:16:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 32027AB49F5; Thu, 25 Feb 2016 18:16:12 +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 319CCAB49F3 for ; Thu, 25 Feb 2016 18:16:12 +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 06B891B8B for ; Thu, 25 Feb 2016 18:16:12 +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 u1PIGBGJ094716 for ; Thu, 25 Feb 2016 18:16:11 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: tcltk@FreeBSD.org Subject: [Bug 207495] lang/tcl-wrapper: comply with LICENSE framework Date: Thu, 25 Feb 2016 18:16:11 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None 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: portmaster@bsdforge.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: tcltk@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status keywords bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207495 Bug ID: 207495 Summary: lang/tcl-wrapper: comply with LICENSE framework Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Keywords: easy, patch, patch-ready Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: tcltk@FreeBSD.org Reporter: portmaster@bsdforge.com Flags: maintainer-feedback?(tcltk@FreeBSD.org) Assignee: tcltk@FreeBSD.org 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 --=20 You are receiving this mail because: You are the assignee for the bug.= 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 From owner-freebsd-tcltk@freebsd.org Thu Feb 25 19:20:50 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 DAF7AAB333F for ; Thu, 25 Feb 2016 19:20:50 +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 C4C5099A for ; Thu, 25 Feb 2016 19:20:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id C36E5AB333E; Thu, 25 Feb 2016 19:20:50 +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 C3136AB333D for ; Thu, 25 Feb 2016 19:20:50 +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 B2843999 for ; Thu, 25 Feb 2016 19:20:50 +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 u1PJKosV075197 for ; Thu, 25 Feb 2016 19:20:50 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: tcltk@FreeBSD.org Subject: [Bug 207495] lang/tcl-wrapper: comply with LICENSE framework Date: Thu, 25 Feb 2016 19:20:50 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None 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: gahr@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: mm@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: assigned_to bug_status cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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 19:20:50 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207495 Pietro Cerutti changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|tcltk@FreeBSD.org |mm@FreeBSD.org Status|New |In Progress CC| |gahr@FreeBSD.org --- Comment #1 from Pietro Cerutti --- To mm@. Martin, as far as I can tell you wrote the script and you should be= the one to decide on its license. --=20 You are receiving this mail because: You are the assignee for the bug.=