Tue Jul 6 08:16:20 2021 UTC ()
Update to 1.25

Upstream changes:
1.25  2021-05-11  XMATH
    - Reformatted this file per CPAN::Changes::Spec
    - Switched from Module::Install to ExtUtils::MakeMaker
    - Fix linker errors with dtrace-enabled perl.

1.24  2021-05-05  XMATH
    - bugfix: copy() no longer produces malformed optrees which under certain
      circumstances crashed perl 5.31.2 and later.  (contributed by TonyC)
    - update for removal of '.' from @INC in perl 5.26.

1.23  2021-04-30  XMATH
    - bugfix: fix aliasing semantic unintentionally being applied to subs
      defined after a parenthesized alias()-expression since perl 5.11.2.

1.22  2021-04-22  XMATH
    - bugfix: use SvCUR_set instead of direct SvCUR assignment to fix
      compilation problems with -DDEBUGGING builds.  (contributed by TonyC)
    - update for parser changes in v5.33.6.  (contributed by TonyC)


(wen)
diff -r1.28 -r1.29 pkgsrc/devel/p5-Data-Alias/Makefile
diff -r1.11 -r1.12 pkgsrc/devel/p5-Data-Alias/distinfo

cvs diff -r1.28 -r1.29 pkgsrc/devel/p5-Data-Alias/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Data-Alias/Makefile 2021/05/24 19:50:24 1.28
+++ pkgsrc/devel/p5-Data-Alias/Makefile 2021/07/06 08:16:20 1.29
@@ -1,20 +1,18 @@ @@ -1,20 +1,18 @@
1# $NetBSD: Makefile,v 1.28 2021/05/24 19:50:24 wiz Exp $ 1# $NetBSD: Makefile,v 1.29 2021/07/06 08:16:20 wen Exp $
2 2
3DISTNAME= Data-Alias-1.21 3DISTNAME= Data-Alias-1.25
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 4 
6CATEGORIES= devel perl5 5CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://metacpan.org/release/Data-Alias 9HOMEPAGE= https://metacpan.org/release/Data-Alias
11COMMENT= Comprehensive set of aliasing operations 10COMMENT= Comprehensive set of aliasing operations
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14PERL5_PACKLIST= auto/Data/Alias/.packlist 13PERL5_PACKLIST= auto/Data/Alias/.packlist
15PERL5_MODULE_TYPE= Module::Install 
16 14
17USE_LANGUAGES= c 15USE_LANGUAGES= c
18 16
19.include "../../lang/perl5/module.mk" 17.include "../../lang/perl5/module.mk"
20.include "../../mk/bsd.pkg.mk" 18.include "../../mk/bsd.pkg.mk"

cvs diff -r1.11 -r1.12 pkgsrc/devel/p5-Data-Alias/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Data-Alias/distinfo 2017/12/30 13:22:19 1.11
+++ pkgsrc/devel/p5-Data-Alias/distinfo 2021/07/06 08:16:20 1.12
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.11 2017/12/30 13:22:19 wiz Exp $ 1$NetBSD: distinfo,v 1.12 2021/07/06 08:16:20 wen Exp $
2 2
3SHA1 (Data-Alias-1.21.tar.gz) = e267ade7ccba11b552408f294719c42f24545cbc 3SHA1 (Data-Alias-1.25.tar.gz) = 33fedc1b00aed60368a8ce05faa0c4b67eb38b15
4RMD160 (Data-Alias-1.21.tar.gz) = cd8a5e02ea451ad582cff27feb93165f4c202070 4RMD160 (Data-Alias-1.25.tar.gz) = 876577c6f7ae0dda4b8bb1cd57c477bdfa786e7d
5SHA512 (Data-Alias-1.21.tar.gz) = 19714402da3b0930c23407872d8122fb3f45a4d4a974a8afd4c4edf4d452748529619bfed3be592daa511f91e145084d177383937ef17dfc7c3a3b87512b5831 5SHA512 (Data-Alias-1.25.tar.gz) = aa6b98fa5fb46a9f0b9281a2451a52cda151be8090b84c6c696d4e7bb9c42685ceb4dac69711026975c27ffac7b64eb489b512d6704c01cfe4f15b6e4189e286
6Size (Data-Alias-1.21.tar.gz) = 64332 bytes 6Size (Data-Alias-1.25.tar.gz) = 56288 bytes