Date: Mon, 10 Jul 2017 09:00:40 +0000 (UTC) From: "Carlos J. Puga Medina" <cpm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r445423 - in head/security: py-acme py-certbot Message-ID: <201707100900.v6A90eU6091797@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cpm Date: Mon Jul 10 09:00:40 2017 New Revision: 445423 URL: https://svnweb.freebsd.org/changeset/ports/445423 Log: security/py-{acme,certbot}: Update to 0.16.0 Common: - Update PORTVERSION and distinfo checksum (0.16.0) Changelog: https://github.com/certbot/certbot/blob/master/CHANGELOG.md#0160---2017-07-05 Reviewed by: koobs (maintainer, py-certbot) Approved by: koobs (maintainer, py-certbot) Differential Revision: https://reviews.freebsd.org/D11517 Modified: head/security/py-acme/Makefile head/security/py-acme/distinfo head/security/py-certbot/Makefile head/security/py-certbot/distinfo Modified: head/security/py-acme/Makefile ============================================================================== --- head/security/py-acme/Makefile Mon Jul 10 09:00:22 2017 (r445422) +++ head/security/py-acme/Makefile Mon Jul 10 09:00:40 2017 (r445423) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= acme -PORTVERSION= 0.15.0 -PORTREVISION= 1 +PORTVERSION= 0.16.0 PORTEPOCH= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP Modified: head/security/py-acme/distinfo ============================================================================== --- head/security/py-acme/distinfo Mon Jul 10 09:00:22 2017 (r445422) +++ head/security/py-acme/distinfo Mon Jul 10 09:00:40 2017 (r445423) @@ -1,3 +1,3 @@ -TIMESTAMP = 1498041540 -SHA256 (acme-0.15.0.tar.gz) = 9fadd63322a1eb95f58e6cda8ca2095c750e828ae470bc6e3925ef618c7cfc87 -SIZE (acme-0.15.0.tar.gz) = 93083 +TIMESTAMP = 1499421068 +SHA256 (acme-0.16.0.tar.gz) = 538b69134cc50bdcdcc081b844c85158509022c61d7abc1f44216beeb95de9cd +SIZE (acme-0.16.0.tar.gz) = 94118 Modified: head/security/py-certbot/Makefile ============================================================================== --- head/security/py-certbot/Makefile Mon Jul 10 09:00:22 2017 (r445422) +++ head/security/py-certbot/Makefile Mon Jul 10 09:00:40 2017 (r445423) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= certbot -PORTVERSION= 0.15.0 -PORTREVISION= 1 +PORTVERSION= 0.16.0 PORTEPOCH= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP Modified: head/security/py-certbot/distinfo ============================================================================== --- head/security/py-certbot/distinfo Mon Jul 10 09:00:22 2017 (r445422) +++ head/security/py-certbot/distinfo Mon Jul 10 09:00:40 2017 (r445423) @@ -1,3 +1,3 @@ -TIMESTAMP = 1498041767 -SHA256 (certbot-0.15.0.tar.gz) = b8c4043b2b8df39660d4ce4a2a6eca590f98ece0e1b97eba53ab95f3bbac3beb -SIZE (certbot-0.15.0.tar.gz) = 268504 +TIMESTAMP = 1499421236 +SHA256 (certbot-0.16.0.tar.gz) = 795801fd6b06b32060e364ac045312e6b26c6272d5ca32878277e5a2afdee186 +SIZE (certbot-0.16.0.tar.gz) = 269600
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707100900.v6A90eU6091797>