1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Update to 0.013

Changes:	http://search.cpan.org/dist/HTTP-Tiny/Changes
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2011-07-21 09:14:26 +00:00
parent 08a24d5b6c
commit 93e15b1720
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=278083
2 changed files with 9 additions and 9 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= HTTP-Tiny
PORTVERSION= 0.012
PORTVERSION= 0.013
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:DAGOLDEN
@ -17,12 +17,6 @@ COMMENT= A small, simple, correct HTTP/1.1 client
OPTIONS= HTTPS "https support" on
.include <bsd.port.options.mk>
.if !defined(WITHOUT_HTTPS)
RUN_DEPENDS= p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL
.endif
PERL_CONFIGURE= yes
MAN3= HTTP::Tiny.3
@ -32,4 +26,10 @@ PLIST_DIRS= %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Tiny
PLIST_DIRSTRY= %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP \
%%SITE_PERL%%/HTTP
.include <bsd.port.options.mk>
.if !defined(WITHOUT_HTTPS)
RUN_DEPENDS= p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL
.endif
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (HTTP-Tiny-0.012.tar.gz) = 9635a10e44e59e922c9f5a228b0bc5bd46d88ab0bcd1ab06dc71e9c223ca1fc2
SIZE (HTTP-Tiny-0.012.tar.gz) = 31323
SHA256 (HTTP-Tiny-0.013.tar.gz) = 5eb3c4966685e156f126fbc03ff9d52090a230ecafe87dcc33bcfc3d2ad8d76a
SIZE (HTTP-Tiny-0.013.tar.gz) = 32601