pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-CLASS



Module Name:    pkgsrc
Committed By:   wen
Date:           Mon Jul 29 12:52:33 UTC 2024

Modified Files:
        pkgsrc/devel/p5-CLASS: Makefile distinfo

Log Message:
Update to 1.1.8

Upstream changes:
v1.1.8 2023-09-23T19:16:58+0900
    - Correcting an issue with the signature file of this release. Bug #1

v1.1.6 2022-03-06T19:27:08+0900
    - Correcting module name

v1.1.5 2022-03-06T12:12:37+0900
    - Amending distribution to revert to CLASS

v1.1.4 2022-03-05T18:29:07+0900
    - Improed nheritance and adjusted unit tests

v1.1.3 2022-03-05T14:55:20+0900
    - Added missing inheritance of @EXPORT, @EXPORT_OK and %EXPORT_TAGS
    - Made Class::* modules independent from Module::Generic

v1.1.2 2022-02-28T07:14:12+0900
    - Resubmission due to error on CPAN

v1.1.1 2022-02-27T17:18:25+0900
    - Transfer of Class to Jacques Deguest
    - Adding Class::Array and Class::Scalar after transfer from Dan Kogai
    - Added modules Class::Array, Class::Boolean, Class::Exception, Class::File, Class::Finfo, Class::Assoc, Class::Null, Class::Class::Number, Class::Scalar


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/p5-CLASS/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/p5-CLASS/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/Makefile
diff -u pkgsrc/devel/p5-CLASS/Makefile:1.20 pkgsrc/devel/p5-CLASS/Makefile:1.21
--- pkgsrc/devel/p5-CLASS/Makefile:1.20 Thu Jul  6 09:38:39 2023
+++ pkgsrc/devel/p5-CLASS/Makefile      Mon Jul 29 12:52:33 2024
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.20 2023/07/06 09:38:39 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2024/07/29 12:52:33 wen Exp $
 
-DISTNAME=      CLASS-1.00
-PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   15
+DISTNAME=      CLASS-v1.1.8
+PKGNAME=       p5-${DISTNAME:S/v//}
 CATEGORIES=    devel
-MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MS/MSCHWERN/}
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/J/JD/JDEGUEST/}
 
 MAINTAINER=    he%NetBSD.org@localhost
 HOMEPAGE=      https://metacpan.org/release/CLASS

Index: pkgsrc/devel/p5-CLASS/distinfo
diff -u pkgsrc/devel/p5-CLASS/distinfo:1.4 pkgsrc/devel/p5-CLASS/distinfo:1.5
--- pkgsrc/devel/p5-CLASS/distinfo:1.4  Tue Oct 26 10:16:05 2021
+++ pkgsrc/devel/p5-CLASS/distinfo      Mon Jul 29 12:52:33 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 10:16:05 nia Exp $
+$NetBSD: distinfo,v 1.5 2024/07/29 12:52:33 wen Exp $
 
-BLAKE2s (CLASS-1.00.tar.gz) = b80d9f2d26dc2ea2a3ed4eaa1ac41f62ce786d083ab38ec2af6cbac0aa08bba6
-SHA512 (CLASS-1.00.tar.gz) = 6e6f782cc7d86e5a5e5f052fbc598374451ce0600a238480275c462f1782b70b68e0b4cc968efa349bfdf1736d587b9f8d21b95361ad0a0f22bb46b324c08451
-Size (CLASS-1.00.tar.gz) = 3579 bytes
+BLAKE2s (CLASS-v1.1.8.tar.gz) = f123ae45a8634cbd878d7ba5ff1b01fa2ea7d163184ed24ddcd7920c8a989b41
+SHA512 (CLASS-v1.1.8.tar.gz) = 7e00a1abf5c2a864198b04d3a22e0243d536e989dea98bfd7e4eeb32fd84f061535b3266caac3f8f4eb57e52a4df44d1ce1a1b0288b7360daea5f974a4fa47b1
+Size (CLASS-v1.1.8.tar.gz) = 6769 bytes



Home | Main Index | Thread Index | Old Index