svn commit: r511479 - head/www/p5-WebService-Linode

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Sep 7 22:47:34 UTC 2019


Author: sunpoet
Date: Sat Sep  7 22:47:33 2019
New Revision: 511479
URL: https://svnweb.freebsd.org/changeset/ports/511479

Log:
  Update to 0.29
  
  - Fix *_DEPENDS: p5-Crypt-SSLeay and p5-Mozilla-CA have been replaced by p5-LWP-Protocol-https since 0.19
  
  Changes:	https://metacpan.org/changes/distribution/WebService-Linode

Modified:
  head/www/p5-WebService-Linode/Makefile
  head/www/p5-WebService-Linode/distinfo

Modified: head/www/p5-WebService-Linode/Makefile
==============================================================================
--- head/www/p5-WebService-Linode/Makefile	Sat Sep  7 22:47:28 2019	(r511478)
+++ head/www/p5-WebService-Linode/Makefile	Sat Sep  7 22:47:33 2019	(r511479)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	WebService-Linode
-PORTVERSION=	0.28
+PORTVERSION=	0.29
 CATEGORIES=	www
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,14 +14,14 @@ LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 
 BUILD_DEPENDS=	${RUN_DEPENDS}
-RUN_DEPENDS=	p5-Crypt-SSLeay>=0:security/p5-Crypt-SSLeay \
-		p5-JSON>=0:converters/p5-JSON \
-		p5-Mozilla-CA>=0:www/p5-Mozilla-CA \
+RUN_DEPENDS=	p5-JSON>=2.00:converters/p5-JSON \
+		p5-LWP-Protocol-https>=0:www/p5-LWP-Protocol-https \
 		p5-libwww>=0:www/p5-libwww
 TEST_DEPENDS=	p5-Test-MockObject>=0:devel/p5-Test-MockObject
 
-NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	modbuildtiny
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/www/p5-WebService-Linode/distinfo
==============================================================================
--- head/www/p5-WebService-Linode/distinfo	Sat Sep  7 22:47:28 2019	(r511478)
+++ head/www/p5-WebService-Linode/distinfo	Sat Sep  7 22:47:33 2019	(r511479)
@@ -1,2 +1,3 @@
-SHA256 (WebService-Linode-0.28.tar.gz) = 66a315016999c0d2043caae86e664dad10c6613708f33a2f56aae8030326c509
-SIZE (WebService-Linode-0.28.tar.gz) = 33775
+TIMESTAMP = 1567842518
+SHA256 (WebService-Linode-0.29.tar.gz) = 103aab245304f08e9e87ac7bc884ddb44a630de6bac077dc921f716d71154922
+SIZE (WebService-Linode-0.29.tar.gz) = 32855


More information about the svn-ports-all mailing list