diff options
author | he <he> | 2008-08-06 22:01:53 +0000 |
---|---|---|
committer | he <he> | 2008-08-06 22:01:53 +0000 |
commit | be00282b1345de7d167d01d784b6a419f0911452 (patch) | |
tree | a0f757ad76038133e253182a7921b1a112ce018b /devel | |
parent | e086f642889f23e6c97663b6c918f90bd409a99a (diff) | |
download | pkgsrc-be00282b1345de7d167d01d784b6a419f0911452.tar.gz |
Update from version 0.41 to 0.44. Changes:
0.44 Fri Jul 25 08:25:52 MDT 2008
-Patch from Tom Wyant <twyant3@comcast.net> for darwin issues
that didn't make it into 0.43.
0.43 Thu Jul 17 20:59:23 MDT 2008
-Changed 'my $TTYDEVSFILE;' to 'our' to permit multiple
versions of perl (rt.cpan.org bug ID 37722); fixed up include
file order in os/Linux.h so module will build on OpenSuse 11
per request of Steve Linn <steve@rhythm.com>; fixed warning
under perl 5,10 (rt.cpan.org bug ID 36666); fixes for numerous
problems on darwin from Tom Wyant <twyant3@comcast.net>
(rt.cpan.org bug IDs 24331, 32761, and 33698); fix for ARG_MAX
dynamic configuration in os/Linux.h (rt.cpan.org bug ID 36283).
0.42 Fri Jan 25 22:29:00 MST 2008
-Patch to fix PROC_FS define in Solaris 5.10 from jlv
<jloverso@mathworks.com>; patch to replace kinfo array and use
KINFO structure on darwin. Patch from Steve Linn
<steve@rhythm.com> for x86_64 linux. Shortened test code so it
only shows info for current process.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Proc-ProcessTable/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Proc-ProcessTable/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/p5-Proc-ProcessTable/Makefile b/devel/p5-Proc-ProcessTable/Makefile index 32aaf6ea006..3f3927bba1d 100644 --- a/devel/p5-Proc-ProcessTable/Makefile +++ b/devel/p5-Proc-ProcessTable/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.3 2008/06/12 02:14:25 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2008/08/06 22:01:53 he Exp $ # -DISTNAME= Proc-ProcessTable-0.41 +DISTNAME= Proc-ProcessTable-0.44 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Proc/} MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Proc-ProcessTable/ COMMENT= Perl extension to access the UNIX process table PKG_INSTALLATION_TYPES= overwrite pkgviews diff --git a/devel/p5-Proc-ProcessTable/distinfo b/devel/p5-Proc-ProcessTable/distinfo index c0471aea934..79359e52786 100644 --- a/devel/p5-Proc-ProcessTable/distinfo +++ b/devel/p5-Proc-ProcessTable/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2007/05/15 13:19:13 obache Exp $ +$NetBSD: distinfo,v 1.3 2008/08/06 22:01:53 he Exp $ -SHA1 (Proc-ProcessTable-0.41.tar.gz) = ea53477f1274ea585640964fd2e0c9b5e6646548 -RMD160 (Proc-ProcessTable-0.41.tar.gz) = d1db30d2aeb1d6453c9488adce30e20e2808643c -Size (Proc-ProcessTable-0.41.tar.gz) = 64497 bytes +SHA1 (Proc-ProcessTable-0.44.tar.gz) = c7cd5991d350b7e12107170a580e3a4f46c7ea5a +RMD160 (Proc-ProcessTable-0.44.tar.gz) = ff5ca13c7af428a5469fff5d4561fb83a465308e +Size (Proc-ProcessTable-0.44.tar.gz) = 66650 bytes SHA1 (patch-aa) = c2b50d452b5136b3cfaac1376e8a8c49bd5e9b5b |