From owner-svn-ports-all@freebsd.org Fri Jul 24 07:11:04 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5E75C37278A; Fri, 24 Jul 2020 07:11:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BCgN7169Sz3Z46; Fri, 24 Jul 2020 07:11:02 +0000 (UTC) (envelope-from sunpoet@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8A6892680F; Fri, 24 Jul 2020 07:11:00 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 06O7B0VG045973; Fri, 24 Jul 2020 07:11:00 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06O7B0dO045971; Fri, 24 Jul 2020 07:11:00 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202007240711.06O7B0dO045971@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 24 Jul 2020 07:11:00 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/p5-LWP-Protocol-https X-SVN-Commit-Revision: 543042 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.33 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: Fri, 24 Jul 2020 07:11:04 -0000 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 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