diff options
author | wen <wen@pkgsrc.org> | 2013-07-13 08:32:13 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2013-07-13 08:32:13 +0000 |
commit | a9d92b7ffcc0ced5113c87272b88225fd8f3093c (patch) | |
tree | 6b616acf8327eca4accfca9d0adc0c0620d56cef /devel/p5-BSD-Resource | |
parent | 4e29fd1a221af642549ba5a62043bd3d840464aa (diff) | |
download | pkgsrc-a9d92b7ffcc0ced5113c87272b88225fd8f3093c.tar.gz |
Update to 1.29.07
Update LICENSE
Upstream change:
2013-07-12 Jarkko Hietaniemi <jhi@Vredefort-2.local>
* Address rt.cpan.org #86857: t/setrlimit.t failure
Skip setrlimit() tests also if the hard limit is RLIM_INFINITY.
* Release 1.2907.
2013-07-07 Jarkko Hietaniemi <jhi@iki.fi>
* Skip number-of-files and stack setrlimit tests in Cygwin:
the constants exist but the implementation doesn't really
seem to be there. Document this in the pod. Testing by dsolimano.
* For setrlimit tests involving byte sizes (memory or file size)
round the byte sizes down to 4 kB boundaries.
* Fix some pod nits.
* Release 1.2906.
2013-06-22 Jarkko Hietaniemi <jhi@iki.fi>
* Address rt.cpan.org #86334: typo fixes
* Address rt.cpan.org #62504: Disable user/system
timing tests if workload accumulate too little time
* Attempt harder in getrusage.t to burn enough user and system time,
refactor the "burn some cpu" utility into t/burn.pl, use that also
in t/times.t.
* Fix a testing problem in NetBSD for t/setrlimit.t,
the tests were misnumbered.
* Silence compilation warnings coming from Perl 5.18.0.
* Clarify the license to be Artistic 2.0 or LGPL 2.0.
* Regenerate ppport.h with Perl 5.18.0.
* Release 1.2905.
Diffstat (limited to 'devel/p5-BSD-Resource')
-rw-r--r-- | devel/p5-BSD-Resource/Makefile | 9 | ||||
-rw-r--r-- | devel/p5-BSD-Resource/distinfo | 8 |
2 files changed, 8 insertions, 9 deletions
diff --git a/devel/p5-BSD-Resource/Makefile b/devel/p5-BSD-Resource/Makefile index 63b494a58ff..8183fb24dae 100644 --- a/devel/p5-BSD-Resource/Makefile +++ b/devel/p5-BSD-Resource/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.31 2013/05/31 12:40:05 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2013/07/13 08:32:13 wen Exp $ -DISTNAME= BSD-Resource-1.2904 -PKGNAME= p5-${DISTNAME:S/2904/29.04/} -PKGREVISION= 4 +DISTNAME= BSD-Resource-1.2907 +PKGNAME= p5-${DISTNAME:S/2907/29.07/} SVR4_PKGNAME= p5bsd CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=BSD/} @@ -10,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=BSD/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/BSD-Resource/ COMMENT= Perl interface to BSD process resources library -LICENSE= ${PERL5_LICENSE} +LICENSE= artistic-2.0 OR gnu-lgpl-v2 PKG_INSTALLATION_TYPES= overwrite pkgviews diff --git a/devel/p5-BSD-Resource/distinfo b/devel/p5-BSD-Resource/distinfo index cb78db836db..6dbff5eb612 100644 --- a/devel/p5-BSD-Resource/distinfo +++ b/devel/p5-BSD-Resource/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.13 2010/03/15 17:05:44 sno Exp $ +$NetBSD: distinfo,v 1.14 2013/07/13 08:32:13 wen Exp $ -SHA1 (BSD-Resource-1.2904.tar.gz) = d2e72784536dfaf92529e5437c1c18eb6921b1d8 -RMD160 (BSD-Resource-1.2904.tar.gz) = 238fe2ab3bcd42b270b83f90993bd0fa30d907a6 -Size (BSD-Resource-1.2904.tar.gz) = 59419 bytes +SHA1 (BSD-Resource-1.2907.tar.gz) = c80b07439057a2e5cc4fcca07363c032aaf5c5c8 +RMD160 (BSD-Resource-1.2907.tar.gz) = 53bf562584f44571e3576fcb5a06794f581bb7e3 +Size (BSD-Resource-1.2907.tar.gz) = 66646 bytes |