pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-List-MoreUtils



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Apr  5 15:17:06 UTC 2017

Modified Files:
        pkgsrc/devel/p5-List-MoreUtils: Makefile distinfo

Log Message:
Updated p5-List-MoreUtils to 0.418.

0.418 2017-03-29
    - Clarify license conditions
    - fix Changes version/date of 0.417_001

0.417_001 2017-03-21
    - Divorce List::MoreUtils and List::MoreUtils::XS
    - Change license to Apache 2.0 to avoid code stealing without credits
    - Don't support Perl 5.6 out of the box anymore
    - fix RT#120235 - uniq examples are incorrect
    - remove things which will be never done from TODO list as suggested
      by Mark Aufflick in PR#18
    - Apply patch from Yanick Champoux to avoid spelling checker complains


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/p5-List-MoreUtils/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/p5-List-MoreUtils/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/p5-List-MoreUtils/Makefile
diff -u pkgsrc/devel/p5-List-MoreUtils/Makefile:1.28 pkgsrc/devel/p5-List-MoreUtils/Makefile:1.29
--- pkgsrc/devel/p5-List-MoreUtils/Makefile:1.28        Thu Jul 21 12:43:44 2016
+++ pkgsrc/devel/p5-List-MoreUtils/Makefile     Wed Apr  5 15:17:06 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2016/07/21 12:43:44 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2017/04/05 15:17:06 wiz Exp $
 
-DISTNAME=      List-MoreUtils-0.416
+DISTNAME=      List-MoreUtils-0.418
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=List/}
@@ -9,7 +9,7 @@ MASTER_SITES+=  ${MASTER_SITE_PERL_CPAN:=
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://search.cpan.org/dist/List-MoreUtils/
 COMMENT=       Provide the stuff missing in List::Util
-LICENSE=       ${PERL5_LICENSE}
+LICENSE=       apache-2.0
 
 DEPENDS+=      p5-Exporter-Tiny-[0-9]*:../../devel/p5-Exporter-Tiny
 

Index: pkgsrc/devel/p5-List-MoreUtils/distinfo
diff -u pkgsrc/devel/p5-List-MoreUtils/distinfo:1.16 pkgsrc/devel/p5-List-MoreUtils/distinfo:1.17
--- pkgsrc/devel/p5-List-MoreUtils/distinfo:1.16        Thu Jul 21 12:43:44 2016
+++ pkgsrc/devel/p5-List-MoreUtils/distinfo     Wed Apr  5 15:17:06 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2016/07/21 12:43:44 wiz Exp $
+$NetBSD: distinfo,v 1.17 2017/04/05 15:17:06 wiz Exp $
 
-SHA1 (List-MoreUtils-0.416.tar.gz) = b0bc83b7e3815b78498d155665153026d2ab0508
-RMD160 (List-MoreUtils-0.416.tar.gz) = 0948a79f5f4076efe7c5f783846c295d89a3a090
-SHA512 (List-MoreUtils-0.416.tar.gz) = 69b50405dd2442dce1c9505d8a392325a76a748a4612a8b7b53472d4e4a9ed6866593292b3c80c28ba3bc86a04f3b3041f3d3d3f1ec001e8a320f9d4426651aa
-Size (List-MoreUtils-0.416.tar.gz) = 139115 bytes
+SHA1 (List-MoreUtils-0.418.tar.gz) = 6fe3d27e6a87f4516f22ca59b4c65d28093548a9
+RMD160 (List-MoreUtils-0.418.tar.gz) = 4b4ef0214724793a211d59dc02ee452fcd435627
+SHA512 (List-MoreUtils-0.418.tar.gz) = 7ba4395262c4406e822baf40e5a32aa6d93779a56d2567c4920f085ab2580c376db41e2141e4b9b43860d65122ebe73a03dfb0ed76a32f087b05ca7eb90f6d6e
+Size (List-MoreUtils-0.418.tar.gz) = 55111 bytes



Home | Main Index | Thread Index | Old Index