pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Devel-CheckOS



Module Name:    pkgsrc
Committed By:   wen
Date:           Wed Jun 26 23:02:35 UTC 2024

Modified Files:
        pkgsrc/devel/p5-Devel-CheckOS: Makefile distinfo

Log Message:
Update to 2.04

Upstream changes:
2.04    2024-05-22
- Add detection for a load of Linux distributions

2.03    2024-05-19
- Temporarily skip os-release tests because they don't work on Redhat. The fix is
  already in branch more-os-release. Only the Linux::Ubuntu module uses
  /etc/os-release right now, and that passes in CI.

2.02    2024-05-15
- Read /etc/os-release to detect Ubuntu instead of shelling out to `lsb_release`
    there will be further updates in the future to do the same on other Linux distros

2.01    2024-05-02
- Fix typos in docoumentation

2.00    2024-05-01
- list_* no longer have special behaviour when called in scalar context. This has
  been deprecated since version 1.90;
- Add Devel::AssertOS::MacOSX::v14 (Sonoma)


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/devel/p5-Devel-CheckOS/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/p5-Devel-CheckOS/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-Devel-CheckOS/Makefile
diff -u pkgsrc/devel/p5-Devel-CheckOS/Makefile:1.33 pkgsrc/devel/p5-Devel-CheckOS/Makefile:1.34
--- pkgsrc/devel/p5-Devel-CheckOS/Makefile:1.33 Thu Jul  6 09:39:00 2023
+++ pkgsrc/devel/p5-Devel-CheckOS/Makefile      Wed Jun 26 23:02:35 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.33 2023/07/06 09:39:00 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2024/06/26 23:02:35 wen Exp $
 
-DISTNAME=      Devel-CheckOS-1.96
+DISTNAME=      Devel-CheckOS-2.04
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Devel/}
 

Index: pkgsrc/devel/p5-Devel-CheckOS/distinfo
diff -u pkgsrc/devel/p5-Devel-CheckOS/distinfo:1.18 pkgsrc/devel/p5-Devel-CheckOS/distinfo:1.19
--- pkgsrc/devel/p5-Devel-CheckOS/distinfo:1.18 Tue Jun 27 03:15:43 2023
+++ pkgsrc/devel/p5-Devel-CheckOS/distinfo      Wed Jun 26 23:02:35 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2023/06/27 03:15:43 wen Exp $
+$NetBSD: distinfo,v 1.19 2024/06/26 23:02:35 wen Exp $
 
-BLAKE2s (Devel-CheckOS-1.96.tar.gz) = dc5a9c33bb5f63ba359557842ea44d5a609651084e59c4604b2ff688bf40d8cc
-SHA512 (Devel-CheckOS-1.96.tar.gz) = d215d10ce9a17f5f4b08067027994a5e148ff1d7254dace396620c21c507abde44481a04be4195da37a8ea8bafd2151c6154708be1c5dcbe81044ca774a73e6b
-Size (Devel-CheckOS-1.96.tar.gz) = 37079 bytes
+BLAKE2s (Devel-CheckOS-2.04.tar.gz) = 77b1c4ab3c8538a430eed0609906205a4b3682ac6764b5eda85a39f727083f44
+SHA512 (Devel-CheckOS-2.04.tar.gz) = efb2d723a704cabf1eda2521629f9cf1cf915ee45ab8bd8a81db11fba25fa2d3e5cb3fbb6252307cc3423b5edf775339a08141a8b9d2d06ad568a7b3bbc8c81b
+Size (Devel-CheckOS-2.04.tar.gz) = 41861 bytes



Home | Main Index | Thread Index | Old Index