diff options
author | Andrej Zverev <az@FreeBSD.org> | 2005-12-12 11:23:06 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2005-12-12 11:23:06 +0000 |
commit | ad3a80d0f3d97d1b064609590c5fc63c7b78e18d (patch) | |
tree | 8064067c69befeb468c0c15b765d0aa1f53087f8 /devel/p5-Test-Deep | |
parent | ccd418ba461500553ea3bfd0606af04b73be81d2 (diff) | |
download | ports-ad3a80d0f3d97d1b064609590c5fc63c7b78e18d.tar.gz ports-ad3a80d0f3d97d1b064609590c5fc63c7b78e18d.zip |
-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@
Notes
Notes:
svn path=/head/; revision=150978
Diffstat (limited to 'devel/p5-Test-Deep')
-rw-r--r-- | devel/p5-Test-Deep/Makefile | 2 | ||||
-rw-r--r-- | devel/p5-Test-Deep/distinfo | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/devel/p5-Test-Deep/Makefile b/devel/p5-Test-Deep/Makefile index 3f5724f2b222..6dcfa9d5aabd 100644 --- a/devel/p5-Test-Deep/Makefile +++ b/devel/p5-Test-Deep/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Test-Deep -PORTVERSION= 0.092 +PORTVERSION= 0.093 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Test diff --git a/devel/p5-Test-Deep/distinfo b/devel/p5-Test-Deep/distinfo index 5a3bedc88a25..d9344a76171f 100644 --- a/devel/p5-Test-Deep/distinfo +++ b/devel/p5-Test-Deep/distinfo @@ -1,2 +1,3 @@ -MD5 (Test-Deep-0.092.tar.gz) = 2b08c439013db230dc153cf52553fd7a -SIZE (Test-Deep-0.092.tar.gz) = 29990 +MD5 (Test-Deep-0.093.tar.gz) = b47659e09457a72157d3db5b5be62f75 +SHA256 (Test-Deep-0.093.tar.gz) = cad4958c84f1dffd6834f3986a90432e79c60d1b549f314dcc06e1c796eed8b9 +SIZE (Test-Deep-0.093.tar.gz) = 29941 |