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: Sat Jul 16 00:35:08 UTC 2022
Modified Files:
pkgsrc/devel/p5-Devel-CheckOS: Makefile distinfo
Log Message:
Update to 1.93
Add missing TEST_DEPENDS
Upstream changes:
1.93 2022-04-25
- No functional changes, just changes to where dependencies are declared
https://github.com/DrHyde/perl-modules-Devel-CheckOS/issues/27
1.92 2022-04-24
- Fix bugs in new alias and case-insensitivity features which meant everything
broke in taint-mode. The new features now no longer work in taint-mode but
everything else should.
1.91 2022-04-21
- Fix tests for platforms where the OS is detected as something that is
a family, but not as anything more specific, such as Fedora Linux
1.90 2022-04-20
- Matches are now case-insensitive
- Add support for OS aliases
- Deprecated the list_* functions being context sensitive, they now warn
when called inappropriately. They will stop being context-sensitive some
time after April 2024.
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/p5-Devel-CheckOS/Makefile
cvs rdiff -u -r1.16 -r1.17 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.30 pkgsrc/devel/p5-Devel-CheckOS/Makefile:1.31
--- pkgsrc/devel/p5-Devel-CheckOS/Makefile:1.30 Tue Jun 28 11:32:15 2022
+++ pkgsrc/devel/p5-Devel-CheckOS/Makefile Sat Jul 16 00:35:07 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.30 2022/06/28 11:32:15 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2022/07/16 00:35:07 wen Exp $
-DISTNAME= Devel-CheckOS-1.87
+DISTNAME= Devel-CheckOS-1.93
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/}
@@ -13,6 +12,8 @@ LICENSE= gnu-gpl-v2 OR artistic
DEPENDS+= p5-File-Find-Rule>=0.28:../../devel/p5-File-Find-Rule
+TEST_DEPENDS+= p5-Test-Warnings>=0:../../devel/p5-Test-Warnings
+
PERL5_PACKLIST= auto/Devel/CheckOS/.packlist
.include "../../lang/perl5/module.mk"
Index: pkgsrc/devel/p5-Devel-CheckOS/distinfo
diff -u pkgsrc/devel/p5-Devel-CheckOS/distinfo:1.16 pkgsrc/devel/p5-Devel-CheckOS/distinfo:1.17
--- pkgsrc/devel/p5-Devel-CheckOS/distinfo:1.16 Tue Oct 26 10:16:25 2021
+++ pkgsrc/devel/p5-Devel-CheckOS/distinfo Sat Jul 16 00:35:07 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2021/10/26 10:16:25 nia Exp $
+$NetBSD: distinfo,v 1.17 2022/07/16 00:35:07 wen Exp $
-BLAKE2s (Devel-CheckOS-1.87.tar.gz) = f246225aae4559db8adcd50264da72231e0824164a83fe9fd81fe9f4946a976f
-SHA512 (Devel-CheckOS-1.87.tar.gz) = 4f41bf38ebbc77f30363bfdf677c8d271a0d17810e211fb7bef7f3d533ec92d2a1575567019c0e1edf44854f5a3dfd80ed787bea4ad8a1806d388b0e92a1b4b9
-Size (Devel-CheckOS-1.87.tar.gz) = 33745 bytes
+BLAKE2s (Devel-CheckOS-1.93.tar.gz) = a9e3e65c7bd4858062c2b177485cd99a436446529f3031ae296abab31b117201
+SHA512 (Devel-CheckOS-1.93.tar.gz) = 895ac38d9cf31bd9b9c53f5196768b67137393b51b6c67bdb77500abcab6a61bfb4ab769710a09cea520f0933176d2895138c34b149bc4c19cdb99daf0e1fdf4
+Size (Devel-CheckOS-1.93.tar.gz) = 36598 bytes
Home |
Main Index |
Thread Index |
Old Index