From owner-svn-ports-head@freebsd.org Tue May 17 01:31:03 2016 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 12EC9B3DAD2; Tue, 17 May 2016 01:31:03 +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 D73951CE4; Tue, 17 May 2016 01:31:02 +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 u4H1V2tl025211; Tue, 17 May 2016 01:31:02 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4H1V1Uc025208; Tue, 17 May 2016 01:31:01 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201605170131.u4H1V1Uc025208@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Tue, 17 May 2016 01:31:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415368 - 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-head@freebsd.org X-Mailman-Version: 2.1.22 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: Tue, 17 May 2016 01:31:03 -0000 Author: cpm Date: Tue May 17 01:31:01 2016 New Revision: 415368 URL: https://svnweb.freebsd.org/changeset/ports/415368 Log: - Update to 0.6.0 - Fix pkg-descr Reviewed by: amdmi3 (mentor) Approved by: amdmi3 (mentor) Differential Revision: D6402 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 Mon May 16 23:03:03 2016 (r415367) +++ head/security/py-acme/Makefile Tue May 17 01:31:01 2016 (r415368) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= acme -PORTVERSION= 0.5.0 +PORTVERSION= 0.6.0 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/security/py-acme/distinfo ============================================================================== --- head/security/py-acme/distinfo Mon May 16 23:03:03 2016 (r415367) +++ head/security/py-acme/distinfo Tue May 17 01:31:01 2016 (r415368) @@ -1,2 +1,3 @@ -SHA256 (acme-0.5.0.tar.gz) = 0605c63c656d33c883a05675f5db9cfb85d503f2771c885031800e0da7631abd -SIZE (acme-0.5.0.tar.gz) = 84155 +TIMESTAMP = 1463443750 +SHA256 (acme-0.6.0.tar.gz) = ec4e6009dfbd629b58473eb06bbebfd9fb2a79fc8831c149e9205bc38a98ecc6 +SIZE (acme-0.6.0.tar.gz) = 84302 Modified: head/security/py-acme/pkg-descr ============================================================================== --- head/security/py-acme/pkg-descr Mon May 16 23:03:03 2016 (r415367) +++ head/security/py-acme/pkg-descr Tue May 17 01:31:01 2016 (r415368) @@ -1,3 +1,3 @@ -Implements the Automated Certificate Management Environment (ACME) +Implements the Automated Certificate Management Environment (ACME). -WWW: https://github.com/letsencrypt/letsencrypt/tree/master/acme +WWW: https://github.com/certbot/certbot/tree/master/acme