Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Jun 2017 16:56:17 +0000 (UTC)
From:      "Carlos J. Puga Medina" <cpm@FreeBSD.org>
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
Message-ID:  <201706281656.v5SGuH21009837@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <rwestlun@gmail.com>
  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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706281656.v5SGuH21009837>