From owner-svn-ports-all@freebsd.org Sun Nov 5 10:29:59 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 57154E6770F; Sun, 5 Nov 2017 10:29:59 +0000 (UTC) (envelope-from eugen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 23E1475FED; Sun, 5 Nov 2017 10:29:59 +0000 (UTC) (envelope-from eugen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vA5ATw98002697; Sun, 5 Nov 2017 10:29:58 GMT (envelope-from eugen@FreeBSD.org) Received: (from eugen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vA5ATw4L002695; Sun, 5 Nov 2017 10:29:58 GMT (envelope-from eugen@FreeBSD.org) Message-Id: <201711051029.vA5ATw4L002695@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: eugen set sender to eugen@FreeBSD.org using -f From: Eugene Grosbein Date: Sun, 5 Nov 2017 10:29:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453535 - head/www/p5-REST-Client X-SVN-Group: ports-head X-SVN-Commit-Author: eugen X-SVN-Commit-Paths: head/www/p5-REST-Client X-SVN-Commit-Revision: 453535 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Nov 2017 10:29:59 -0000 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@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