diff options
author | az <az@FreeBSD.org> | 2005-12-12 19:23:06 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2005-12-12 19:23:06 +0800 |
commit | 98af339d864f1edd6d95e6717373eae111fb4e84 (patch) | |
tree | 2d7c4755f26750188d3ea935acbab9b0bd951405 | |
parent | 78992f3a89b8ecd927b50f091cf6aee9e256e953 (diff) | |
download | freebsd-ports-gnome-98af339d864f1edd6d95e6717373eae111fb4e84.tar.gz freebsd-ports-gnome-98af339d864f1edd6d95e6717373eae111fb4e84.tar.zst freebsd-ports-gnome-98af339d864f1edd6d95e6717373eae111fb4e84.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@
-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 |