pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-Proc-Background
Module Name: pkgsrc
Committed By: wen
Date: Sat Sep 18 13:51:58 UTC 2021
Modified Files:
pkgsrc/devel/p5-Proc-Background: Makefile distinfo
Log Message:
Update to 1.22
Upstream changes:
Version 1.22
* Fix bug in timeout of $p->wait on Unix perl earlier than 5.12
where Time::HiRes::alarm was failing to set the alarm.
* Fix test case 47 (which was failing on about 5% of systems)
by waiting longer for the process to exit
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/p5-Proc-Background/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/p5-Proc-Background/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-Proc-Background/Makefile
diff -u pkgsrc/devel/p5-Proc-Background/Makefile:1.17 pkgsrc/devel/p5-Proc-Background/Makefile:1.18
--- pkgsrc/devel/p5-Proc-Background/Makefile:1.17 Mon May 24 19:51:26 2021
+++ pkgsrc/devel/p5-Proc-Background/Makefile Sat Sep 18 13:51:58 2021
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.17 2021/05/24 19:51:26 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2021/09/18 13:51:58 wen Exp $
#
-DISTNAME= Proc-Background-1.21
+DISTNAME= Proc-Background-1.22
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Proc/}
Index: pkgsrc/devel/p5-Proc-Background/distinfo
diff -u pkgsrc/devel/p5-Proc-Background/distinfo:1.4 pkgsrc/devel/p5-Proc-Background/distinfo:1.5
--- pkgsrc/devel/p5-Proc-Background/distinfo:1.4 Thu Apr 16 15:09:12 2020
+++ pkgsrc/devel/p5-Proc-Background/distinfo Sat Sep 18 13:51:58 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2020/04/16 15:09:12 mef Exp $
+$NetBSD: distinfo,v 1.5 2021/09/18 13:51:58 wen Exp $
-SHA1 (Proc-Background-1.21.tar.gz) = 896ecef06c95def6323710a46c45719587974d68
-RMD160 (Proc-Background-1.21.tar.gz) = 988b63f181ae7143154fa20a71695334c8929ef2
-SHA512 (Proc-Background-1.21.tar.gz) = 2cc5cdf3e6b0614a252f6a5e2f0c35c50504eaefb87d642b8a4f91f6e5e34096f6e30262f0d8496b318301e3359d26a6dceb1658556ad0ac548a26b6a3476432
-Size (Proc-Background-1.21.tar.gz) = 25960 bytes
+SHA1 (Proc-Background-1.22.tar.gz) = 5a1248901c02373ccb64f8d3b16934e48e1064fc
+RMD160 (Proc-Background-1.22.tar.gz) = a8b58720f953b02ea999d0522be567190c49dc20
+SHA512 (Proc-Background-1.22.tar.gz) = 7d48a8642ece331af3aeed7b7f6e4fcbf64e4a8d753f86cca685eee1f4e6c784bbf70eb26823631a98000017ee4b8e67f630a392f3c823fab392874ad747ae05
+Size (Proc-Background-1.22.tar.gz) = 26247 bytes
Home |
Main Index |
Thread Index |
Old Index