Date: Wed, 21 Feb 2024 15:21:07 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: 87f013ca6912 - main - math/p5-Math-BigInt-Lite: Update *_DEPENDS Message-ID: <202402211521.41LFL7EK030578@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=87f013ca69120654d93615912d1d48f71136b9aa commit 87f013ca69120654d93615912d1d48f71136b9aa Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-02-21 14:30:49 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-02-21 15:07:00 +0000 math/p5-Math-BigInt-Lite: Update *_DEPENDS Math-BigRat has been merged into Math-BigInt since 2.000000. And math/p5-Math-BigRat has been removed from the ports tree. --- math/p5-Math-BigInt-Lite/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/math/p5-Math-BigInt-Lite/Makefile b/math/p5-Math-BigInt-Lite/Makefile index 1b3274a2a9f3..0bd6319d1ac8 100644 --- a/math/p5-Math-BigInt-Lite/Makefile +++ b/math/p5-Math-BigInt-Lite/Makefile @@ -13,8 +13,7 @@ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= p5-Math-BigInt>=1.999840:math/p5-Math-BigInt -TEST_DEPENDS= p5-Math-BigRat>=0.2616:math/p5-Math-BigRat +RUN_DEPENDS= p5-Math-BigInt>=2.000000:math/p5-Math-BigInt USES= perl5 USE_PERL5= configure
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402211521.41LFL7EK030578>