From owner-svn-ports-all@freebsd.org Sun Oct 22 23:37:19 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 2D164E39E54; Sun, 22 Oct 2017 23:37:19 +0000 (UTC) (envelope-from cpm@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 082277E1E8; Sun, 22 Oct 2017 23:37:18 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9MNbIxR022337; Sun, 22 Oct 2017 23:37:18 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9MNbH5L022332; Sun, 22 Oct 2017 23:37:17 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201710222337.v9MNbH5L022332@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Sun, 22 Oct 2017 23:37:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r452688 - in head/security: py-acme py-certbot X-SVN-Group: ports-head X-SVN-Commit-Author: cpm X-SVN-Commit-Paths: in head/security: py-acme py-certbot X-SVN-Commit-Revision: 452688 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, 22 Oct 2017 23:37:19 -0000 Author: cpm Date: Sun Oct 22 23:37:17 2017 New Revision: 452688 URL: https://svnweb.freebsd.org/changeset/ports/452688 Log: security/py-{acme,certbot}: Update to 0.19.0 Common: - Update PORTVERSION and distinfo checksum (0.19.0) Changelog: https://github.com/certbot/certbot/blob/master/CHANGELOG.md#0190---2017-10-04 Reviewed by: koobs (maintainer, py-certbot) Approved by: koobs (maintainer, py-certbot) Differential Revision: https://reviews.freebsd.org/D12482 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 Sun Oct 22 22:34:58 2017 (r452687) +++ head/security/py-acme/Makefile Sun Oct 22 23:37:17 2017 (r452688) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= acme -PORTVERSION= 0.18.2 +PORTVERSION= 0.19.0 PORTEPOCH= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP Modified: head/security/py-acme/distinfo ============================================================================== --- head/security/py-acme/distinfo Sun Oct 22 22:34:58 2017 (r452687) +++ head/security/py-acme/distinfo Sun Oct 22 23:37:17 2017 (r452688) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506217356 -SHA256 (acme-0.18.2.tar.gz) = 718efa9b3a7e6defcc7179e214a838d43a2bcef7dbd77667a2e505504e453ef6 -SIZE (acme-0.18.2.tar.gz) = 94686 +TIMESTAMP = 1508061056 +SHA256 (acme-0.19.0.tar.gz) = 1fa23d64d494aaf001e6fe857c461fcfff10f75a1c2c35ec831447f641e1e822 +SIZE (acme-0.19.0.tar.gz) = 94717 Modified: head/security/py-certbot/Makefile ============================================================================== --- head/security/py-certbot/Makefile Sun Oct 22 22:34:58 2017 (r452687) +++ head/security/py-certbot/Makefile Sun Oct 22 23:37:17 2017 (r452688) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= certbot -PORTVERSION= 0.18.2 +PORTVERSION= 0.19.0 PORTEPOCH= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP Modified: head/security/py-certbot/distinfo ============================================================================== --- head/security/py-certbot/distinfo Sun Oct 22 22:34:58 2017 (r452687) +++ head/security/py-certbot/distinfo Sun Oct 22 23:37:17 2017 (r452688) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506217370 -SHA256 (certbot-0.18.2.tar.gz) = 0122e6ee3fc1167fa91883b9f2ea1897f3d0d4612739f175827b5a3e8f259c9a -SIZE (certbot-0.18.2.tar.gz) = 276589 +TIMESTAMP = 1508061152 +SHA256 (certbot-0.19.0.tar.gz) = a7230791dff5d085738119fc22d88ad9d8a35d0b6a3d67806fe33990c7c79d53 +SIZE (certbot-0.19.0.tar.gz) = 285884