Index: head/math/p5-Math-BigInt/Makefile =================================================================== --- head/math/p5-Math-BigInt/Makefile (revision 408432) +++ head/math/p5-Math-BigInt/Makefile (revision 408433) @@ -1,24 +1,25 @@ # Created by: tobez # $FreeBSD$ PORTNAME= Math-BigInt PORTVERSION= 1.999715 +PORTREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PJACKLAM PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Arbitrary size integer math perl package LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-Math-Complex>=1.39:${PORTSDIR}/math/p5-Math-Complex RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure NO_ARCH= yes .include Index: head/math/p5-Math-BigInt/files/patch-lib_Math_BigInt.pm =================================================================== --- head/math/p5-Math-BigInt/files/patch-lib_Math_BigInt.pm (nonexistent) +++ head/math/p5-Math-BigInt/files/patch-lib_Math_BigInt.pm (revision 408433) @@ -0,0 +1,11 @@ +--- lib/Math/BigInt.pm.orig 2016-02-07 17:28:38 UTC ++++ lib/Math/BigInt.pm +@@ -65,7 +65,7 @@ use overload + '>>=' => sub { $_[0]->brsft($_[1]); }, + + # not supported by Perl yet +-'..' => \&_pointpoint, ++#'..' => \&_pointpoint, + + '<=>' => sub { my $rc = $_[2] ? + ref($_[0])->bcmp($_[1],$_[0]) : Property changes on: head/math/p5-Math-BigInt/files/patch-lib_Math_BigInt.pm ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property