pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Test-Aggregate Updating devel/p5-Test-Aggrega...
details: https://anonhg.NetBSD.org/pkgsrc/rev/454061986110
branches: trunk
changeset: 400695:454061986110
user: sno <sno%pkgsrc.org@localhost>
date: Sun Oct 25 11:36:32 2009 +0000
description:
Updating devel/p5-Test-Aggregate from 0.35 to 0.36.1
pkgsrc changes:
- Adjusting license definition
- Adjusting dependencies according to META.yml (choosing the higher
versions in case of duplicated entries)
Upstream changes:
0.361 20/10/2009
- Keep Makefile.PL in synch.
0.36 18/10/2009
- Mark for production.
- Removed 'dump.t' files in tests.
- Improve Test::Aggregate::Nested docs.
- Removed some dead code.
- Suppress multiple plans (#48352, Chisel Wright)
0.35_07 19/08/2009
- Added missing files to MANIFEST.
0.35_06 28/06/2009
- Added support for nested TAP via Test::Aggregate::Nested.
- I really, really need to get a real release out.
0.35_05 20/05/2009
- Removed bogus test file throwing my counts off. No wonder all tests
were failing for people!
- Remove development lib links.
0.35_04 Unreleased.
- Unlink dump files in tests.
0.35_03 15/05/2009
- Don't run done_testing() in tests if it doesn't exist.
0.35_02 14/05/2009
- Deprecate tests run in BEGIN/END/CHECK/INIT.
See http://use.perl.org/~Ovid/journal/38974 for more information.
- check_plan, if set, is now done at the end of each test instead of
the end of all tests.
- Make it work with the Test::Builder 0.88 and previous versions.
- Embed the calling test script name in a comment at the top of the
dump file.
- Fix a doc typo (thanks to Offer Kaye for the report)
- Cleaned up some tests.
0.35_01 18/11/2008
- Make 'exit()' scream loudly if called.
- Move Test::Aggregate::Builder globals into a hashref in the object.
Further encapsulation to come later.
- Export &run_this_test_program from Test::Aggregate to make dump
files cleaner.
- Reorganize the test suite to avoid false negatives.
diffstat:
devel/p5-Test-Aggregate/Makefile | 19 ++++++++++++-------
devel/p5-Test-Aggregate/distinfo | 8 ++++----
2 files changed, 16 insertions(+), 11 deletions(-)
diffs (49 lines):
diff -r 03a3e41e7dcc -r 454061986110 devel/p5-Test-Aggregate/Makefile
--- a/devel/p5-Test-Aggregate/Makefile Sun Oct 25 11:06:49 2009 +0000
+++ b/devel/p5-Test-Aggregate/Makefile Sun Oct 25 11:36:32 2009 +0000
@@ -1,20 +1,25 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/04/29 19:37:57 sno Exp $
+# $NetBSD: Makefile,v 1.2 2009/10/25 11:36:32 sno Exp $
-DISTNAME= Test-Aggregate-0.35
-PKGNAME= p5-${DISTNAME}
+DISTNAME= Test-Aggregate-0.361
+PKGNAME= p5-${DISTNAME:S/361/36.1/}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://search.cpan.org/dist/Test-Aggregate/
COMMENT= Aggregate *.t tests to make them run faster
-LICENSE= gnu-gpl-v2 # OR artistic
+LICENSE= ${PERL5_LICENSE}
-DEPENDS+= p5-Test-Harness>=3.09:../../devel/p5-Test-Harness
+DEPENDS+= {perl>=5.10.1,p5-Test-Harness>=3.09}:../../devel/p5-Test-Harness
DEPENDS+= p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings
-DEPENDS+= p5-Data-Dump-Streamer>=1.11:../../devel/p5-Data-Dump-Streamer
-BUILD_DEPENDS+= p5-Test-Simple>=0.74:../../devel/p5-Test-Simple
+# Recommends
+DEPENDS+= p5-Data-Dump-Streamer>=1.11:../../devel/p5-Data-Dump-Streamer
+DEPENDS+= p5-Perl-Tidy>=20060614:../../devel/p5-Perl-Tidy
+DEPENDS+= p5-Test-Simple>=0.94:../../devel/p5-Test-Simple
+
+BUILD_DEPENDS+= p5-Test-Most>=0.21:../../devel/p5-Test-Most
+BUILD_DEPENDS+= p5-Test-Simple>=0.94:../../devel/p5-Test-Simple
PKG_DESTDIR_SUPPORT= user-destdir
diff -r 03a3e41e7dcc -r 454061986110 devel/p5-Test-Aggregate/distinfo
--- a/devel/p5-Test-Aggregate/distinfo Sun Oct 25 11:06:49 2009 +0000
+++ b/devel/p5-Test-Aggregate/distinfo Sun Oct 25 11:36:32 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2009/04/29 19:37:57 sno Exp $
+$NetBSD: distinfo,v 1.2 2009/10/25 11:36:32 sno Exp $
-SHA1 (Test-Aggregate-0.35.tar.gz) = 495a0c853951d326df5322e97bcbc9c53a71eea9
-RMD160 (Test-Aggregate-0.35.tar.gz) = e93ad4168702353187e9aa4a87509225fdb8e4e0
-Size (Test-Aggregate-0.35.tar.gz) = 17861 bytes
+SHA1 (Test-Aggregate-0.361.tar.gz) = 678804e7707d424cd4c2919787b4a6151609dfa4
+RMD160 (Test-Aggregate-0.361.tar.gz) = 38d6ca400add4d39d15afe8a981292d4de6b6eab
+Size (Test-Aggregate-0.361.tar.gz) = 25124 bytes
Home |
Main Index |
Thread Index |
Old Index