The NetBSD Project

CVS log for pkgsrc/devel/p5-Test-Differences/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / p5-Test-Differences

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.33 / (download) - annotate - [select for diffs], Thu Jul 6 09:40:11 2023 UTC (2 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: HEAD
Changes since 1.32: +2 -1 lines
Diff to previous 1.32 (colored)

*: recursive bump for perl 5.38

Revision 1.32 / (download) - annotate - [select for diffs], Tue Jun 6 12:41:05 2023 UTC (3 months, 2 weeks ago) by riastradh
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2
Changes since 1.31: +4 -4 lines
Diff to previous 1.31 (colored)

Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.

Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).

No change to BUILD_DEPENDS as used correctly inside buildlink3.

As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html

Revision 1.31 / (download) - annotate - [select for diffs], Sat Oct 1 08:10:38 2022 UTC (11 months, 3 weeks ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4
Changes since 1.30: +2 -3 lines
Diff to previous 1.30 (colored)

Update to 0.69

Upstream changes:
0.69   2022-01-07
    - Special-case Unknown::Values objects in comparisons, as it's better to spit
      out a diagnostic failure than to just die;
    - Correct misleading Unicode doco

Revision 1.30 / (download) - annotate - [select for diffs], Tue Jun 28 11:33:23 2022 UTC (14 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.29: +2 -1 lines
Diff to previous 1.29 (colored)

*: recursive bump for perl 5.36

Revision 1.29 / (download) - annotate - [select for diffs], Sun Jul 4 08:43:34 2021 UTC (2 years, 2 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3
Changes since 1.28: +2 -3 lines
Diff to previous 1.28 (colored)

Update to 0.68

Upstream changes:
0.68   2021-05-18
    - Revert undocumented change that was causing unreasonably verbose output
      See https://github.com/DrHyde/perl-modules-Test-Differences/issues/5
    - Improve documentation about text vs data mode and eq_or_diff_{text,data}
      See https://github.com/DrHyde/perl-modules-Test-Differences/issues/8

Revision 1.28 / (download) - annotate - [select for diffs], Mon May 24 19:51:42 2021 UTC (2 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (colored)

*: recursive bump for perl 5.34

Revision 1.27 / (download) - annotate - [select for diffs], Mon Aug 31 18:09:00 2020 UTC (3 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored)

*: bump PKGREVISION for perl-5.32.

Revision 1.26 / (download) - annotate - [select for diffs], Sun Aug 11 13:20:29 2019 UTC (4 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3
Changes since 1.25: +2 -1 lines
Diff to previous 1.25 (colored)

Bump PKGREVISIONs for perl 5.30.0

Revision 1.25 / (download) - annotate - [select for diffs], Mon Jul 1 21:35:44 2019 UTC (4 years, 2 months ago) by nia
Branch: MAIN
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored)

Follow some remaining search.cpan.org redirects.

Revision 1.24 / (download) - annotate - [select for diffs], Sun Apr 7 07:22:17 2019 UTC (4 years, 5 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored)

Update to 0.67

Upstream changes:
0.67   2019-03-06
    - Correctly compare subroutine references

Revision 1.23 / (download) - annotate - [select for diffs], Sat Mar 2 10:35:43 2019 UTC (4 years, 6 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1
Changes since 1.22: +2 -3 lines
Diff to previous 1.22 (colored)

Update to 0.66

Upstream changes:
0.66   2019-02-27
    - Fix tests on Windows (thanks to Serguei Trouchelle)

0.65   2019-02-19
    - Canonical repo is now https://github.com/DrHyde/perl-modules-Test-Differences
    - Fix discrepancies in copyright notices (thanks to Christian Neukirchen
      for pointing them out)
    - Make the tests more consistent (thanks to genio)
    - Add unicode tests
    - Fix whitespace issue in tests when using recent Test::More in verbose mode
      (thanks to ntnyi for debugging)
    - Get rid of Build.PL, just use Makefile.PL

Revision 1.22 / (download) - annotate - [select for diffs], Wed Aug 22 09:44:45 2018 UTC (5 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

Recursive bump for perl5-5.28.0

Revision 1.21 / (download) - annotate - [select for diffs], Sun Sep 17 11:52:07 2017 UTC (6 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3
Changes since 1.20: +3 -3 lines
Diff to previous 1.20 (colored)

p5-Test-Differences: p5-Text-Diff is a runtime dependency, make it so

Bump PKGREVISION.

Revision 1.20 / (download) - annotate - [select for diffs], Mon Jun 5 14:23:42 2017 UTC (6 years, 3 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

Recursive revbump from lang/perl5 5.26.0

Revision 1.19 / (download) - annotate - [select for diffs], Wed Jun 8 19:23:36 2016 UTC (7 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2
Changes since 1.18: +2 -1 lines
Diff to previous 1.18 (colored)

Bump PKGREVISION for perl-5.24.

Revision 1.18 / (download) - annotate - [select for diffs], Wed May 18 11:42:15 2016 UTC (7 years, 4 months ago) by mef
Branch: MAIN
Changes since 1.17: +2 -3 lines
Diff to previous 1.17 (colored)

Updated to devel/p5-Test-Differences to 0.6400
----------------------------------------------
0.64 Sun November 22, 2015
    - Bump dependency version for Text::Diff to avoid a buggy release
    - Make tests pass with relocation perl (see
      https://rt.cpan.org/Ticket/Display.html?id=103133)

Revision 1.17 / (download) - annotate - [select for diffs], Fri Jun 12 10:49:48 2015 UTC (8 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2
Changes since 1.16: +2 -1 lines
Diff to previous 1.16 (colored)

Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.

Revision 1.16 / (download) - annotate - [select for diffs], Tue Mar 17 13:02:39 2015 UTC (8 years, 6 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base, pkgsrc-2015Q1
Changes since 1.15: +3 -1 lines
Diff to previous 1.15 (colored)

Add two more BUILD_DEPENDS+= for make test not to skip t/pod*.t

Revision 1.15 / (download) - annotate - [select for diffs], Tue Mar 17 12:56:19 2015 UTC (8 years, 6 months ago) by mef
Branch: MAIN
Changes since 1.14: +3 -2 lines
Diff to previous 1.14 (colored)

Add BUILD_DEPENDS+= for make test.

Revision 1.14 / (download) - annotate - [select for diffs], Tue Feb 17 06:21:36 2015 UTC (8 years, 7 months ago) by mef
Branch: MAIN
Changes since 1.13: +2 -3 lines
Diff to previous 1.13 (colored)

Update 0.6100 to 0.6300
-----------------------
0.63 Thu November 20, 2014
    - Minor doco-fixes
    - Remove use of flatten, always use Data::Dumper for saner, more readable
      output, fixes RT #95446 (David Precious (bigpresh))

0.62 Wed June 25, 2014
    - Production release

Revision 1.13 / (download) - annotate - [select for diffs], Thu May 29 23:36:21 2014 UTC (9 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

Bump for perl-5.20.0.
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.

Revision 1.12 / (download) - annotate - [select for diffs], Fri May 31 12:40:48 2013 UTC (10 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

Bump all packages for perl-5.18, that
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.

Revision 1.11 / (download) - annotate - [select for diffs], Wed Oct 31 11:19:04 2012 UTC (10 years, 10 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.10: +1 -3 lines
Diff to previous 1.10 (colored)

Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.10 / (download) - annotate - [select for diffs], Wed Oct 3 21:55:41 2012 UTC (10 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.9: +2 -1 lines
Diff to previous 1.9 (colored)

Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.

Revision 1.9 / (download) - annotate - [select for diffs], Sat Nov 26 02:03:39 2011 UTC (11 years, 10 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

Must pad version number to four digits

Revision 1.8 / (download) - annotate - [select for diffs], Fri Nov 25 11:44:53 2011 UTC (11 years, 10 months ago) by hiramatsu
Branch: MAIN
Changes since 1.7: +3 -4 lines
Diff to previous 1.7 (colored)

Update p5-Test-Differences to 0.61.

Changes from previous:
0.61 Sat April 16, 2011
    - Allow an option to override Sortkeys in C<eq_or_diff>. Thanks to Mark
      Zealey for the suggestion.
    - Unnumbered tests. There's no point to them.

0.60 Sat April 16, 2011
    - Make '' and undef not equal. Thanks to Pavel Shaydo for the patch.
    - Made Data::Dumper minimum version 2.126 to resolve
      https://rt.cpan.org/Ticket/Display.html?id=60798. Thanks to
      jjnapiork@cpan.org  for the report and fix.

Revision 1.7 / (download) - annotate - [select for diffs], Sun Aug 14 12:26:40 2011 UTC (12 years, 1 month ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

Revision bump after updating perl5 to 5.14.1.

Revision 1.6 / (download) - annotate - [select for diffs], Sat Aug 21 16:34:32 2010 UTC (13 years, 1 month ago) by seb
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3
Changes since 1.5: +2 -1 lines
Diff to previous 1.5 (colored)

Bump the PKGREVISION for all packages which depend directly on perl,
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!

Revision 1.5 / (download) - annotate - [select for diffs], Sun Oct 25 11:44:13 2009 UTC (13 years, 11 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4
Changes since 1.4: +4 -4 lines
Diff to previous 1.4 (colored)

Updating devel/p5-Test-Differences from 0.4801nb1 to 0.5000

pkgsrc changes:
  - Adding license definition

Upstream changes (since module release 0.4801):
0.50 Sat Oct 17 15:18:03 2009
    - Production release.

0.49_02 Sat Aug  2 13:00:21 GMT 2008
    - Added support for all diff styles supplied by Text::Diff.  Requested by
      Kevin Jones (http://rt.cpan.org/Public/Bug/Display.html?id=23579)
    - Add Build.PL.
    - Convert to universally use Test::More instead of Test.

0.49_01 Fri Aug  1 09:04:58 GMT 2008
    - Convert to modern Perl distribution.
    - Applied doc suggestion from Slaven Rezic
      (http://rt.cpan.org/Ticket/Display.html?id=24297)
    - Bumped up version number higher than normal because I forgot to quote
      the "developer release" number last time.
    - Applied Mark Stosberg's  patch which fixed the { a => 1 } versus
      { a => '1' } bug (http://rt.cpan.org/Ticket/Display.html?id=3029)

Revision 1.4 / (download) - annotate - [select for diffs], Sat Jun 13 06:46:47 2009 UTC (14 years, 3 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

Ran pkglint --autofix on the devel/ category. Most of the changes are
simple white-space issues like indentation and trailing spaces. The
others are cross-references for Makefile.common.

Revision 1.3 / (download) - annotate - [select for diffs], Sun Oct 19 19:18:01 2008 UTC (14 years, 11 months ago) by he
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4
Changes since 1.2: +2 -1 lines
Diff to previous 1.2 (colored)

Bump the PKGREVISION for all packages which depend directly on perl,
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=...").

Revision 1.2 / (download) - annotate - [select for diffs], Wed Aug 6 21:09:54 2008 UTC (15 years, 1 month ago) by he
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base, pkgsrc-2008Q3, cube-native-xorg-base, cube-native-xorg
Changes since 1.1: +3 -3 lines
Diff to previous 1.1 (colored)

Update from version 0.47 to 0.48.01.  Changes:

0.48_01 Wed Jul 30 10:42:52 GMT 2008
    - Fixed bug when comparing AoH with non-scalar values.  Reported (with
      fix) by Mark Zealey
      (http://rt.cpan.org/Public/Bug/Display.html?id=29732)

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Mon Jun 23 04:04:21 2008 UTC (15 years, 3 months ago) by abs
Branch: TNF
CVS Tags: pkgsrc-base, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Import p5-Test-Differences-0.47

When the code you're testing returns multiple lines, records or
data structures and they're just plain wrong, an equivalent to the
Unix diff utility may be just what's needed.

eq_or_diff_...() compares two strings or (limited) data structures
and either emits an ok indication or a side-by-side diff.
Test::Differences is designed to be used with Test.pm and with
Test::Simple, Test::More, and other Test::Builder based testing
modules. As the SYNOPSIS shows, another testing module must be used
as the basis for your test suite.

These functions assume that you are presenting it with "flat"
records, looking like:

    - scalars composed of record-per-line
    - arrays of scalars,
    - arrays of arrays of scalars,
    - arrays of hashes containing only scalars

Revision 1.1 / (download) - annotate - [select for diffs], Mon Jun 23 04:04:21 2008 UTC (15 years, 3 months ago) by abs
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>