Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id A55F7A654F for ; Mon, 16 Feb 2015 13:40:23 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 5643714A185; Mon, 16 Feb 2015 13:40:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9F22B14A183 for ; Mon, 16 Feb 2015 13:40:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id D365F_tm-eAf for ; Mon, 16 Feb 2015 13:40:15 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id D35D114A132 for ; Mon, 16 Feb 2015 13:40:14 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id C66AA98; Mon, 16 Feb 2015 13:40:14 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 16 Feb 2015 13:40:14 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/p5-Software-License To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20150216134014.C66AA98@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: mef Date: Mon Feb 16 13:40:14 UTC 2015 Modified Files: pkgsrc/devel/p5-Software-License: Makefile distinfo Log Message: Update 0.103004 to 0.103010 --------------------------- 0.103010 2014-03-29 22:13:19-04:00 America/New_York - fix guess_license_from_pod's return on GPL licenses (thanks, Syohei YOSHIDA!) 0.103009 2014-02-20 22:19:45-05:00 America/New_York - Updated FSF mailing address in license text for GFDL versions 1.2, GPL versions 1 & 2, and LGPL 2.1 0.103008 2013-11-16 22:37:14 America/New_York - faster! thanks, charsbar! - add new_from_short_name to LicenseUtils for spdx.org-style short names; thanks, Dominique Dumont! - avoid double trailing dots in expanded licenses; thanks, Dave Rolsky! - fix some errors in (3-clause) BSD license text - the 2-clause BSD ("FreeBSD") license no longer incorrectly puts "FreeBSD" as the owner in the license full text 0.103007 2013-10-26 19:57:05 America/New_York fix regex to allow guessing from meta things like perl_5 (thanks, Kevin Dawson!) replace 'use base' with 'use parent' 0.103006 2013-10-20 14:17:53 America/New_York try harder to identify licenses from all installed License classes; this is an @INC-scanning change, so be vigilant; thanks, David Golden! 0.103005 2012-12-08 16:15:30 America/New_York add MPL 2.0 (thanks, Bernhard Amann) To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/p5-Software-License/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/p5-Software-License/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.