svn commit: r444601 - in branches/2017Q2/security: py-acme py-acme/files py-certbot py-certbot/files

Carlos J. Puga Medina cpm at FreeBSD.org
Wed Jun 28 16:56:18 UTC 2017


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 at 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


More information about the svn-ports-branches mailing list