From owner-svn-ports-all@freebsd.org Sat Apr 29 12:00:24 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 28679D55809; Sat, 29 Apr 2017 12:00:24 +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 D3CCA19A; Sat, 29 Apr 2017 12:00:23 +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 v3TC0Mce028811; Sat, 29 Apr 2017 12:00:22 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3TC0MXQ028808; Sat, 29 Apr 2017 12:00:22 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201704291200.v3TC0MXQ028808@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Sat, 29 Apr 2017 12:00:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439748 - head/security/py-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-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: Sat, 29 Apr 2017 12:00:24 -0000 Author: cpm Date: Sat Apr 29 12:00:22 2017 New Revision: 439748 URL: https://svnweb.freebsd.org/changeset/ports/439748 Log: security/py-acme: update to 0.13.0 - Update PORTVERSION and distinfo checksum (0.13.0) - Improve pkg-descr Differential Revision: https://reviews.freebsd.org/D10317 Modified: head/security/py-acme/Makefile head/security/py-acme/distinfo head/security/py-acme/pkg-descr Modified: head/security/py-acme/Makefile ============================================================================== --- head/security/py-acme/Makefile Sat Apr 29 11:24:14 2017 (r439747) +++ head/security/py-acme/Makefile Sat Apr 29 12:00:22 2017 (r439748) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= acme -PORTVERSION= 0.12.0 +PORTVERSION= 0.13.0 PORTEPOCH= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP Modified: head/security/py-acme/distinfo ============================================================================== --- head/security/py-acme/distinfo Sat Apr 29 11:24:14 2017 (r439747) +++ head/security/py-acme/distinfo Sat Apr 29 12:00:22 2017 (r439748) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488626615 -SHA256 (acme-0.12.0.tar.gz) = a05cba6b5b0fffdfa246b32492a44769011d45205f3ee8efde1f37ee9843fbdf -SIZE (acme-0.12.0.tar.gz) = 91316 +TIMESTAMP = 1491648474 +SHA256 (acme-0.13.0.tar.gz) = 7489b3e20d02da0a389aedb82408ffb6b76294e41d833db85591b9f779539815 +SIZE (acme-0.13.0.tar.gz) = 90794 Modified: head/security/py-acme/pkg-descr ============================================================================== --- head/security/py-acme/pkg-descr Sat Apr 29 11:24:14 2017 (r439747) +++ head/security/py-acme/pkg-descr Sat Apr 29 12:00:22 2017 (r439748) @@ -1,3 +1,7 @@ -Implements the Automated Certificate Management Environment (ACME) +ACME (Automated Certificate Management Environment) is a protocol for +automating the management of domain-validation certificates, based on a +simple JSON-over-HTTPS interface. + +This packages provides a Python implementation of the protocol. WWW: https://github.com/certbot/certbot/tree/master/acme