pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Class-Singleton



Module Name:    pkgsrc
Committed By:   wen
Date:           Thu Feb 11 00:47:16 UTC 2021

Modified Files:
        pkgsrc/devel/p5-Class-Singleton: Makefile distinfo

Log Message:
Update to 1.6

Upstream changes:
1.6 2020-12-02

    - Fixed confusing Changes entry about Perl's licensing terms.
      [<KENTNL%cpan.org@localhost>, CPAN RT#132843]

    - Added optional Changes testing (skipped unless AUTHOR_TESTING).

    - Reformatted Changes file as per CPAN::Changes::Spec.

    - Added optional POD coverage testing (skipped unless AUTHOR_TESTING).

    - Added optional Perl::Critic testing (skipped unless AUTHOR_TESTING).

    - Made code Perl::Critic clean.

    - Added optional POD testing (skipped unless AUTHOR_TESTING).

    - Included GitHub repository URLs in metadata now that source code has been
      uploaded to GitHub (as of version 1.5).

    - Included META.json file in addition to META.yml.

    - Set minimum required ExtUtils::MakeMaker version to 6.64 to ensure that
      all parameters used are supported, to save jumping through hoops to
      support earlier versions.  (This should not be a problem since
      ExtUtils::MakeMaker 6.64 is easily installed into Perl 5.8.1 and above,
      that being the whole point of the new choice of minimum supported Perl
      version.)

    - Set minimum required Perl version to 5.8.1.  This is in line with the
      minimum requirement of the "Perl Toolchain".

    - Corrected typo in a comment.  [<dsteinbrunner%pobox.com@localhost>, CPAN RT#86336]


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/p5-Class-Singleton/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/p5-Class-Singleton/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-Class-Singleton/Makefile
diff -u pkgsrc/devel/p5-Class-Singleton/Makefile:1.23 pkgsrc/devel/p5-Class-Singleton/Makefile:1.24
--- pkgsrc/devel/p5-Class-Singleton/Makefile:1.23       Mon Aug 31 18:07:39 2020
+++ pkgsrc/devel/p5-Class-Singleton/Makefile    Thu Feb 11 00:47:16 2021
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2020/08/31 18:07:39 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2021/02/11 00:47:16 wen Exp $
 
-DISTNAME=      Class-Singleton-1.5
+DISTNAME=      Class-Singleton-1.6
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   6
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Class/}
 

Index: pkgsrc/devel/p5-Class-Singleton/distinfo
diff -u pkgsrc/devel/p5-Class-Singleton/distinfo:1.5 pkgsrc/devel/p5-Class-Singleton/distinfo:1.6
--- pkgsrc/devel/p5-Class-Singleton/distinfo:1.5        Tue Nov  3 03:28:03 2015
+++ pkgsrc/devel/p5-Class-Singleton/distinfo    Thu Feb 11 00:47:16 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2015/11/03 03:28:03 agc Exp $
+$NetBSD: distinfo,v 1.6 2021/02/11 00:47:16 wen Exp $
 
-SHA1 (Class-Singleton-1.5.tar.gz) = c14bc9a494eed4965934e0a429a5f0c8cc4f78ea
-RMD160 (Class-Singleton-1.5.tar.gz) = 3ce867a14e7784b82cb04dd30e0c4d28f8a87f20
-SHA512 (Class-Singleton-1.5.tar.gz) = f061a8b92d5f65e4fbcd14ef36ff1216f84443f487de34c98f7d08d6d18148f156c0cbd6249e75ac448c17547d1172dbda8b670a8e7573d3581c9c1196eb4804
-Size (Class-Singleton-1.5.tar.gz) = 7785 bytes
+SHA1 (Class-Singleton-1.6.tar.gz) = fe1a90d870542ac415b31b5923a24cb7e29c0c79
+RMD160 (Class-Singleton-1.6.tar.gz) = 890ff418b64e25e08b60e1615ac954f9bcb19648
+SHA512 (Class-Singleton-1.6.tar.gz) = 68b637ba57d5da70ac8e7a8a5e1874481681d6a217bb0c58a232d4329c582f32d29b5ac4c60a131bc863c8faf2852c5249bced9d286e87fefe4960e95f35b1ec
+Size (Class-Singleton-1.6.tar.gz) = 16164 bytes



Home | Main Index | Thread Index | Old Index