pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-Test-Simple
Module Name: pkgsrc
Committed By: wen
Date: Sun Jul 24 09:03:57 UTC 2016
Modified Files:
pkgsrc/devel/p5-Test-Simple: Makefile distinfo
Log Message:
Update to 1.302047
Upstream changes:
1.302047 2016-07-22 22:36:29-07:00 America/Los_Angeles
- No Changes from last trial
1.302046 2016-07-19 06:58:43-07:00 America/Los_Angeles (TRIAL RELEASE)
- Restore traditional note/diag return values (#694)
1.302045 2016-07-18 09:05:15-07:00 America/Los_Angeles
- No changes from last TRIAL release
1.302044 2016-07-13 17:56:20-07:00 America/Los_Angeles (TRIAL RELEASE)
- Fix test that segv'd on older perls
1.302043 2016-07-12 09:37:31-07:00 America/Los_Angeles (TRIAL RELEASE)
- Fix TODO in mixed T2/TB subtests
1.302042 2016-07-11 20:30:35-07:00 America/Los_Angeles (TRIAL RELEASE)
- Fix IPC event ordering bug
1.302041 2016-07-09 17:01:45-07:00 America/Los_Angeles (TRIAL RELEASE)
- Work around IPC bug on windows
1.302040 2016-07-09 16:55:00-07:00 America/Los_Angeles
- No changes from last trial
1.302039 2016-07-07 22:01:02-07:00 America/Los_Angeles (TRIAL RELEASE)
- Add Info event for better diagnostics
1.302038 2016-07-05 07:00:18-07:00 America/Los_Angeles (TRIAL RELEASE)
- Fix broken MANIFEST.SKIP entries (#689)
1.302037 2016-07-04 10:09:00-07:00 America/Los_Angeles
- No changes from trial
1.302036 2016-07-03 11:52:45-07:00 America/Los_Angeles (TRIAL RELEASE)
- Restore PerlIO layer cloning on STDERR and STDOUT
1.302035 2016-06-27 08:55:55-07:00 America/Los_Angeles
- No changes since TRIAL release
1.302034 2016-06-25 13:51:00-07:00 America/Los_Angeles (TRIAL RELEASE)
- Fix some breakage info (Thanks Dolman!)
- POD Fixes (Thanks cpansprout!)
1.302033 2016-06-24 05:56:54-07:00 America/Los_Angeles
- No changes from last trial release
1.302032 2016-06-22 11:30:46-07:00 America/Los_Angeles (TRIAL RELEASE)
- Fix nested TODO handling of Diags (#684)
1.302031 2016-06-21 09:51:27-07:00 America/Los_Angeles
- Remove carp from dep list #682
1.302030 2016-06-18 19:02:55-07:00 America/Los_Angeles
- No changes from last DEV release
1.302029 2016-06-17 06:56:54-07:00 America/Los_Angeles (TRIAL RELEASE)
- Properly skip thread test when threads are broken
1.302028 2016-06-16 19:21:58-07:00 America/Los_Angeles (TRIAL RELEASE)
- Add 'inherit_trace' param to run_subtest
1.302027 2016-06-15 09:42:32-07:00 America/Los_Angeles (TRIAL RELEASE)
- use pre_filter instead of filter for TODO in Test::Builder (Fix $683)
- Fix typos in transitions doc (#681)
1.302026 2016-06-07 07:53:30-07:00 America/Los_Angeles
- No Changes from 1.302025-TRIAL
1.302025 2016-06-06 22:38:12-07:00 America/Los_Angeles (TRIAL RELEASE)
- Make sure enabling culling/shm sets pid and tid (Fix #679)
1.302024 2016-06-02 20:27:35-07:00 America/Los_Angeles (TRIAL RELEASE)
- Add Generic event type
1.302023 2016-06-02 08:09:54-07:00 America/Los_Angeles (TRIAL RELEASE)
- Do not fail if Test2::API::Breakage cannot load (rare 5.10.0 issue)
- Potential fix for t/Legacy/Regression/637.t
- Make t/Legacy/Regression/637.t AUTHOR_TESTING for now
1.302022 2016-05-28 17:53:11-07:00 America/Los_Angeles
- Improve thread checks to better detect broken 5.10 builds
- Use thread checks to skip/run t/Legacy/Regression/637.t
1.302021 2016-05-20 21:47:17-07:00 America/Los_Angeles (TRIAL RELEASE)
- Files.t should warn, not die, if it cannot remove its temp dir.
- VMS fixes for Files.t and IPC system
1.302020 2016-05-18 11:54:15-07:00 America/Los_Angeles (TRIAL RELEASE)
- Many micro-opts from Graham Knop (haarg)
- Spelling fixes and tests from Karen Etheridge (ether)
- Fix leaky File.t file so that tmp doesn't fill up
- Move some modules out of the known broken list in xt tests
- Add Test2 based tools to downstream testing
- Change when PID/TID are stashed (for forkprove)
1.302019 2016-05-18 08:16:39-07:00 America/Los_Angeles
- POD Spelling fixes
1.302018 2016-05-14 09:08:05-07:00 America/Los_Angeles (TRIAL RELEASE)
- Handle Test::Builder::Exception properly
- Silence noisy STDERR in test suite
1.302017 2016-05-13 08:09:58-07:00 America/Los_Angeles (TRIAL RELEASE)
- Fix util.t win32 bug
1.302016 2016-05-12 19:43:38-07:00 America/Los_Angeles (TRIAL RELEASE)
- Block signals in critical IPC section (Fix #661 and #668)
- Merge Examples and examples into one dir (#660)
- Documentation and typo fixes
- Make Test2::Util::get_tid have a consistent prototype (#665)
- Make TB->no_plan a no-op if a plan is set
To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 pkgsrc/devel/p5-Test-Simple/Makefile
cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/p5-Test-Simple/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/p5-Test-Simple/Makefile
diff -u pkgsrc/devel/p5-Test-Simple/Makefile:1.60 pkgsrc/devel/p5-Test-Simple/Makefile:1.61
--- pkgsrc/devel/p5-Test-Simple/Makefile:1.60 Wed Jun 8 19:23:41 2016
+++ pkgsrc/devel/p5-Test-Simple/Makefile Sun Jul 24 09:03:57 2016
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.60 2016/06/08 19:23:41 wiz Exp $
+# $NetBSD: Makefile,v 1.61 2016/07/24 09:03:57 wen Exp $
-DISTNAME= Test-Simple-1.302015
+DISTNAME= Test-Simple-1.302047
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
Index: pkgsrc/devel/p5-Test-Simple/distinfo
diff -u pkgsrc/devel/p5-Test-Simple/distinfo:1.32 pkgsrc/devel/p5-Test-Simple/distinfo:1.33
--- pkgsrc/devel/p5-Test-Simple/distinfo:1.32 Wed May 18 12:13:06 2016
+++ pkgsrc/devel/p5-Test-Simple/distinfo Sun Jul 24 09:03:57 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.32 2016/05/18 12:13:06 mef Exp $
+$NetBSD: distinfo,v 1.33 2016/07/24 09:03:57 wen Exp $
-SHA1 (Test-Simple-1.302015.tar.gz) = c6c44f4c035f0f5749fff1043335b95654b3ea04
-RMD160 (Test-Simple-1.302015.tar.gz) = e41e4a1990984acbc31390b02869b307b8ee00ee
-SHA512 (Test-Simple-1.302015.tar.gz) = a9dc2a37da24744479d2abe01b940ac6107865bf24d14c81243b51d68ef7cdaee85e0e0d65e0bef078a6bb3ba39f1c64473dd4fddf9962a7c05341f127e6e248
-Size (Test-Simple-1.302015.tar.gz) = 231281 bytes
+SHA1 (Test-Simple-1.302047.tar.gz) = f4088d47ebbee7e95346ca69fb3f54a1760044ee
+RMD160 (Test-Simple-1.302047.tar.gz) = 8523b19472d3197de012fdc999a0e49980297735
+SHA512 (Test-Simple-1.302047.tar.gz) = ef894350ede8aab84a689bb4ce1f6239e704287bac850c2a99aab8630310eae8b556811f05cd81581af96c5ab7d29bd04def4baa59557e364ba0bd00550d8dbc
+Size (Test-Simple-1.302047.tar.gz) = 242090 bytes
Home |
Main Index |
Thread Index |
Old Index