From owner-freebsd-ports-bugs@freebsd.org Tue Apr 25 22:12:11 2017 Return-Path: Delivered-To: freebsd-ports-bugs@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 396C3D3369D for ; Tue, 25 Apr 2017 22:12: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 1EB46238 for ; Tue, 25 Apr 2017 22:12: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 v3PMCAuk056259 for ; Tue, 25 Apr 2017 22:12:10 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 218843] add WTFPL license to ports tree Date: Tue, 25 Apr 2017 22:12:11 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: dch@skunkwerks.at X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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-ports-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Apr 2017 22:12:11 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D218843 --- Comment #4 from Dave Cottlehuber --- Comment on attachment 182065 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D182065 v2 patch fixes _LICENSE_GROUPS and uses UNIX line endings on WTFPL2 file >Index: Mk/bsd.licenses.db.mk >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >--- Mk/bsd.licenses.db.mk (revision 439342) >+++ Mk/bsd.licenses.db.mk (working copy) >@@ -41,7 +41,7 @@ >=20 > _LICENSE_LIST=3D BSL CDDL CPAL-1.0 ClArtistic EPL GFDL GMGPL \ > ISCL MIT MPL NCSA OFL10 OFL11 OWL OpenSSL PD PSFL PostgreSQL \ >- RUBY ZLIB ZPL21 >+ RUBY WTFPL2 ZLIB ZPL21 >=20 > # GNU family > _LICENSE_LIST+=3D AGPLv3 GPLv1 GPLv2 GPLv3 GPLv3RLE LGPL20 LGPL21 LGPL3 >@@ -385,6 +385,10 @@ > _LICENSE_NAME_RUBY=3D Ruby License > _LICENSE_GROUPS_RUBY=3D FSF >=20 >+_LICENSE_NAME_WTFPL2=3D Do What the Fuck You Want to Public License >+_LICENSE_GROUPS_WTFPL2=3D COPYFREE >+_LICENSE_PERMS_WTFPL2=3D dist-mirror dist-sell pkg-mirror pkg-sell auto-a= ccept >+ > _LICENSE_NAME_NONE=3D No license specified > _LICENSE_GROUPS_NONE=3D # empty > _LICENSE_PERMS_NONE=3D none >Index: Templates/Licenses/WTFPL2 >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >--- Templates/Licenses/WTFPL2 (nonexistent) >+++ Templates/Licenses/WTFPL2 (working copy) >@@ -0,0 +1,14 @@ >+ DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE >+ Version 2, December 2004 >+ >+ Copyright (C) 2004 Sam Hocevar >+ >+ Everyone is permitted to copy and distribute verbatim or modified >+ copies of this license document, and changing it is allowed as long >+ as the name is changed. >+ >+ DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE >+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION >+ >+ 0. You just DO WHAT THE FUCK YOU WANT TO. >+ > >Property changes on: Templates/Licenses/WTFPL2 >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property --=20 You are receiving this mail because: You are on the CC list for the bug.=