From owner-svn-ports-head@freebsd.org Mon Jul 10 09:00:42 2017 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 4C41CDA1898; Mon, 10 Jul 2017 09:00:42 +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 27C9981627; Mon, 10 Jul 2017 09:00:42 +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 v6A90fmr091801; Mon, 10 Jul 2017 09:00:41 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6A90eU6091797; Mon, 10 Jul 2017 09:00:40 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201707100900.v6A90eU6091797@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Mon, 10 Jul 2017 09:00:40 +0000 (UTC) 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 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: 445423 X-SVN-Commit-Repository: ports 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.23 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, 10 Jul 2017 09:00:42 -0000 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