pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Module-Pluggable



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jul 26 17:54:12 UTC 2026

Modified Files:
        pkgsrc/devel/p5-Module-Pluggable: Makefile distinfo

Log Message:
p5-Module-Pluggable: update to 6.4.

2026-07-25 - 6.4
    Add a CI/CD pipeline for the first time in 26 years
    Add the ability to make search search "strict" and only walk the given search_dirs (thanks @rjbs)
    Add much more documentation to Module::Pluggable::Object (thanks Dave Rolsky)
    Make it so that you can give each search_path its own custom options
    Finally fix spurious test failure because of already installed modules I hope (thanks @SZREZIC, Andreas Koenig and @ZEFRAM)
    Remove optional_features from Makefile.PL META_MERGE which caused installation confusion sometimes
    Add the ability to have different sorting algorithms (thanks @CHOHAG)
    Fix the issues with OSX extended-attributes on files (thanks pgoyette99)
    Clean up old stale core-lib (thanks @dolmen and @haarg)


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/devel/p5-Module-Pluggable/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/p5-Module-Pluggable/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-Module-Pluggable/Makefile
diff -u pkgsrc/devel/p5-Module-Pluggable/Makefile:1.42 pkgsrc/devel/p5-Module-Pluggable/Makefile:1.43
--- pkgsrc/devel/p5-Module-Pluggable/Makefile:1.42      Thu Jul 16 19:02:51 2026
+++ pkgsrc/devel/p5-Module-Pluggable/Makefile   Sun Jul 26 17:54:12 2026
@@ -1,14 +1,9 @@
-# $NetBSD: Makefile,v 1.42 2026/07/16 19:02:51 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.43 2026/07/26 17:54:12 wiz Exp $
 
-EXTRACT_USING= gtar    # XXX avoid extended attributes in distfile
-                       # https://rt.cpan.org/Ticket/Display.html?id=156825
-
-DISTNAME=      Module-Pluggable-6.3
+DISTNAME=      Module-Pluggable-6.4
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    devel perl5
-MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Module/}
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SI/SIMONW/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://metacpan.org/release/Module-Pluggable

Index: pkgsrc/devel/p5-Module-Pluggable/distinfo
diff -u pkgsrc/devel/p5-Module-Pluggable/distinfo:1.16 pkgsrc/devel/p5-Module-Pluggable/distinfo:1.17
--- pkgsrc/devel/p5-Module-Pluggable/distinfo:1.16      Sun Jan 12 09:58:11 2025
+++ pkgsrc/devel/p5-Module-Pluggable/distinfo   Sun Jul 26 17:54:12 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2025/01/12 09:58:11 wiz Exp $
+$NetBSD: distinfo,v 1.17 2026/07/26 17:54:12 wiz Exp $
 
-BLAKE2s (Module-Pluggable-6.3.tar.gz) = 18870509f655442f071dafa7521a8fb9138c1ebfe91c0e82a3189296ab8f3426
-SHA512 (Module-Pluggable-6.3.tar.gz) = 6ea3ffe30dcbc73300ded186d8237435d539056f90790834cc53d73f1e01397dc8935c892891bf7320a4c92be34ddf3a1412fca0f2451ec0058a964a9da58fd9
-Size (Module-Pluggable-6.3.tar.gz) = 29053 bytes
+BLAKE2s (Module-Pluggable-6.4.tar.gz) = bb34704c369f05d94cc28afbe51936038301e87990884424471e6936fceff1e9
+SHA512 (Module-Pluggable-6.4.tar.gz) = 75d686325f4a3aa51fa5401ba60fe9302155a188c968d11980cecdc9a12e687b075c7c44ce81b0a4f4d22d222b7edfb27fe1682e9dac72e9955cf7e2c752c8fb
+Size (Module-Pluggable-6.4.tar.gz) = 34875 bytes



Home | Main Index | Thread Index | Old Index