diff options
author | grant <grant> | 2004-01-08 06:13:05 +0000 |
---|---|---|
committer | grant <grant> | 2004-01-08 06:13:05 +0000 |
commit | 6cbb3c48e13c2c44143edb90f1edb111d5f21145 (patch) | |
tree | 69ff1fd2700a8f853ecd94c857e3127e5cc1d2e8 /devel | |
parent | c333685ea3a2f694a9d2d63f35a875b65837a4d9 (diff) | |
download | pkgsrc-6cbb3c48e13c2c44143edb90f1edb111d5f21145.tar.gz |
Updated p5-BSD-Resource to 1.23.
changes since 1.15:
Tue Oct 7 21:54:04 2003 Jarkko Hietaniemi <jhi@iki.fi>
* Makefile.PL: use archlibexp instead of archlib in cc -I.../CORE
so that Perls installed under ~user work.
* Release 1.23.
Sun Feb 9 12:12:42 2003 Jarkko Hietaniemi <jhi@iki.fi>
* Add RLIMIT_LOCKS.
* Fix a typo s/RLIM_SAVEWD_MAX/RLIMIT_SAVED_MAX/
* Sort the @EXPORT list.
* Release 1.22.
Thu Dec 12 01:15:44 2002 Jarkko Hietaniemi <jhi@iki.fi>
* Patches for NCR MP-RAS from grommel@sears.com.
* Release 1.21.
Tue Nov 26 04:20:38 2002 Jarkko Hietaniemi <jhi@iki.fi>
* Add a warning about the time/load-sensitivity of the
tests to INSTALL and Makefile.PL.
* Rewrite the getrusage.t and times.t tests a bit to
better work on a fast machine (IOW, try spending a
bit more time).
* Release 1.20.
Fri Nov 22 17:57:44 2002 Jarkko Hietaniemi <jhi@iki.fi>
* Fixed a test problem found by Alain Barbet: in NetBSD
the RLIMIT_STACK wants to be aligned. Fixed also the
other memory-related limit tests to allow for alignment.
* Release 1.19.
Wed Nov 20 16:42:50 2002 Jarkko Hietaniemi <jhi@iki.fi>
* Problem found by Jeff Boes, forwarded and analyzed
by Slaven Rezic: if one has a fast machine and/or
the granularity of times() is low, one could get false
negatives from far() in getrusage.t. Fixed the same
problem in times.t.
* Bumped the copyright statement years.
* Release 1.18.
Thu Sep 19 16:53:26 2002 Jarkko Hietaniemi <jhi@iki.fi>
* Patch from Miles Egan to use -I$archlib/CORE instead
of -I$installarchlib/CORE in Makefile.PL, since they
might be different but the first one is the one apps
are supposed to be using.
* Sanity check for getrlimit/setrlimit/getpriority/setpriority
so that one won't use the string "RLIMIT_..."/"PRIO_..." when
one is supposed to be using the constant RLIMIT_.../PRIO_...
* Release 1.17.
Sun Sep 15 18:44:36 2002 Jarkko Hietaniemi <jhi@iki.fi>
* Patch from Allen Smith to avoid -lbsd in IRIX
since it potentially brings in harmful side effects
regarding setpgrp/setgroups.
* Mention the use of VERBOSE in the probe failure message.
* Release 1.16.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-BSD-Resource/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-BSD-Resource/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/p5-BSD-Resource/Makefile b/devel/p5-BSD-Resource/Makefile index 80be2c6ddc7..b2aace4e6bd 100644 --- a/devel/p5-BSD-Resource/Makefile +++ b/devel/p5-BSD-Resource/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2003/10/31 19:09:14 reed Exp $ +# $NetBSD: Makefile,v 1.9 2004/01/08 06:13:05 grant Exp $ -DISTNAME= BSD-Resource-1.15 +DISTNAME= BSD-Resource-1.23 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5bsd CATEGORIES= devel perl5 diff --git a/devel/p5-BSD-Resource/distinfo b/devel/p5-BSD-Resource/distinfo index 680ee7408dd..7eab466fba7 100644 --- a/devel/p5-BSD-Resource/distinfo +++ b/devel/p5-BSD-Resource/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2002/08/25 21:49:46 jlam Exp $ +$NetBSD: distinfo,v 1.5 2004/01/08 06:13:05 grant Exp $ -SHA1 (BSD-Resource-1.15.tar.gz) = 03f50e1322aa70a9b2dbe82c1b00a7a45f714379 -Size (BSD-Resource-1.15.tar.gz) = 16618 bytes +SHA1 (BSD-Resource-1.23.tar.gz) = 5447c9f5a2da6832efcc12b689fe4028b28afdfe +Size (BSD-Resource-1.23.tar.gz) = 18268 bytes |