git: 0af4512e9d5f - main - math/p5-bignum: Remove Perl core module

Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Jul 6 15:06:48 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0af4512e9d5fffdb07ccc30498f4e451f8cf6d33

commit 0af4512e9d5fffdb07ccc30498f4e451f8cf6d33
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-07-06 14:59:20 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-07-06 14:59:20 +0000

    math/p5-bignum: Remove Perl core module
    
    - Bump PORTREVISION for dependency change
---
 math/p5-bignum/Makefile | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/math/p5-bignum/Makefile b/math/p5-bignum/Makefile
index 42e7333e7148..df70bbc1bcc3 100644
--- a/math/p5-bignum/Makefile
+++ b/math/p5-bignum/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	bignum
 PORTVERSION=	0.51
+PORTREVISION=	1
 CATEGORIES=	math perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:PJACKLAM
@@ -11,11 +12,9 @@ COMMENT=	Transparent BigNumber/BigRational support for Perl
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 
-BUILD_DEPENDS=	${RUN_DEPENDS}
-RUN_DEPENDS=	p5-Math-BigInt>=1.999812:math/p5-Math-BigInt
-
-NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 
+NO_ARCH=	yes
+
 .include <bsd.port.mk>


More information about the dev-commits-ports-main mailing list