Date: Wed, 15 Feb 2012 15:07:15 +0800 (CST) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: skv@FreeBSD.org Subject: ports/165168: [PATCH] www/p5-HTTP-BrowserDetect: update to 1.41 Message-ID: <20120215070715.2C28B65ED@sunpoet.net> Resent-Message-ID: <201202150710.q1F7A9bB004563@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 165168 >Category: ports >Synopsis: [PATCH] www/p5-HTTP-BrowserDetect: update to 1.41 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Feb 15 07:10:08 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 9.0-STABLE amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD bonjour.sunpoet.net 9.0-STABLE FreeBSD 9.0-STABLE #0: Sun Jan 29 23:36:49 CST 2012 >Description: - Update to 1.41 - Fix TEST_DEPENDS Changes: http://search.cpan.org/dist/HTTP-BrowserDetect/Changes Port maintainer (skv@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-HTTP-BrowserDetect-1.41.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/p5-HTTP-BrowserDetect/Makefile,v retrieving revision 1.8 diff -u -u -r1.8 Makefile --- Makefile 8 Feb 2012 19:52:05 -0000 1.8 +++ Makefile 15 Feb 2012 07:07:58 -0000 @@ -6,7 +6,7 @@ # PORTNAME= HTTP-BrowserDetect -PORTVERSION= 1.28 +PORTVERSION= 1.41 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:OALDERS @@ -16,11 +16,16 @@ 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> Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/p5-HTTP-BrowserDetect/distinfo,v retrieving revision 1.7 diff -u -u -r1.7 distinfo --- distinfo 8 Feb 2012 19:52:05 -0000 1.7 +++ distinfo 15 Feb 2012 07:07:58 -0000 @@ -1,2 +1,2 @@ -SHA256 (HTTP-BrowserDetect-1.28.tar.gz) = 167aa8a6cab145201a164b53551ba350a3351e2afac2586be2a4543e8d22e1cc -SIZE (HTTP-BrowserDetect-1.28.tar.gz) = 35987 +SHA256 (HTTP-BrowserDetect-1.41.tar.gz) = 41d3c090c7fd6f17486df3f683c17f516e4cdea66b2bd91e3649fc2a22bf6af6 +SIZE (HTTP-BrowserDetect-1.41.tar.gz) = 38640 --- p5-HTTP-BrowserDetect-1.41.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120215070715.2C28B65ED>