pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-Data-Alias
Module Name: pkgsrc
Committed By: wen
Date: Tue Jul 6 08:16:20 UTC 2021
Modified Files:
pkgsrc/devel/p5-Data-Alias: Makefile distinfo
Log Message:
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)
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/p5-Data-Alias/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/p5-Data-Alias/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-Data-Alias/Makefile
diff -u pkgsrc/devel/p5-Data-Alias/Makefile:1.28 pkgsrc/devel/p5-Data-Alias/Makefile:1.29
--- pkgsrc/devel/p5-Data-Alias/Makefile:1.28 Mon May 24 19:50:24 2021
+++ pkgsrc/devel/p5-Data-Alias/Makefile Tue Jul 6 08:16:20 2021
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.28 2021/05/24 19:50:24 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2021/07/06 08:16:20 wen Exp $
-DISTNAME= Data-Alias-1.21
+DISTNAME= Data-Alias-1.25
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 4
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
@@ -12,7 +11,6 @@ COMMENT= Comprehensive set of aliasing o
LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/Data/Alias/.packlist
-PERL5_MODULE_TYPE= Module::Install
USE_LANGUAGES= c
Index: pkgsrc/devel/p5-Data-Alias/distinfo
diff -u pkgsrc/devel/p5-Data-Alias/distinfo:1.11 pkgsrc/devel/p5-Data-Alias/distinfo:1.12
--- pkgsrc/devel/p5-Data-Alias/distinfo:1.11 Sat Dec 30 13:22:19 2017
+++ pkgsrc/devel/p5-Data-Alias/distinfo Tue Jul 6 08:16:20 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2017/12/30 13:22:19 wiz Exp $
+$NetBSD: distinfo,v 1.12 2021/07/06 08:16:20 wen Exp $
-SHA1 (Data-Alias-1.21.tar.gz) = e267ade7ccba11b552408f294719c42f24545cbc
-RMD160 (Data-Alias-1.21.tar.gz) = cd8a5e02ea451ad582cff27feb93165f4c202070
-SHA512 (Data-Alias-1.21.tar.gz) = 19714402da3b0930c23407872d8122fb3f45a4d4a974a8afd4c4edf4d452748529619bfed3be592daa511f91e145084d177383937ef17dfc7c3a3b87512b5831
-Size (Data-Alias-1.21.tar.gz) = 64332 bytes
+SHA1 (Data-Alias-1.25.tar.gz) = 33fedc1b00aed60368a8ce05faa0c4b67eb38b15
+RMD160 (Data-Alias-1.25.tar.gz) = 876577c6f7ae0dda4b8bb1cd57c477bdfa786e7d
+SHA512 (Data-Alias-1.25.tar.gz) = aa6b98fa5fb46a9f0b9281a2451a52cda151be8090b84c6c696d4e7bb9c42685ceb4dac69711026975c27ffac7b64eb489b512d6704c01cfe4f15b6e4189e286
+Size (Data-Alias-1.25.tar.gz) = 56288 bytes
Home |
Main Index |
Thread Index |
Old Index