pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-IPC-System-Simple



Module Name:    pkgsrc
Committed By:   mef
Date:           Mon Apr 13 13:54:23 UTC 2020

Modified Files:
        pkgsrc/devel/p5-IPC-System-Simple: Makefile distinfo

Log Message:
(devel/p5-IPC-System-Simple) Updated to 1.25 to 1.30

(pkgsrc)
  - Add two TEST_DEPENDS

(upstream)
1.30    2020-03-23 21:16 America/New York

        * SUBSTANCE:  On MSWin32, make Win32::Process a prerequisite (needed
          for non-Strawberry Perl builds).  As recommended by A Sinan Unur.

1.29    2020-03-22 08:22 America/New York

        * SUBSTANCE:  Better workaround for bug in perl-5.8.9
          (GHI 23); contributed by Slaven Rezić.

1.28    2020-03-21 21:39 America/New York

        * SUBSTANCE:  Improved handling of shell commands on Windows,
          mostly per suggestions by David Wheeler.  This should get us
          closer to resolving Win32-related issues.  (There should be no
          change of functionality on Unix-like platforms.)

        * TESTING:  Add t/args.t per David Wheeler.  Modify t/win32.t per
          @dylanstreb.

        * META:  Added Travis and AppVeyor configuration files.
          Eliminated use of Dist::Zilla for build.  Using older, but
          more reliable and better understood (by maintainer)
          ExtUtils::MakeMaker-based configuration.  Add LICENSE, README,
          Makefile.PL, MANIFEST and MANIFEST.SKIP; remove dist.ini.  Move author
          testing to xt/directory.

1.28_001  2020-03-21 16:42 America/NewYork
          TRIAL RELEASE only
          Attempting to resolve numerous Win32 issues

1.26      2020-01-24 20:47 America/NewYork
        * BUILD: Update FAIL_POSIX warning message
          Per:  https://github.com/pjf/ipc-system-simple/pull/28.  Thanks to scop.

        * TEST: t/07_taint.t: Use executable name as source of taintedness
          Addresses https://github.com/pjf/ipc-system-simple/issues/21
          Thanks to Petr Písař.

        * OTHER: Typographic corrections:
          rt.cpan.org 60211; leonerd++
          rt.cpan.org 86403; dsteinbrunner++

          Add Travis configuration.

1.26-TRIAL      2020-01-24 03:43:20 GMT
          TRIAL release only


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/p5-IPC-System-Simple/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/p5-IPC-System-Simple/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-System-Simple/Makefile
diff -u pkgsrc/devel/p5-IPC-System-Simple/Makefile:1.17 pkgsrc/devel/p5-IPC-System-Simple/Makefile:1.18
--- pkgsrc/devel/p5-IPC-System-Simple/Makefile:1.17     Sun Aug 11 13:19:41 2019
+++ pkgsrc/devel/p5-IPC-System-Simple/Makefile  Mon Apr 13 13:54:23 2020
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2019/08/11 13:19:41 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2020/04/13 13:54:23 mef Exp $
 
-DISTNAME=      IPC-System-Simple-1.25
+DISTNAME=      IPC-System-Simple-1.30
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   5
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=IPC/}
 
@@ -11,6 +10,9 @@ HOMEPAGE=     https://metacpan.org/release/I
 COMMENT=       Run commands simply, with detailed diagnostics
 LICENSE=       ${PERL5_LICENSE}
 
+TEST_DEPENDS+= p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings
+TEST_DEPENDS+= p5-BSD-Resource-[0-9]*:../../devel/p5-BSD-Resource
+
 USE_LANGUAGES=         # empty
 PERL5_PACKLIST=                auto/IPC/System/Simple/.packlist
 

Index: pkgsrc/devel/p5-IPC-System-Simple/distinfo
diff -u pkgsrc/devel/p5-IPC-System-Simple/distinfo:1.5 pkgsrc/devel/p5-IPC-System-Simple/distinfo:1.6
--- pkgsrc/devel/p5-IPC-System-Simple/distinfo:1.5      Tue Nov  3 03:28:23 2015
+++ pkgsrc/devel/p5-IPC-System-Simple/distinfo  Mon Apr 13 13:54:23 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2015/11/03 03:28:23 agc Exp $
+$NetBSD: distinfo,v 1.6 2020/04/13 13:54:23 mef Exp $
 
-SHA1 (IPC-System-Simple-1.25.tar.gz) = fb50f4f27407c81bb884073bd9bc5cf75f4841f1
-RMD160 (IPC-System-Simple-1.25.tar.gz) = d952603a779d2611642d769af81004f9c731271c
-SHA512 (IPC-System-Simple-1.25.tar.gz) = fda275786605eb80acaa6062cc51c32aa0e84f150e7ca7afcfe874f088ce7b8f9a97669e91bec24fdb05426db8b0f05552aa8853e44b08996e625281d1892f72
-Size (IPC-System-Simple-1.25.tar.gz) = 29744 bytes
+SHA1 (IPC-System-Simple-1.30.tar.gz) = 535263c7f8097de96663e65ed4e9e171982e0235
+RMD160 (IPC-System-Simple-1.30.tar.gz) = 942037112338db3c443995b865113c6b28878171
+SHA512 (IPC-System-Simple-1.30.tar.gz) = 82937df80ae38a9c21e43e256a21cdac1482d4a069eae282043d676ece06251a7139b752cd2b379a0f69ea9209ddd075607da86c6cb9b25f19cf90d91c28d72f
+Size (IPC-System-Simple-1.30.tar.gz) = 31902 bytes



Home | Main Index | Thread Index | Old Index