Date: Tue, 21 Sep 2021 22:26:26 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: 395d8e515bd3 - main - devel/p5-ExtUtils-Depends: Update to 0.8001 Message-ID: <202109212226.18LMQQ2A040470@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=395d8e515bd37417f47037a926fadc8521b274bc commit 395d8e515bd37417f47037a926fadc8521b274bc Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-09-21 22:16:49 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-09-21 22:23:50 +0000 devel/p5-ExtUtils-Depends: Update to 0.8001 Changes: https://metacpan.org/dist/ExtUtils-Depends/changes --- devel/p5-ExtUtils-Depends/Makefile | 14 +++++++++++--- devel/p5-ExtUtils-Depends/distinfo | 6 +++--- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/devel/p5-ExtUtils-Depends/Makefile b/devel/p5-ExtUtils-Depends/Makefile index 450cde4bc2b7..08ccf96b7d1d 100644 --- a/devel/p5-ExtUtils-Depends/Makefile +++ b/devel/p5-ExtUtils-Depends/Makefile @@ -1,7 +1,7 @@ # Created by: Sergey Skvortsov <skv@protey.ru> PORTNAME= ExtUtils-Depends -PORTVERSION= 0.8000 +PORTVERSION= 0.8001 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:XAOC @@ -13,8 +13,16 @@ COMMENT= Easily build XS extensions that depend on XS extensions LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -NO_ARCH= yes USES= perl5 USE_PERL5= configure -.include <bsd.port.mk> +NO_ARCH= yes + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 503200 +BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=7.44:devel/p5-ExtUtils-MakeMaker +RUN_DEPENDS+= p5-ExtUtils-MakeMaker>=7.44:devel/p5-ExtUtils-MakeMaker +.endif + +.include <bsd.port.post.mk> diff --git a/devel/p5-ExtUtils-Depends/distinfo b/devel/p5-ExtUtils-Depends/distinfo index 06361a096ab6..6b1a3000d7ac 100644 --- a/devel/p5-ExtUtils-Depends/distinfo +++ b/devel/p5-ExtUtils-Depends/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1557239373 -SHA256 (ExtUtils-Depends-0.8000.tar.gz) = 780ff72128c04c2a22e6801187aa9c58cab298407f6e9d062706af1c250bbe98 -SIZE (ExtUtils-Depends-0.8000.tar.gz) = 17923 +TIMESTAMP = 1632227640 +SHA256 (ExtUtils-Depends-0.8001.tar.gz) = 673c4387e7896c1a216099c1fbb3faaa7763d7f5f95a1a56a60a2a2906c131c5 +SIZE (ExtUtils-Depends-0.8001.tar.gz) = 16708
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109212226.18LMQQ2A040470>