Skip to content

Commit

Permalink
www/p5-Monoceros: Update to 0.28
Browse files Browse the repository at this point in the history
- Add LICENSE_FILE
- Sort *_DEPENDS
- Fix indent
- Sort PLIST

Changes:	https://metacpan.org/dist/Monoceros/changes
  • Loading branch information
sunpoet committed Apr 17, 2022
1 parent 34e8f39 commit 5b29ec9
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 20 deletions.
31 changes: 15 additions & 16 deletions 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
Expand All @@ -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>
5 changes: 3 additions & 2 deletions 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
6 changes: 4 additions & 2 deletions 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

0 comments on commit 5b29ec9

Please sign in to comment.