Skip site navigation (1)Skip section navigation (2)

CVS log for ports/devel/p5-Test-Deep/Makefile

[BACK] Up to [FreeBSD] / ports / devel / p5-Test-Deep

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Oct 18 00:24:49 2010 UTC (15 months, 3 weeks ago) by leeym
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_7_4_0, RELEASE_6_EOL, HEAD
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +8 -4 lines
- update to 0.108

Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Sep 30 13:22:36 2010 UTC (16 months, 1 week ago) by az
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -1 lines
Update to 0.107.

Changes: http://search.cpan.org/dist/Test-Deep/CHANGES

PR:		ports/151106
Submitted by:	Frederic Culot <frederic@culot.org>

Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Sep 24 09:49:54 2010 UTC (16 months, 2 weeks ago) by az
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -1 lines
Drop maintainership

Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Aug 17 07:43:09 2009 UTC (2 years, 5 months ago) by az
Branches: MAIN
CVS tags: RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_3_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -2 lines
Update to 0.106

Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Jul 22 16:26:40 2009 UTC (2 years, 6 months ago) by pgollucci
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -7 lines
- lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks

PR:             ports/135398
Tested by:      2 -exp runs by pav
Approved by:    portmgr (pav)

Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Mar 26 07:59:42 2009 UTC (2 years, 10 months ago) by az
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -1 lines
updated to 0.104 version

PR:		ports/133018
Submitted by:		Edmondas Girkantas <eg@fbsd.lt>

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Jun 21 15:49:04 2008 UTC (3 years, 7 months ago) by az
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -1 lines
- Update to version 0.103

Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Mar 4 07:03:42 2008 UTC (3 years, 11 months ago) by az
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
- Update to 0.100

PR:		ports/120711
Submitted by:	Felippe de Meirelles Motta <lippemail(at)gmail.com>

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Dec 20 10:23:03 2007 UTC (4 years, 1 month ago) by az
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +11 -11 lines
- Update to version 0.099

Changelog: http://search.cpan.org/src/FDALY/Test-Deep-0.099/CHANGES

PR:		ports/116197
Submitted by:	clsung

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Sep 8 00:59:09 2007 UTC (4 years, 5 months ago) by linimon
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -7 lines
Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr

Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Nov 28 19:01:01 2006 UTC (5 years, 2 months ago) by az
Branches: MAIN
CVS tags: RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -1 lines
-Update to 0.096

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon May 1 14:10:09 2006 UTC (5 years, 9 months ago) by az
Branches: MAIN
CVS tags: RELEASE_6_2_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +8 -2 lines
- Update to 0.095
- Mark IGNORE under old perl (it requires warnings.pm)

PR:		ports/96574
Submitted by:	leeym@

Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Dec 12 11:23:06 2005 UTC (6 years, 2 months ago) by az
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -1 lines
-Update to 0.093
-Add SHA256

ChangeLog:
- Fixed inifinte recursion when adding comparators into bags. That whole area is
  unpleasant - conceptually as well as implementation-wise. Comparators no longer
  inherit a compare method, so we only call the specialised compare if it exists,
  otherwise we just do normal deep comparison.
- Removed a debugging print.

Noticed by:	edwin@

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Nov 3 09:02:24 2005 UTC (6 years, 3 months ago) by az
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -1 lines
-Update to 0.092

Approved by:	sem (mentor)

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Oct 3 12:55:24 2005 UTC (6 years, 4 months ago) by az
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1 lines
- Change my e-mail

Approved by: sem (mentor)

Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Jul 20 14:53:45 2005 UTC (6 years, 6 months ago) by leeym
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
- Update to 0.88
- Assign maintainership to Andrej Zverev <az@inec.ru>

PR:		83773
Submitted by:	Andrej Zverev <az@inec.ru>

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Oct 30 08:42:30 2004 UTC (7 years, 3 months ago) by clsung
Branches: MAIN
CVS tags: RELEASE_5_4_0, RELEASE_4_11_0
- perl extension that testing data structures for differences deeply.

PR:		ports/73237
Submitted by:	Alex Kapranoff <kappa AT rambler-co dot ru>
Approved by:	co-mentor (vanilla)

Diff request

This form allows you to request diffs 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.

Log view options