Wed Dec 19 07:09:41 2012 UTC ()
Update to 1.31

Upstream changes:
1.31 (2012/11/17)
            (ms) To better deal with the race condition in the
                 previous release, kill the newly created child
                 process first, then send a killpg to its process
                 group and ignore the outcome.

            (ms) [RT 81203] Jim A Kessler reported a perl 5.16 issue
                 with the "AutoLoader" line, so I went ahead and removed
                 all references to "Exporter" and "AutoLoader", as
                 Proc::Simple isn't using them at all.


(wen)
diff -r1.12 -r1.13 pkgsrc/devel/p5-Proc-Simple/Makefile
diff -r1.6 -r1.7 pkgsrc/devel/p5-Proc-Simple/distinfo

cvs diff -r1.12 -r1.13 pkgsrc/devel/p5-Proc-Simple/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Proc-Simple/Makefile 2012/10/31 11:18:51 1.12
+++ pkgsrc/devel/p5-Proc-Simple/Makefile 2012/12/19 07:09:39 1.13
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1# $NetBSD: Makefile,v 1.12 2012/10/31 11:18:51 asau Exp $ 1# $NetBSD: Makefile,v 1.13 2012/12/19 07:09:39 wen Exp $
2# 2#
3 3
4DISTNAME= Proc-Simple-1.30 4DISTNAME= Proc-Simple-1.31
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6PKGREVISION= 1 
7CATEGORIES= devel perl5 6CATEGORIES= devel perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Proc/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Proc/}
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://search.cpan.org/dist/Proc-Simple/ 10HOMEPAGE= http://search.cpan.org/dist/Proc-Simple/
12COMMENT= Launch and control background processes 11COMMENT= Launch and control background processes
13LICENSE= ${PERL5_LICENSE} 12LICENSE= ${PERL5_LICENSE}
14 13
15PKG_INSTALLATION_TYPES= overwrite pkgviews 14PKG_INSTALLATION_TYPES= overwrite pkgviews
16 15
17PERL5_PACKLIST= auto/Proc/Simple/.packlist 16PERL5_PACKLIST= auto/Proc/Simple/.packlist
18 17
19.include "../../lang/perl5/module.mk" 18.include "../../lang/perl5/module.mk"

cvs diff -r1.6 -r1.7 pkgsrc/devel/p5-Proc-Simple/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Proc-Simple/distinfo 2011/12/13 12:30:46 1.6
+++ pkgsrc/devel/p5-Proc-Simple/distinfo 2012/12/19 07:09:39 1.7
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.6 2011/12/13 12:30:46 hiramatsu Exp $ 1$NetBSD: distinfo,v 1.7 2012/12/19 07:09:39 wen Exp $
2 2
3SHA1 (Proc-Simple-1.30.tar.gz) = cd338a8c8444b549734d60c340eb7432b12ff79a 3SHA1 (Proc-Simple-1.31.tar.gz) = 6d19836780db01be9211f739adbda9b97fedb116
4RMD160 (Proc-Simple-1.30.tar.gz) = 8677e93502d256dce7b65a2f092b075dfd44515e 4RMD160 (Proc-Simple-1.31.tar.gz) = fb9d03c741fad87a7fb2e8810cf5b36833db82c5
5Size (Proc-Simple-1.30.tar.gz) = 16543 bytes 5Size (Proc-Simple-1.31.tar.gz) = 17151 bytes