Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 May 2026 05:30:40 +0000
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: b0cc7c79210e - main - math/p5-Math-Prime-Util: Update to 0.74
Message-ID:  <6a13de80.35f9f.1da00412@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

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

commit b0cc7c79210e2fc10d1c8538df4aa56eeff282b0
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-05-25 05:23:35 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-05-25 05:27:44 +0000

    math/p5-Math-Prime-Util: Update to 0.74
    
    - Add RECOMMENDED option
    
    Changes:        https://metacpan.org/dist/Math-Prime-Util/changes
---
 math/p5-Math-Prime-Util/Makefile | 14 +++++++++++++-
 math/p5-Math-Prime-Util/distinfo |  6 +++---
 2 files changed, 16 insertions(+), 4 deletions(-)

diff --git a/math/p5-Math-Prime-Util/Makefile b/math/p5-Math-Prime-Util/Makefile
index 77853d2e9de6..b1585dec8012 100644
--- a/math/p5-Math-Prime-Util/Makefile
+++ b/math/p5-Math-Prime-Util/Makefile
@@ -1,7 +1,8 @@
 PORTNAME=	Math-Prime-Util
-PORTVERSION=	0.73
+PORTVERSION=	0.74
 CATEGORIES=	math perl5
 MASTER_SITES=	CPAN
+MASTER_SITE_SUBDIR=	CPAN:DANAJ
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	sunpoet@FreeBSD.org
@@ -19,6 +20,17 @@ RUN_DEPENDS=	p5-Math-Prime-Util-GMP>=0.50:math/p5-Math-Prime-Util-GMP
 USES=		perl5
 USE_PERL5=	configure
 
+OPTIONS_DEFINE=	RECOMMENDED
+OPTIONS_DEFAULT=RECOMMENDED
+RECOMMENDED_DESC=	Recommended dependencies by upstream
+
+RECOMMENDED_BUILD_DEPENDS=	p5-Math-BigInt-GMP>=0:math/p5-Math-BigInt-GMP \
+				p5-Math-GMPz>=0.68:math/p5-Math-GMPz \
+				p5-Math-Prime-Util-GMP>=0.53:math/p5-Math-Prime-Util-GMP
+RECOMMENDED_RUN_DEPENDS=p5-Math-BigInt-GMP>=0:math/p5-Math-BigInt-GMP \
+			p5-Math-GMPz>=0.68:math/p5-Math-GMPz \
+			p5-Math-Prime-Util-GMP>=0.53:math/p5-Math-Prime-Util-GMP
+
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Prime/Util/Util.so
 
diff --git a/math/p5-Math-Prime-Util/distinfo b/math/p5-Math-Prime-Util/distinfo
index b874b255d465..fc878ab52f29 100644
--- a/math/p5-Math-Prime-Util/distinfo
+++ b/math/p5-Math-Prime-Util/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1542392079
-SHA256 (Math-Prime-Util-0.73.tar.gz) = 4afa6dd8cdb97499bd4eca6925861812c29d9f5a0f1ac27ad9d2d9c9b5602894
-SIZE (Math-Prime-Util-0.73.tar.gz) = 617032
+TIMESTAMP = 1779606993
+SHA256 (Math-Prime-Util-0.74.tar.gz) = 58a966ac5deecef92407e31d2c19411ee462f48e8443211d865ff2e6c83cc140
+SIZE (Math-Prime-Util-0.74.tar.gz) = 1006501


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a13de80.35f9f.1da00412>