From owner-svn-ports-all@freebsd.org Wed Jun 28 16:56:18 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 BC581DA5EEF; Wed, 28 Jun 2017 16:56:18 +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 8558A804E2; Wed, 28 Jun 2017 16:56: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 v5SGuHMe009840; Wed, 28 Jun 2017 16:56:17 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5SGuH21009837; Wed, 28 Jun 2017 16:56:17 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201706281656.v5SGuH21009837@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Wed, 28 Jun 2017 16:56:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r444601 - in branches/2017Q2/security: py-acme py-acme/files py-certbot py-certbot/files X-SVN-Group: ports-branches X-SVN-Commit-Author: cpm X-SVN-Commit-Paths: in branches/2017Q2/security: py-acme py-acme/files py-certbot py-certbot/files X-SVN-Commit-Revision: 444601 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: Wed, 28 Jun 2017 16:56:18 -0000 Author: cpm Date: Wed Jun 28 16:56:17 2017 New Revision: 444601 URL: https://svnweb.freebsd.org/changeset/ports/444601 Log: MFH: r444364 security/py-{acme,certbot}: fix missing dependency on py-mock Common: - Move py-mock requirement to dev_extras in setup.py - Bump PORTREVISION PR: 220274 Submitted by: cpm Reported by: Randy Westlund Approved by: koobs (maintainer, py-certbot) Approved by: ports-secteam (miwi) Added: branches/2017Q2/security/py-acme/files/ - copied from r444364, head/security/py-acme/files/ branches/2017Q2/security/py-certbot/files/ - copied from r444364, head/security/py-certbot/files/ Modified: branches/2017Q2/security/py-acme/Makefile branches/2017Q2/security/py-certbot/Makefile Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/security/py-acme/Makefile ============================================================================== --- branches/2017Q2/security/py-acme/Makefile Wed Jun 28 15:57:11 2017 (r444600) +++ branches/2017Q2/security/py-acme/Makefile Wed Jun 28 16:56:17 2017 (r444601) @@ -3,6 +3,7 @@ PORTNAME= acme PORTVERSION= 0.12.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP Modified: branches/2017Q2/security/py-certbot/Makefile ============================================================================== --- branches/2017Q2/security/py-certbot/Makefile Wed Jun 28 15:57:11 2017 (r444600) +++ branches/2017Q2/security/py-certbot/Makefile Wed Jun 28 16:56:17 2017 (r444601) @@ -3,6 +3,7 @@ PORTNAME= certbot PORTVERSION= 0.12.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP