Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Dec 2019 16:59:20 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r519378 - head/www/p5-HTTP-Date
Message-ID:  <201912081659.xB8GxKFd067369@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Dec  8 16:59:19 2019
New Revision: 519378
URL: https://svnweb.freebsd.org/changeset/ports/519378

Log:
  Update to 6.05
  
  Changes:	https://metacpan.org/changes/distribution/HTTP-Date

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

Modified: head/www/p5-HTTP-Date/Makefile
==============================================================================
--- head/www/p5-HTTP-Date/Makefile	Sun Dec  8 16:59:14 2019	(r519377)
+++ head/www/p5-HTTP-Date/Makefile	Sun Dec  8 16:59:19 2019	(r519378)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	HTTP-Date
-PORTVERSION=	6.04
+PORTVERSION=	6.05
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -21,4 +21,11 @@ USE_PERL5=	configure
 
 NO_ARCH=	yes
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 503000
+BUILD_DEPENDS+=	p5-Time-Local>=1.28:devel/p5-Time-Local
+RUN_DEPENDS+=	p5-Time-Local>=1.28:devel/p5-Time-Local
+.endif
+
+.include <bsd.port.post.mk>

Modified: head/www/p5-HTTP-Date/distinfo
==============================================================================
--- head/www/p5-HTTP-Date/distinfo	Sun Dec  8 16:59:14 2019	(r519377)
+++ head/www/p5-HTTP-Date/distinfo	Sun Dec  8 16:59:19 2019	(r519378)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1573818926
-SHA256 (HTTP-Date-6.04.tar.gz) = c55f3f7a36d173fec34896594a601047625f454e54ee6bb322a23f619d4eb98e
-SIZE (HTTP-Date-6.04.tar.gz) = 29659
+TIMESTAMP = 1575793895
+SHA256 (HTTP-Date-6.05.tar.gz) = 365d6294dfbd37ebc51def8b65b81eb79b3934ecbc95a2ec2d4d827efe6a922b
+SIZE (HTTP-Date-6.05.tar.gz) = 29673



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912081659.xB8GxKFd067369>