- Upgrade to 0.06.
This commit is contained in:
parent
31ff7080e2
commit
41ceca307a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=324543
2 changed files with 7 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= LWP-Protocol-PSGI
|
||||
PORTVERSION= 0.04
|
||||
PORTVERSION= 0.06
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -13,11 +13,13 @@ RUN_DEPENDS= \
|
|||
p5-Guard>0:${PORTSDIR}/devel/p5-Guard \
|
||||
p5-Plack>0:${PORTSDIR}/www/p5-Plack \
|
||||
p5-libwww>=5:${PORTSDIR}/www/p5-libwww
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS} \
|
||||
p5-Module-Build-Tiny>0:${PORTSDIR}/devel/p5-Module-Build-Tiny
|
||||
TEST_DEPENDS= \
|
||||
p5-LWP-Protocol-https>0:${PORTSDIR}/www/p5-LWP-Protocol-https
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
MAN3= LWP::Protocol::PSGI.3
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (LWP-Protocol-PSGI-0.04.tar.gz) = d30f7919fb1e1887aca581345450d25cc570671ef566bbba269d2b0e298e395e
|
||||
SIZE (LWP-Protocol-PSGI-0.04.tar.gz) = 23489
|
||||
SHA256 (LWP-Protocol-PSGI-0.06.tar.gz) = 4b03df9fad689808435415a4ac3c4839fae40ec854888adef463fc50c1581143
|
||||
SIZE (LWP-Protocol-PSGI-0.06.tar.gz) = 12662
|
||||
|
|
Loading…
Reference in a new issue