pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Test-CheckManifest



Module Name:    pkgsrc
Committed By:   wen
Date:           Fri Jun 30 12:33:37 UTC 2023

Modified Files:
        pkgsrc/devel/p5-Test-CheckManifest: Makefile distinfo

Log Message:
Update to 1.43

Upstream changes:
1.43    2023-02-01 08:32:00

      * $home is usually given without trailing slash,
        the $files_in_skip is taken from MANIFEST.SKIP which usually contain regexes
        for files relative the $home. Therefore the remaining leading slashes in $localfile (thanks to bschmalhofer)
      * Fix home removal on Win32 (thanks to E. Choroba)
      * Replace string eval with block eval (thanks to Paul Cochrane)
      * various "infrastructure" changes (thanks to Paul Cochrane)


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/p5-Test-CheckManifest/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/p5-Test-CheckManifest/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-Test-CheckManifest/Makefile
diff -u pkgsrc/devel/p5-Test-CheckManifest/Makefile:1.24 pkgsrc/devel/p5-Test-CheckManifest/Makefile:1.25
--- pkgsrc/devel/p5-Test-CheckManifest/Makefile:1.24    Tue Jun 28 11:33:22 2022
+++ pkgsrc/devel/p5-Test-CheckManifest/Makefile Fri Jun 30 12:33:37 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.24 2022/06/28 11:33:22 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2023/06/30 12:33:37 wen Exp $
 
-DISTNAME=      Test-CheckManifest-1.42
+DISTNAME=      Test-CheckManifest-1.43
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   4
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Test/}
 

Index: pkgsrc/devel/p5-Test-CheckManifest/distinfo
diff -u pkgsrc/devel/p5-Test-CheckManifest/distinfo:1.12 pkgsrc/devel/p5-Test-CheckManifest/distinfo:1.13
--- pkgsrc/devel/p5-Test-CheckManifest/distinfo:1.12    Tue Oct 26 10:17:38 2021
+++ pkgsrc/devel/p5-Test-CheckManifest/distinfo Fri Jun 30 12:33:37 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2021/10/26 10:17:38 nia Exp $
+$NetBSD: distinfo,v 1.13 2023/06/30 12:33:37 wen Exp $
 
-BLAKE2s (Test-CheckManifest-1.42.tar.gz) = 571dba51ddefb4bc6e0203a905507809a836917fa4bdf792bc21cb29794714be
-SHA512 (Test-CheckManifest-1.42.tar.gz) = b1853e56aa47b4431ed95531cd7ad86a6ce0bcefbaad127193bef6e510953bb029e29fb74898ab31f6cadee351519868e0a109fc94e8afc2ebae8b8c5a39bda6
-Size (Test-CheckManifest-1.42.tar.gz) = 16154 bytes
+BLAKE2s (Test-CheckManifest-1.43.tar.gz) = 8bebb4b62f2ecf046f298a43e88c630e813dac9a6844d842a7a0c538c61a9c70
+SHA512 (Test-CheckManifest-1.43.tar.gz) = cd0a9bdc2e8cd366c4e1153ca1e50628d295e14e5d3c6e7a59fbff48c60f49b52fc0ef989b27704330385b035bc72790b76e6f1e010aeab2f411f55679fd6646
+Size (Test-CheckManifest-1.43.tar.gz) = 16581 bytes



Home | Main Index | Thread Index | Old Index