From owner-svn-ports-head@freebsd.org Mon Aug 22 18:41:52 2016 Return-Path: Delivered-To: svn-ports-head@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 880C4BC28AF; Mon, 22 Aug 2016 18:41:52 +0000 (UTC) (envelope-from pi@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 3BFFD1AA8; Mon, 22 Aug 2016 18:41:52 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7MIfpP1063770; Mon, 22 Aug 2016 18:41:51 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7MIfpO0063768; Mon, 22 Aug 2016 18:41:51 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201608221841.u7MIfpO0063768@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Mon, 22 Aug 2016 18:41:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420629 - head/security/p5-Protocol-ACME X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2016 18:41:52 -0000 Author: pi Date: Mon Aug 22 18:41:51 2016 New Revision: 420629 URL: https://svnweb.freebsd.org/changeset/ports/420629 Log: security/p5-Protocol-ACME: 0.15 -> 0.16 - Catches json decode errors and bubbles them up - Added the implicit SSL dependencies on HTTP::Tiny Modified: head/security/p5-Protocol-ACME/Makefile head/security/p5-Protocol-ACME/distinfo Modified: head/security/p5-Protocol-ACME/Makefile ============================================================================== --- head/security/p5-Protocol-ACME/Makefile Mon Aug 22 18:16:15 2016 (r420628) +++ head/security/p5-Protocol-ACME/Makefile Mon Aug 22 18:41:51 2016 (r420629) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Protocol-ACME -PORTVERSION= 0.15 +PORTVERSION= 0.16 CATEGORIES= security perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SLUDIN @@ -17,9 +17,11 @@ RUN_DEPENDS= p5-Crypt-Format>=0.06:secur p5-Crypt-OpenSSL-RSA>=0.28:security/p5-Crypt-OpenSSL-RSA \ p5-Crypt-RSA-Parse>=0.041:security/p5-Crypt-RSA-Parse \ p5-Digest-SHA>=5.95:security/p5-Digest-SHA \ + p5-HTTP-Tiny>=0.050:www/p5-HTTP-Tiny \ p5-Log-Any>=1.032:devel/p5-Log-Any \ p5-JSON>=2.90:converters/p5-JSON \ - p5-libwww>=6.13:www/p5-libwww + p5-libwww>=6.13:www/p5-libwww \ + p5-Net-SSLeay>=1.49:security/p5-Net-SSLeay USES= perl5 USE_PERL5= configure Modified: head/security/p5-Protocol-ACME/distinfo ============================================================================== --- head/security/p5-Protocol-ACME/distinfo Mon Aug 22 18:16:15 2016 (r420628) +++ head/security/p5-Protocol-ACME/distinfo Mon Aug 22 18:41:51 2016 (r420629) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468038178 -SHA256 (Protocol-ACME-0.15.tar.gz) = 0d5fabeba0cc800b03827dfe236cf18b57afd1787e4945c4ef8c12692e304fb7 -SIZE (Protocol-ACME-0.15.tar.gz) = 31801 +TIMESTAMP = 1471809075 +SHA256 (Protocol-ACME-0.16.tar.gz) = 558f2a5ea58c2fbd48963446b916a7574fbb61663ec9f5d657d95c6497e24234 +SIZE (Protocol-ACME-0.16.tar.gz) = 31915