1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

- Update to 1.42

- Fix TEST_DEPENDS

Changes:	http://search.cpan.org/dist/HTTP-BrowserDetect/Changes
PR:		ports/165168
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 4 weeks)
Feature safe:	yes
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2012-03-14 17:54:24 +00:00
parent 46dfc36c31
commit 070332fe15
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=293308
2 changed files with 11 additions and 6 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= HTTP-BrowserDetect
PORTVERSION= 1.28
PORTVERSION= 1.42
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:OALDERS
@ -16,11 +16,16 @@ MAINTAINER= skv@FreeBSD.org
COMMENT= Determine the Web browser, version, OS from an HTTP user agent string
TEST_DEPENDS= p5-Data-Dump>=0:${PORTSDIR}/devel/p5-Data-Dump \
p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \
p5-JSON-PP>=0:${PORTSDIR}/converters/p5-JSON-PP
p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp
PERL_CONFIGURE= yes
MAN3= HTTP::BrowserDetect.3
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501400
TEST_DEPENDS+= p5-JSON-PP>=0:${PORTSDIR}/converters/p5-JSON-PP
.endif
.include <bsd.port.post.mk>

View File

@ -1,2 +1,2 @@
SHA256 (HTTP-BrowserDetect-1.28.tar.gz) = 167aa8a6cab145201a164b53551ba350a3351e2afac2586be2a4543e8d22e1cc
SIZE (HTTP-BrowserDetect-1.28.tar.gz) = 35987
SHA256 (HTTP-BrowserDetect-1.42.tar.gz) = 60be50307e168d7bf92d22cc8e6641f85770167a0661abffd2f058e2dc0f6b13
SIZE (HTTP-BrowserDetect-1.42.tar.gz) = 39038