Skip to content

Commit

Permalink
www/p5-Twiggy: Update to 0.1026
Browse files Browse the repository at this point in the history
- Add LICENSE_FILE
- Fix indent
- Sort PLIST

Changes:	https://metacpan.org/dist/Twiggy/changes
  • Loading branch information
sunpoet committed Apr 17, 2022
1 parent 0089b06 commit d331f69
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 16 deletions.
22 changes: 11 additions & 11 deletions www/p5-Twiggy/Makefile
@@ -1,5 +1,5 @@
PORTNAME= Twiggy
PORTVERSION= 0.1025
PORTVERSION= 0.1026
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:MIYAGAWA
Expand All @@ -10,19 +10,19 @@ COMMENT= Perl extension of AnyEvent HTTP server for PSGI (like Thin)

LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= \
p5-AnyEvent>0:devel/p5-AnyEvent \
p5-libwww>0:www/p5-libwww \
p5-Plack>=0.99:www/p5-Plack \
p5-Try-Tiny>0:lang/p5-Try-Tiny
TEST_DEPENDS= \
p5-Test-Requires>0:devel/p5-Test-Requires \
p5-Test-TCP>0:devel/p5-Test-TCP
RUN_DEPENDS= p5-AnyEvent>=0,1:devel/p5-AnyEvent \
p5-HTTP-Message>=0:www/p5-HTTP-Message \
p5-Plack>=0.99:www/p5-Plack \
p5-Try-Tiny>=0:lang/p5-Try-Tiny
TEST_DEPENDS= p5-Test-Requires>=0:devel/p5-Test-Requires \
p5-Test-TCP>=0:devel/p5-Test-TCP

USES= perl5
USES= perl5
USE_PERL5= configure
NO_ARCH= YES

NO_ARCH= yes

.include <bsd.port.mk>
5 changes: 3 additions & 2 deletions www/p5-Twiggy/distinfo
@@ -1,2 +1,3 @@
SHA256 (Twiggy-0.1025.tar.gz) = d75adf963aa815c971f0f171c694ed008da6016b337c0d3fcd8759cf979da7a8
SIZE (Twiggy-0.1025.tar.gz) = 62084
TIMESTAMP = 1650229184
SHA256 (Twiggy-0.1026.tar.gz) = 4d91ea6ed9ae9a8ef4314dc2a7cf52eb026b365be68386b35ea6864dfac57f9e
SIZE (Twiggy-0.1026.tar.gz) = 61415
6 changes: 3 additions & 3 deletions www/p5-Twiggy/pkg-plist
@@ -1,9 +1,9 @@
%%PERL5_MAN1%%/twiggy.1.gz
%%PERL5_MAN3%%/Plack::Handler::Twiggy.3.gz
%%PERL5_MAN3%%/Twiggy.3.gz
bin/twiggy
%%SITE_PERL%%/AnyEvent/Server/PSGI.pm
%%SITE_PERL%%/Plack/Handler/Twiggy.pm
%%SITE_PERL%%/Twiggy.pm
%%SITE_PERL%%/Twiggy/Server.pm
%%SITE_PERL%%/Twiggy/Server/SS.pm
%%PERL5_MAN1%%/twiggy.1.gz
%%PERL5_MAN3%%/Plack::Handler::Twiggy.3.gz
%%PERL5_MAN3%%/Twiggy.3.gz

0 comments on commit d331f69

Please sign in to comment.