svn commit: r453535 - head/www/p5-REST-Client

Eugene Grosbein eugen at FreeBSD.org
Sun Nov 5 10:29:59 UTC 2017


Author: eugen
Date: Sun Nov  5 10:29:58 2017
New Revision: 453535
URL: https://svnweb.freebsd.org/changeset/ports/453535

Log:
  Update www/p5-REST-Client to to version 273 from CPAN.
  
  From its CHANGES file:
  
  * Add ContentFile that will allow writing responses directly
    to file or process using a call back through LWP::UserAgent
  * Seperated CA file from SSL cert and SSL key directives
    to allow for hostname verificaiton and ca file specification independently.
    Thanks David Imbs.
  * No longer depends on Crypt::SSLeay
  
  As CHANGES notes, this version ceases to depend on Crypt::SSLeay.
  Instead, it now depends on LWP::Protocol::https that is also a dependency of Crypt::SSLeay.
  LWP::Protocol::https was unbundled from p5-libwww (libwww-perl) in v6.02.
  
  PR:		223083
  Approved by:	michelle at sorbs.net (maintainter timeout, 2 weeks)

Modified:
  head/www/p5-REST-Client/Makefile
  head/www/p5-REST-Client/distinfo

Modified: head/www/p5-REST-Client/Makefile
==============================================================================
--- head/www/p5-REST-Client/Makefile	Sun Nov  5 09:56:47 2017	(r453534)
+++ head/www/p5-REST-Client/Makefile	Sun Nov  5 10:29:58 2017	(r453535)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	REST-Client
-PORTVERSION=	272
+PORTVERSION=	273
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -13,7 +13,7 @@ COMMENT=	Simple client for interacting with RESTful ht
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 
-BUILD_DEPENDS=	p5-Crypt-SSLeay>0:security/p5-Crypt-SSLeay \
+BUILD_DEPENDS=	p5-LWP-Protocol-https>=6.02:www/p5-LWP-Protocol-https \
 		p5-URI>0:net/p5-URI \
 		p5-libwww>0:www/p5-libwww
 RUN_DEPENDS:=	${BUILD_DEPENDS}

Modified: head/www/p5-REST-Client/distinfo
==============================================================================
--- head/www/p5-REST-Client/distinfo	Sun Nov  5 09:56:47 2017	(r453534)
+++ head/www/p5-REST-Client/distinfo	Sun Nov  5 10:29:58 2017	(r453535)
@@ -1,2 +1,3 @@
-SHA256 (REST-Client-272.tar.gz) = dac6b862d033ebe032efa0bb828327b053182f8066c71eae6cf903110b40eb59
-SIZE (REST-Client-272.tar.gz) = 20110
+TIMESTAMP = 1508317417
+SHA256 (REST-Client-273.tar.gz) = a8652a2214308faff2c68be5ce64c904dcccc5e86be7f32376c1590869d01844
+SIZE (REST-Client-273.tar.gz) = 20405


More information about the svn-ports-all mailing list