git: 30f737dd5121 - main - math/p5-bignum: Remove Perl core module

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Wed, 21 Feb 2024 15:37:34 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=30f737dd51216e669d9b117bdcb562f11acb5667

commit 30f737dd51216e669d9b117bdcb562f11acb5667
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-02-21 15:01:24 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-02-21 15:11:06 +0000

    math/p5-bignum: Remove Perl core module
    
    - Update version requirement of *_DEPENDS
    - Bump PORTREVISION for dependency change
    
    Math::BigRat has been merged into Math::BigInt since 2.000000.
---
 math/p5-bignum/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/math/p5-bignum/Makefile b/math/p5-bignum/Makefile
index 3a6b94298140..489efee1196e 100644
--- a/math/p5-bignum/Makefile
+++ b/math/p5-bignum/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	bignum
 PORTVERSION=	0.67
+PORTREVISION=	1
 CATEGORIES=	math perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:PJACKLAM
@@ -13,8 +14,7 @@ LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 
 BUILD_DEPENDS=	${RUN_DEPENDS}
-RUN_DEPENDS=	p5-Carp>=1.22:devel/p5-Carp \
-		p5-Math-BigInt>=1.999830:math/p5-Math-BigInt
+RUN_DEPENDS=	p5-Math-BigInt>=2.000000:math/p5-Math-BigInt
 
 USES=		perl5
 USE_PERL5=	configure