--- /hd1/p5-Data-Compare/Makefile Tue Feb 27 23:14:13 2007 +++ /hd1/p5-Data-Compare/Makefile Wed Feb 28 14:21:25 2007 @@ -6,7 +6,7 @@ # PORTNAME= Data-Compare -PORTVERSION= 0.15 +PORTVERSION= 0.16 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Data @@ -15,18 +15,11 @@ MAINTAINER= tobez@FreeBSD.org COMMENT= Data::Compare - compare perl data structures -BUILD_DEPENDS= ${SITE_PERL}/File/Find/Rule.pm:${PORTSDIR}/devel/p5-File-Find-Rule -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= ${SITE_PERL}/File/Find/Rule.pm:${PORTSDIR}/devel/p5-File-Find-Rule PERL_CONFIGURE= yes MAN3= Data::Compare.3 Data::Compare::Plugins.3 \ Data::Compare::Plugins::Scalar::Properties.3 -.include - -.if ${PERL_LEVEL} < 500600 -IGNORE= or its dependency requires perl 5.6.0 or later. Install lang/perl5.8 and try again -.endif - -.include +.include --- /hd1/p5-Data-Compare/distinfo Tue Feb 27 23:14:13 2007 +++ /hd1/p5-Data-Compare/distinfo Wed Feb 28 14:12:56 2007 @@ -1,3 +1,3 @@ -MD5 (Data-Compare-0.15.tar.gz) = 5f51491a30b011fb8a2994f1597504e0 -SHA256 (Data-Compare-0.15.tar.gz) = 30b063a3d03375dc57e3483566beb176a3590d1cc6c1271dbeb2096ba9018720 -SIZE (Data-Compare-0.15.tar.gz) = 11668 +MD5 (Data-Compare-0.16.tar.gz) = ef46857dec49b2f66637cfa48fa17ce9 +SHA256 (Data-Compare-0.16.tar.gz) = ff0e0268785e90f9a2b32a7eb872ca591346ba1607d8558dd091511f1815b6d3 +SIZE (Data-Compare-0.16.tar.gz) = 11867 --- /hd1/p5-Data-Compare/pkg-descr Wed Jun 13 03:24:31 2001 +++ /hd1/p5-Data-Compare/pkg-descr Wed Feb 28 14:20:20 2007 @@ -1,5 +1,4 @@ Compare two perl data structures recursively. Returns 0 if the structures differ, else returns 1. --Anton - +WWW: http://search.cpan.org/dist/Data-Compare/