Index: head/misc/p5-Array-Compare/Makefile =================================================================== --- head/misc/p5-Array-Compare/Makefile (revision 508863) +++ head/misc/p5-Array-Compare/Makefile (revision 508864) @@ -1,29 +1,29 @@ # Created by: Seamus Venasse # $FreeBSD$ PORTNAME= Array-Compare -PORTVERSION= 3.0.2 +PORTVERSION= 3.0.3 DISTVERSIONPREFIX= v CATEGORIES= misc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension for comparing arrays LICENSE= ART10 GPLv1+ LICENSE_COMB= dual BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Moo>0:devel/p5-Moo \ p5-Type-Tiny>0:devel/p5-Type-Tiny TEST_DEPENDS= p5-Test-NoWarnings>0:devel/p5-Test-NoWarnings NO_ARCH= yes USES= perl5 USE_PERL5= modbuild PLIST_FILES= ${SITE_PERL}/Array/Compare.pm \ ${SITE_MAN3}/Array::Compare.3.gz .include Index: head/misc/p5-Array-Compare/distinfo =================================================================== --- head/misc/p5-Array-Compare/distinfo (revision 508863) +++ head/misc/p5-Array-Compare/distinfo (revision 508864) @@ -1,3 +1,3 @@ -TIMESTAMP = 1545809090 -SHA256 (Array-Compare-v3.0.2.tar.gz) = 5a88f29d45223a667557e179acf2b268130384356f3bd478ad791c68cdba2832 -SIZE (Array-Compare-v3.0.2.tar.gz) = 9717 +TIMESTAMP = 1565715149 +SHA256 (Array-Compare-v3.0.3.tar.gz) = 62ab7ccae9ef74c0e13a168fc3a69dbcf2fc61bdfd1def0be47a1fc94648168e +SIZE (Array-Compare-v3.0.3.tar.gz) = 9831 Index: head/misc/p5-Array-Compare/pkg-descr =================================================================== --- head/misc/p5-Array-Compare/pkg-descr (revision 508863) +++ head/misc/p5-Array-Compare/pkg-descr (revision 508864) @@ -1,16 +1,14 @@ Array::Compare is a Perl module which allows you to compare two arrays. It has a number of features which allow you to control the way that the arrays are compared: * white space in array elements can be significant or ignored. * particular columns in the arrays can be ignored. Additionally you can get a simple true/false return value or the number of columns which differ or an array containing the indexes of the differing columns. WWW: https://metacpan.org/release/Array-Compare - -Seamus Venasse