summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2015-02-16 13:40:14 +0000
committermef <mef@pkgsrc.org>2015-02-16 13:40:14 +0000
commitd4ef8cd5b12f0034e73e57f6f62ad44cbbc6db84 (patch)
treecdd8850b49cb04c9df1b70918a92b2eb8f89df81
parentff303420028104159199b37db9e2f911d2842cf7 (diff)
downloadpkgsrc-d4ef8cd5b12f0034e73e57f6f62ad44cbbc6db84.tar.gz
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)
-rw-r--r--devel/p5-Software-License/Makefile8
-rw-r--r--devel/p5-Software-License/distinfo8
2 files changed, 8 insertions, 8 deletions
diff --git a/devel/p5-Software-License/Makefile b/devel/p5-Software-License/Makefile
index 868d26e3688..52d973177f2 100644
--- a/devel/p5-Software-License/Makefile
+++ b/devel/p5-Software-License/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.14 2014/05/29 23:36:16 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2015/02/16 13:40:14 mef Exp $
#
-DISTNAME= Software-License-0.103004
-PKGNAME= p5-${DISTNAME:S/103004/103.004/}
-PKGREVISION= 3
+DISTNAME= Software-License-0.103010
+# put a period in the center of 6 digit, for example, 0.103004 -> 0.103.004
+PKGNAME= p5-${DISTNAME:C/\.([0-9][0-9][0-9])([0-9][0-9][0-9])/.\1.\2/}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/R/RJ/RJBS/}
diff --git a/devel/p5-Software-License/distinfo b/devel/p5-Software-License/distinfo
index 6562e873db3..ff73f005d52 100644
--- a/devel/p5-Software-License/distinfo
+++ b/devel/p5-Software-License/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2011/11/07 15:12:31 hiramatsu Exp $
+$NetBSD: distinfo,v 1.9 2015/02/16 13:40:14 mef Exp $
-SHA1 (Software-License-0.103004.tar.gz) = 30a9427836f7b4d80b0f1869c3439cca86637df9
-RMD160 (Software-License-0.103004.tar.gz) = 80edd0a6312e5f5c16a2cb3603c40c56207af744
-Size (Software-License-0.103004.tar.gz) = 98993 bytes
+SHA1 (Software-License-0.103010.tar.gz) = 630c8117eab58f6b52595cfa497c58aea94ae0c2
+RMD160 (Software-License-0.103010.tar.gz) = 83852fee9b9e525de8497c809cd1ff54e339831a
+Size (Software-License-0.103010.tar.gz) = 108794 bytes