summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-02-18 02:39:23 +0000
committerwiz <wiz@pkgsrc.org>2007-02-18 02:39:23 +0000
commit3ecbbf224c237b3a3ef643c4b20ebdb4b9be2074 (patch)
tree5afb823bf3067d758e1080adfc196891f89eac1b /devel
parent832a4e863bde5c05c4a182001a37301dc8b311d8 (diff)
downloadpkgsrc-3ecbbf224c237b3a3ef643c4b20ebdb4b9be2074.tar.gz
Update to 1.28:
2006-05-26 Jarkko Hietaniemi * Tweak the regexp parsing the ps -o output in setpriority.t, from Alexey Tourbin and Rafael Garcia-Suarez. Still just a best-effort attempt, but one can only try. * Release 1.28. 2006-05-25 Jarkko Hietaniemi * Address rt.cpan.org #13130 and #19412: try to cope with an already reniced shell running the setpriority.t. The tricks used are trying "ps -o pid,nice" and looking for $$, and if that fails, then trying whether the nice(1) is the GNU one, and if so, running it without arguments. * Release 1.27. 2006-05-21 Jarkko Hietaniemi * Address rt.cpan.org #19298: bug in getrusage(): 'inblock' was misspelt as 'inlock' (the end result being that people looking for the 'inblock' field got zero) * For Mac OS X reword the message about the RLIM_NPROC test failure (or rather, the possible failure). Still a mystery under what exact conditions the test fails or succeeds. * Add Test::Pod and Test::Pod::Coverage tests. * Release 1.26. 2006-04-09 Jarkko Hietaniemi * Address rt.cpan.org #13131: setrlimit.t tries to increase hard limits, cannot raise limits higher than the hard limit. * Address rt.cpan.org #13130: getpriority.t and setpriority.t assume priority = 0, solution hopefully portable. Now should work under e.g. "nice make test". * Add more verbosity to the case of the known rlimit.t test failure in Mac OS X. * Release 1.25.
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-BSD-Resource/Makefile10
-rw-r--r--devel/p5-BSD-Resource/distinfo8
2 files changed, 7 insertions, 11 deletions
diff --git a/devel/p5-BSD-Resource/Makefile b/devel/p5-BSD-Resource/Makefile
index 6b8033a4164..edfe59511c6 100644
--- a/devel/p5-BSD-Resource/Makefile
+++ b/devel/p5-BSD-Resource/Makefile
@@ -1,22 +1,18 @@
-# $NetBSD: Makefile,v 1.19 2006/10/14 08:02:37 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2007/02/18 02:39:23 wiz Exp $
-DISTNAME= BSD-Resource-1.24
+DISTNAME= BSD-Resource-1.28
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5bsd
-PKGREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=BSD/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://users.tkk.fi/~jhi/
+HOMEPAGE= http://search.cpan.org/dist/BSD-Resource/
COMMENT= Perl interface to BSD process resources library
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/BSD/Resource/.packlist
-post-extract:
- ${RM} -f ${WRKSRC}/t/[gs]etpriority.t
-
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p5-BSD-Resource/distinfo b/devel/p5-BSD-Resource/distinfo
index 6183990d288..a77c25c6ab8 100644
--- a/devel/p5-BSD-Resource/distinfo
+++ b/devel/p5-BSD-Resource/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2005/02/23 22:24:23 agc Exp $
+$NetBSD: distinfo,v 1.8 2007/02/18 02:39:23 wiz Exp $
-SHA1 (BSD-Resource-1.24.tar.gz) = f0e9c8da142eb8cbba9caa99d7ccaf84dba7f755
-RMD160 (BSD-Resource-1.24.tar.gz) = 1337d3fb642b2e2ac81c2ea7ab4eaa1e8554e9ed
-Size (BSD-Resource-1.24.tar.gz) = 18495 bytes
+SHA1 (BSD-Resource-1.28.tar.gz) = 1f2e245334b43a2f50347dffdf70e72fdddc3512
+RMD160 (BSD-Resource-1.28.tar.gz) = 28ddd106593ce4b96eac26a3b76b840988068b33
+Size (BSD-Resource-1.28.tar.gz) = 19713 bytes