Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Jul 2021 15:06:45 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0af4512e9d5f - main - math/p5-bignum: Remove Perl core module
Message-ID:  <202107061506.166F6jpp022311@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

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

commit 0af4512e9d5fffdb07ccc30498f4e451f8cf6d33
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-07-06 14:59:20 +0000
Commit:     Po-Chuan Hsieh <sunpoet@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107061506.166F6jpp022311>