Date: Mon, 22 Aug 2016 18:41:51 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420629 - head/security/p5-Protocol-ACME Message-ID: <201608221841.u7MIfpO0063768@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608221841.u7MIfpO0063768>