summaryrefslogtreecommitdiff
path: root/devel/p5-Test-Script
AgeCommit message (Collapse)AuthorFilesLines
2016-06-08Bump PKGREVISION for perl-5.24.wiz1-1/+2
2016-05-18Updated devel/p5-Test-Script to 1.12 (from 1.10)mef2-8/+7
------------------------------------ 1.12 2016-05-02 11:18:01 -0400 - Production release identical to 1.11_03 release. 1.11_03 2016-04-28 06:45:52 -0400 - Check for IO errors on temporary .pm file 1.11_02 2016-04-27 13:15:35 -0400 - One possible fix for gh#5 (see https://github.com/plicease/Test-Script/issues/5) 1.11_01 2016-04-27 12:28:33 -0400 - Including some optional Test2 based tests that should only be run with a merged Test2 / Test::Builder (currently a dev release as Test::Simple on CPAN)
2016-05-03Reset maintainer (observer now).wiz1-3/+2
2015-11-03Add SHA512 digests for distfiles for devel categoryagc1-1/+2
Issues found with existing distfiles: distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip distfiles/fortran-utils-1.1.tar.gz distfiles/ivykis-0.39.tar.gz distfiles/enum-1.11.tar.gz distfiles/pvs-3.2-libraries.tgz distfiles/pvs-3.2-linux.tgz distfiles/pvs-3.2-solaris.tgz distfiles/pvs-3.2-system.tgz No changes made to these distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-1/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2015-05-23Update 1.07 to 1.10mef2-7/+6
------------------- 1.10 2015-05-12 05:15:41 -0400 - Work around for buggy IPC::Run3 0.048 on MSWin32 On Windows we probe for and mitigate a bug in IPC::Run3 (see https://github.com/plicease/Test-Script/issues/1 for details) with the intention of removing the workaround if/when IPC::Run3 is fixed. 1.09 2015-05-07 16:44:26 -0400 - If IPC::Run3::run3 throws an exception it will now fail the test (with a helpful diagnostic) rather than crashing the test script. - A script that is killed with a singnal is now considered a failure as well. - Use alternate expected exit and signal values with options as the second argument to script_runs. - Ability to pass input via stdin to the script with script_runs. - Ability to capture stdout and stderr from script with script_runs. - Functions to test stdout and stderr: script_stdout_is script_stdout_isnt script_stdout_like script_stdout_unlike script_stderr_is script_stderr_isnt script_stderr_like script_stderr_unlike 1.08 2015-05-06 05:09:13 -0400 - Now works with or without blib (rt81222, rt102743) - Compatability with older versions of Test::Builder::Tester (rt81335) - Requires Perl 5.6.0 - Migrate to Dist::Zilla
2014-05-29Bump for perl-5.20.0.wiz1-2/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2012-10-31Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2011-08-14Revision bump after updating perl5 to 5.14.1.obache1-2/+2
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-1/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2010-01-23Updating devel/p5-Test-Script from 1.06 to 1.07sno2-6/+6
Upstream changes: 1.07 Tue 24 Nov 2009 - Second attempt at fixing the "Using" bug
2009-09-19Updating devel/p5-Test-Script from 1.05 to 1.06sno2-6/+7
pkgsrc changes: - Adjusting dependencies Upstream changes: 1.06 Wed 16 Sep 2009 - Update test to allow different die() return values - Move Test::More to runtime dependency
2009-09-16Updating devel/p5-Test-Script from 1.03nb1 to 1.05sno2-9/+7
pkgsrc changes: - Adding license definition Upstream changes: 1.05 Mon 14 Sep 2009 - Changed script_compiles_ok to script_compiles - Added script_runs 1.04_03 Thu 18 Dec 2008 - Another attempt to support 5.6 properly 1.04_02 Wed 17 Dec 2008 - Test tweak to support 5.6 properly 1.04_01 Tue 16 Dec 2008 - Updated to Module::Install 0.77 - Adding dependency on Probe::Perl - Full fidelity failure testing
2009-06-13Ran pkglint --autofix on the devel/ category. Most of the changes arerillig1-2/+2
simple white-space issues like indentation and trailing spaces. The others are cross-references for Makefile.common.
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-1/+2
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=...").
2008-07-15- updated to 1.03rhaen2-6/+6
Changelog: 1.03 Fri 29 Feb 2008 - Incremental release to get updated author tests - Updated to Module::Install 0.68
2007-12-11- new package (dependency for p5-Test-Inline)rhaen3-0/+39
- ok'ed by rillig Perl API - Test::Script - Cross-platform basic tests for scripts