diff options
author | sno <sno@pkgsrc.org> | 2009-06-14 23:31:59 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-06-14 23:31:59 +0000 |
commit | 1924e89b738d3c859eebc281bc5130c419130975 (patch) | |
tree | 4a680bc06adad0c6098a6a863d64ef54d4a4eebb /devel | |
parent | 2802321dfff4c1792f3a301f2ab7201668a55a2a (diff) | |
download | pkgsrc-1924e89b738d3c859eebc281bc5130c419130975.tar.gz |
pkgsrc changes:
- Updating package of p5 module IPC::Run3 from 0.042nb1 to 0.043
- Removing dependency to devel/p5-Time-HiRes, because Time::HiRes comes
with the distributed perl5 core
Upstream changes:
0.043 2009-05-30
No code changes
add repository location to META.yml
avoid hand-written META.yml by using META_MERGE
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-IPC-Run3/Makefile | 7 | ||||
-rw-r--r-- | devel/p5-IPC-Run3/distinfo | 8 |
2 files changed, 6 insertions, 9 deletions
diff --git a/devel/p5-IPC-Run3/Makefile b/devel/p5-IPC-Run3/Makefile index a1741767db7..487353bdbf1 100644 --- a/devel/p5-IPC-Run3/Makefile +++ b/devel/p5-IPC-Run3/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2008/10/19 19:17:56 he Exp $ +# $NetBSD: Makefile,v 1.5 2009/06/14 23:31:59 sno Exp $ # -DISTNAME= IPC-Run3-0.042 +DISTNAME= IPC-Run3-0.043 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= perl5 devel MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IPC/} @@ -13,8 +12,6 @@ COMMENT= IPC::Run3 - run a subprocess in batch mode PKG_DESTDIR_SUPPORT= user-destdir -DEPENDS+= p5-Time-HiRes>=0:../../time/p5-Time-HiRes - PERL5_PACKLIST= auto/IPC/Run3/.packlist .include "../../lang/perl5/module.mk" diff --git a/devel/p5-IPC-Run3/distinfo b/devel/p5-IPC-Run3/distinfo index 0201d09689b..b2711eb69ae 100644 --- a/devel/p5-IPC-Run3/distinfo +++ b/devel/p5-IPC-Run3/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2008/09/13 13:30:32 rhaen Exp $ +$NetBSD: distinfo,v 1.4 2009/06/14 23:31:59 sno Exp $ -SHA1 (IPC-Run3-0.042.tar.gz) = 8ef8063c3ad9b46c45e497f7fbc7ed4008968fb5 -RMD160 (IPC-Run3-0.042.tar.gz) = f9eb4ba1b4281bb3a1feabe4cabcf7437279b7be -Size (IPC-Run3-0.042.tar.gz) = 19253 bytes +SHA1 (IPC-Run3-0.043.tar.gz) = d0758feaa39f0a3d7d77120ab0587e6324a466b7 +RMD160 (IPC-Run3-0.043.tar.gz) = ea8192c7a5475705dc69ac8ad65e1c9abace684e +Size (IPC-Run3-0.043.tar.gz) = 19395 bytes |