git: 5b29ec9643dc - main - www/p5-Monoceros: Update to 0.28

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 18 Apr 2022 00:06:00 UTC
The branch main has been updated by sunpoet:

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

commit 5b29ec9643dc6fd2f62bdbf852a850a6d2360987
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-04-17 23:51:40 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-04-17 23:59:11 +0000

    www/p5-Monoceros: Update to 0.28
    
    - Add LICENSE_FILE
    - Sort *_DEPENDS
    - Fix indent
    - Sort PLIST
    
    Changes:        https://metacpan.org/dist/Monoceros/changes
---
 www/p5-Monoceros/Makefile  | 31 +++++++++++++++----------------
 www/p5-Monoceros/distinfo  |  5 +++--
 www/p5-Monoceros/pkg-plist |  6 ++++--
 3 files changed, 22 insertions(+), 20 deletions(-)

diff --git a/www/p5-Monoceros/Makefile b/www/p5-Monoceros/Makefile
index 0f4f432b6feb..436d3c64a6a4 100644
--- a/www/p5-Monoceros/Makefile
+++ b/www/p5-Monoceros/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	Monoceros
-PORTVERSION=	0.27
-PORTREVISION=	1
+PORTVERSION=	0.28
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:KAZEBURO
@@ -11,22 +10,22 @@ COMMENT=	PSGI/Plack server w/ event driven connection manager, prefork workers
 
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	\
-	p5-AnyEvent>=7.04:devel/p5-AnyEvent \
-	p5-IO-FDPass>=1.0:devel/p5-IO-FDPass \
-	p5-Net-CIDR-Lite>0:net/p5-Net-CIDR-Lite \
-	p5-POSIX-Socket>0:net/p5-POSIX-Socket \
-	p5-POSIX-getpeername>0:net/p5-POSIX-getpeername \
-	p5-Plack>=1.0023:www/p5-Plack \
-	p5-Starlet>=0.18:www/p5-Starlet \
-	p5-Sys-Sendfile>=0.11:devel/p5-Sys-Sendfile
 BUILD_DEPENDS=	${RUN_DEPENDS}
-TEST_DEPENDS=	\
-	p5-Test-TCP>0:devel/p5-Test-TCP
+RUN_DEPENDS=	p5-AnyEvent>=7.04,1:devel/p5-AnyEvent \
+		p5-IO-FDPass>=1.0:devel/p5-IO-FDPass \
+		p5-Net-CIDR-Lite>=0:net/p5-Net-CIDR-Lite \
+		p5-POSIX-getpeername>=0:net/p5-POSIX-getpeername \
+		p5-Parallel-Prefork>=0.14:devel/p5-Parallel-Prefork \
+		p5-Plack>=1.0035:www/p5-Plack \
+		p5-Starlet>=0.18:www/p5-Starlet
+TEST_DEPENDS=	p5-Test-TCP>=2.00:devel/p5-Test-TCP \
+		p5-libwww>=0:www/p5-libwww
 
-USES=	perl5
-USE_PERL5=	modbuild
-NO_ARCH=	YES
+USES=		perl5
+USE_PERL5=	modbuildtiny
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>
diff --git a/www/p5-Monoceros/distinfo b/www/p5-Monoceros/distinfo
index 7f0ba8e4e23b..b8d2bc99ac9b 100644
--- a/www/p5-Monoceros/distinfo
+++ b/www/p5-Monoceros/distinfo
@@ -1,2 +1,3 @@
-SHA256 (Monoceros-0.27.tar.gz) = 00f5579107f49f4245360aed21ed2236801f56b6d02e73ed802b0037a564c0cc
-SIZE (Monoceros-0.27.tar.gz) = 23631
+TIMESTAMP = 1650229172
+SHA256 (Monoceros-0.28.tar.gz) = 70be8c63efc7669b2e28baa54fc9e65da14355bb31812008b491faf058d86e65
+SIZE (Monoceros-0.28.tar.gz) = 23870
diff --git a/www/p5-Monoceros/pkg-plist b/www/p5-Monoceros/pkg-plist
index a4622db0860f..51111bf150ba 100644
--- a/www/p5-Monoceros/pkg-plist
+++ b/www/p5-Monoceros/pkg-plist
@@ -1,6 +1,8 @@
-%%PERL5_MAN3%%/Monoceros.3.gz
-%%PERL5_MAN3%%/Plack::Middleware::MonocerosStatus.3.gz
 %%SITE_PERL%%/Monoceros.pm
 %%SITE_PERL%%/Monoceros/Server.pm
 %%SITE_PERL%%/Plack/Handler/Monoceros.pm
 %%SITE_PERL%%/Plack/Middleware/MonocerosStatus.pm
+%%PERL5_MAN3%%/Monoceros.3.gz
+%%PERL5_MAN3%%/Monoceros::Server.3.gz
+%%PERL5_MAN3%%/Plack::Handler::Monoceros.3.gz
+%%PERL5_MAN3%%/Plack::Middleware::MonocerosStatus.3.gz