svn commit: r516355 - head/www/p5-HTTP-BrowserDetect

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Nov 2 17:04:24 UTC 2019


Author: sunpoet
Date: Sat Nov  2 17:04:23 2019
New Revision: 516355
URL: https://svnweb.freebsd.org/changeset/ports/516355

Log:
  Update to 3.24
  
  Changes:	https://metacpan.org/changes/distribution/HTTP-BrowserDetect

Modified:
  head/www/p5-HTTP-BrowserDetect/Makefile
  head/www/p5-HTTP-BrowserDetect/distinfo

Modified: head/www/p5-HTTP-BrowserDetect/Makefile
==============================================================================
--- head/www/p5-HTTP-BrowserDetect/Makefile	Sat Nov  2 17:04:18 2019	(r516354)
+++ head/www/p5-HTTP-BrowserDetect/Makefile	Sat Nov  2 17:04:23 2019	(r516355)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	HTTP-BrowserDetect
-PORTVERSION=	3.23
+PORTVERSION=	3.24
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -31,4 +31,9 @@ NO_ARCH=	yes
 TEST_DEPENDS+=	p5-Scalar-List-Utils>=1.49:lang/p5-Scalar-List-Utils
 .endif
 
+.if ${PERL_LEVEL} < 503102
+TEST_DEPENDS+=	p5-JSON-PP>=4.04:converters/p5-JSON-PP
+.endif
+
 .include <bsd.port.post.mk>
+

Modified: head/www/p5-HTTP-BrowserDetect/distinfo
==============================================================================
--- head/www/p5-HTTP-BrowserDetect/distinfo	Sat Nov  2 17:04:18 2019	(r516354)
+++ head/www/p5-HTTP-BrowserDetect/distinfo	Sat Nov  2 17:04:23 2019	(r516355)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1554400185
-SHA256 (HTTP-BrowserDetect-3.23.tar.gz) = b732fe8340ac048eb386e8d88c0714677035ca914ffc2487f5897a7d39e3ebe4
-SIZE (HTTP-BrowserDetect-3.23.tar.gz) = 118458
+TIMESTAMP = 1572709871
+SHA256 (HTTP-BrowserDetect-3.24.tar.gz) = 52640911967bafd50edb50bc42bf94daf16d2251e920367ec53201902c83476d
+SIZE (HTTP-BrowserDetect-3.24.tar.gz) = 118665


More information about the svn-ports-head mailing list