From owner-dev-commits-ports-all@freebsd.org Tue Sep 21 22:26:33 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AD41167CBD3; Tue, 21 Sep 2021 22:26:33 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HDbcl52gQz4jFJ; Tue, 21 Sep 2021 22:26:31 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0552F46A0; Tue, 21 Sep 2021 22:26:27 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18LMQQDi040471; Tue, 21 Sep 2021 22:26:26 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18LMQQ2A040470; Tue, 21 Sep 2021 22:26:26 GMT (envelope-from git) Date: Tue, 21 Sep 2021 22:26:26 GMT Message-Id: <202109212226.18LMQQ2A040470@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 395d8e515bd3 - main - devel/p5-ExtUtils-Depends: Update to 0.8001 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 395d8e515bd37417f47037a926fadc8521b274bc Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Sep 2021 22:26:33 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=395d8e515bd37417f47037a926fadc8521b274bc commit 395d8e515bd37417f47037a926fadc8521b274bc Author: Po-Chuan Hsieh AuthorDate: 2021-09-21 22:16:49 +0000 Commit: Po-Chuan Hsieh 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 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 +NO_ARCH= yes + +.include + +.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 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