pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-BSD-Resource Update to 1.29.07



details:   https://anonhg.NetBSD.org/pkgsrc/rev/992951d9824f
branches:  trunk
changeset: 621581:992951d9824f
user:      wen <wen%pkgsrc.org@localhost>
date:      Sat Jul 13 08:32:13 2013 +0000

description:
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@localhost>

        * 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@localhost>

        * 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:

 devel/p5-BSD-Resource/Makefile |  9 ++++-----
 devel/p5-BSD-Resource/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 9 deletions(-)

diffs (37 lines):

diff -r 7e4a2d7b9c58 -r 992951d9824f devel/p5-BSD-Resource/Makefile
--- a/devel/p5-BSD-Resource/Makefile    Sat Jul 13 08:20:24 2013 +0000
+++ b/devel/p5-BSD-Resource/Makefile    Sat Jul 13 08:32:13 2013 +0000
@@ -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 @@
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 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 -r 7e4a2d7b9c58 -r 992951d9824f devel/p5-BSD-Resource/distinfo
--- a/devel/p5-BSD-Resource/distinfo    Sat Jul 13 08:20:24 2013 +0000
+++ b/devel/p5-BSD-Resource/distinfo    Sat Jul 13 08:32:13 2013 +0000
@@ -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



Home | Main Index | Thread Index | Old Index