Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jul 2020 07:11:00 +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: r543042 - head/www/p5-LWP-Protocol-https
Message-ID:  <202007240711.06O7B0dO045971@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Jul 24 07:10:59 2020
New Revision: 543042
URL: https://svnweb.freebsd.org/changeset/ports/543042

Log:
  Update to 6.09
  
  - Add LICENSE_FILE
  - Add TEST_DEPENDS
  
  Changes:	https://metacpan.org/changes/distribution/LWP-Protocol-https

Modified:
  head/www/p5-LWP-Protocol-https/Makefile
  head/www/p5-LWP-Protocol-https/distinfo

Modified: head/www/p5-LWP-Protocol-https/Makefile
==============================================================================
--- head/www/p5-LWP-Protocol-https/Makefile	Fri Jul 24 07:10:54 2020	(r543041)
+++ head/www/p5-LWP-Protocol-https/Makefile	Fri Jul 24 07:10:59 2020	(r543042)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	LWP-Protocol-https
-PORTVERSION=	6.07
-PORTREVISION=	1
+PORTVERSION=	6.09
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -13,15 +12,18 @@ COMMENT=	Provide https support for LWP::UserAgent
 
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-IO-Socket-SSL>=1.54:security/p5-IO-Socket-SSL \
-		p5-Mozilla-CA>=20110101:www/p5-Mozilla-CA \
+		p5-Mozilla-CA>=20180117:www/p5-Mozilla-CA \
 		p5-Net-HTTP>=6:net/p5-Net-HTTP \
 		p5-libwww>=6.06:www/p5-libwww
+TEST_DEPENDS=	p5-Test-RequiresInternet>=0:devel/p5-Test-RequiresInternet
 
-NO_ARCH=	yes
-USE_PERL5=	configure
 USES=		perl5
+USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/www/p5-LWP-Protocol-https/distinfo
==============================================================================
--- head/www/p5-LWP-Protocol-https/distinfo	Fri Jul 24 07:10:54 2020	(r543041)
+++ head/www/p5-LWP-Protocol-https/distinfo	Fri Jul 24 07:10:59 2020	(r543042)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1487595190
-SHA256 (LWP-Protocol-https-6.07.tar.gz) = 522cc946cf84a1776304a5737a54b8822ec9e79b264d0ba0722a70473dbfb9e7
-SIZE (LWP-Protocol-https-6.07.tar.gz) = 9184
+TIMESTAMP = 1595416569
+SHA256 (LWP-Protocol-https-6.09.tar.gz) = 16cfe1a511690b066db5667c8714802ee2b9c5d28a31a3e7bd36fbc70a3af592
+SIZE (LWP-Protocol-https-6.09.tar.gz) = 33557



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