Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Aug 2024 17:24:11 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: e57ed733f765 - main - www/p5-Net-Async-FastCGI: Update to 0.26
Message-ID:  <202408041724.474HOBFA068941@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=e57ed733f7650c97c38cdd29d019f7a562ef387f

commit e57ed733f7650c97c38cdd29d019f7a562ef387f
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-08-04 17:11:00 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-08-04 17:14:27 +0000

    www/p5-Net-Async-FastCGI: Update to 0.26
    
    - Add LICENSE_FILE
    
    Changes:        https://metacpan.org/dist/Net-Async-FastCGI/changes
---
 www/p5-Net-Async-FastCGI/Makefile | 14 ++++++--------
 www/p5-Net-Async-FastCGI/distinfo |  5 +++--
 2 files changed, 9 insertions(+), 10 deletions(-)

diff --git a/www/p5-Net-Async-FastCGI/Makefile b/www/p5-Net-Async-FastCGI/Makefile
index ed0b624fca5e..183b5e25178d 100644
--- a/www/p5-Net-Async-FastCGI/Makefile
+++ b/www/p5-Net-Async-FastCGI/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	Net-Async-FastCGI
-PORTVERSION=	0.25
-PORTREVISION=	1
+PORTVERSION=	0.26
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,16 +10,15 @@ WWW=		https://metacpan.org/release/Net-Async-FastCGI
 
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
+LICENSE_FILE_GPLv1+ =	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-HTTP-Message>=0:www/p5-HTTP-Message \
-		p5-IO-Async>=0:devel/p5-IO-Async \
-		p5-Net-FastCGI>=0:www/p5-Net-FastCGI
-TEST_DEPENDS=	p5-Test-HexString>=0:devel/p5-Test-HexString \
-		p5-Test-Refcount>0:devel/p5-Test-Refcount \
-		p5-Test-Identity>=0:devel/p5-Test-Identity
+		p5-IO-Async>=0.350:devel/p5-IO-Async \
+		p5-Net-FastCGI>=0.10:www/p5-Net-FastCGI
+TEST_DEPENDS=	p5-Test2-Suite>=0.000149:devel/p5-Test2-Suite
 
 USES=		perl5
-USE_PERL5=	configure
+USE_PERL5=	modbuild
 
 .include <bsd.port.mk>
diff --git a/www/p5-Net-Async-FastCGI/distinfo b/www/p5-Net-Async-FastCGI/distinfo
index bb363c5ceee3..b1f510d08869 100644
--- a/www/p5-Net-Async-FastCGI/distinfo
+++ b/www/p5-Net-Async-FastCGI/distinfo
@@ -1,2 +1,3 @@
-SHA256 (Net-Async-FastCGI-0.25.tar.gz) = 478ca5ad8e23c1292867952e1e2e70847477cb5bf4423a11c98c66170ed6182c
-SIZE (Net-Async-FastCGI-0.25.tar.gz) = 36312
+TIMESTAMP = 1722711349
+SHA256 (Net-Async-FastCGI-0.26.tar.gz) = 1d57bfca324c3b582685859004fc91c2c98513a54b76879422b2cd7129756744
+SIZE (Net-Async-FastCGI-0.26.tar.gz) = 37673



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