pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-IPC-Run



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Sep  7 06:54:28 UTC 2020

Modified Files:
        pkgsrc/devel/p5-IPC-Run: Makefile distinfo

Log Message:
p5-IPC-Run: update to 20200505.0.

20200505.0 Tue May 5 2020
 - #125 - Fix syntax errors in POD examples
 - #127 - Switch Readonly testing requirement to a recommends
 - #129 - Fix full_result to always return $?
 - #136 - kill_kill: Immediately KILL the child process as documented for Win32.
 - Switch to github actions for CI testing
 - Re-structure shipped files into eg
 - Move author tests into xt and test them separately.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/devel/p5-IPC-Run/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/p5-IPC-Run/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-IPC-Run/Makefile
diff -u pkgsrc/devel/p5-IPC-Run/Makefile:1.38 pkgsrc/devel/p5-IPC-Run/Makefile:1.39
--- pkgsrc/devel/p5-IPC-Run/Makefile:1.38       Mon Aug 31 18:08:13 2020
+++ pkgsrc/devel/p5-IPC-Run/Makefile    Mon Sep  7 06:54:28 2020
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.38 2020/08/31 18:08:13 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2020/09/07 06:54:28 wiz Exp $
 
-DISTNAME=      IPC-Run-20180523.0
+DISTNAME=      IPC-Run-20200505.0
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   3
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=IPC/}
 
@@ -15,6 +14,7 @@ LICENSE=      gnu-gpl-v2 OR artistic
 #     How about Interix?
 DEPENDS+=      p5-IO-tty>=1.08:../../devel/p5-IO-Tty
 
+USE_TOOLS+=            perl # for self-tests (!?)
 USE_LANGUAGES=         # empty
 PERL5_PACKLIST=                auto/IPC/Run/.packlist
 

Index: pkgsrc/devel/p5-IPC-Run/distinfo
diff -u pkgsrc/devel/p5-IPC-Run/distinfo:1.14 pkgsrc/devel/p5-IPC-Run/distinfo:1.15
--- pkgsrc/devel/p5-IPC-Run/distinfo:1.14       Sun Jun 24 06:59:41 2018
+++ pkgsrc/devel/p5-IPC-Run/distinfo    Mon Sep  7 06:54:28 2020
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.14 2018/06/24 06:59:41 wiz Exp $
+$NetBSD: distinfo,v 1.15 2020/09/07 06:54:28 wiz Exp $
 
-SHA1 (IPC-Run-20180523.0.tar.gz) = 6b8b57e23faddfe6a87d4ed60a3499aee0a9486c
-RMD160 (IPC-Run-20180523.0.tar.gz) = 6267ba4b5bbde21ea674798048310c3b9506bfcb
-SHA512 (IPC-Run-20180523.0.tar.gz) = e9d97cbec9f2607d1a89c1a06bd166ae2f030157f201e870df3b88b9f0b915b06a4b0db05b7f50daa4883de255e29c6898b1f9964d706739d4bf7034b53d7f89
-Size (IPC-Run-20180523.0.tar.gz) = 148122 bytes
+SHA1 (IPC-Run-20200505.0.tar.gz) = 297d6410a91f6dc466543476bea743a9b21df2e9
+RMD160 (IPC-Run-20200505.0.tar.gz) = f783b1da6a0fcf570588e0aeaad7adb0e574616a
+SHA512 (IPC-Run-20200505.0.tar.gz) = 6f2e0cdbd66741a5185aa6f79c5d23189f6527e319ead385a033e482abed439a7e7fb1bbb7fa83c91c7b2971b31313a99b2b6510cc6aad3516ae6524a196d57c
+Size (IPC-Run-20200505.0.tar.gz) = 127505 bytes
 SHA1 (patch-aa) = c078542da7548c3d46cbd6c656cdfb99308ae11c



Home | Main Index | Thread Index | Old Index