Date: Fri, 23 Feb 2018 13:33:29 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462697 - in head/security: py-certbot-apache py-certbot-dns-cloudflare py-certbot-dns-cloudxns py-certbot-dns-digitalocean py-certbot-dns-dnsimple py-certbot-dns-dnsmadeeasy py-certbot... Message-ID: <201802231333.w1NDXT5K038900@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Fri Feb 23 13:33:29 2018 New Revision: 462697 URL: https://svnweb.freebsd.org/changeset/ports/462697 Log: Add missing dependency. Reported by: carmel_ny outlook com With hat: pointy (mat) Sponsored by: Absolight Modified: head/security/py-certbot-apache/Makefile (contents, props changed) head/security/py-certbot-dns-cloudflare/Makefile (contents, props changed) head/security/py-certbot-dns-cloudxns/Makefile (contents, props changed) head/security/py-certbot-dns-digitalocean/Makefile (contents, props changed) head/security/py-certbot-dns-dnsimple/Makefile (contents, props changed) head/security/py-certbot-dns-dnsmadeeasy/Makefile (contents, props changed) head/security/py-certbot-dns-google/Makefile (contents, props changed) head/security/py-certbot-dns-luadns/Makefile (contents, props changed) head/security/py-certbot-dns-nsone/Makefile (contents, props changed) head/security/py-certbot-dns-rfc2136/Makefile (contents, props changed) head/security/py-certbot-dns-route53/Makefile (contents, props changed) head/security/py-certbot-nginx/Makefile (contents, props changed) Modified: head/security/py-certbot-apache/Makefile ============================================================================== --- head/security/py-certbot-apache/Makefile Fri Feb 23 13:25:10 2018 (r462696) +++ head/security/py-certbot-apache/Makefile Fri Feb 23 13:33:29 2018 (r462697) @@ -2,6 +2,7 @@ PORTNAME= certbot-apache PORTVERSION= ${ACME_VERSION} +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION}:security/py-acme@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION}:security/py-certbot@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-augeas>0:textproc/py-python-augeas@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.component>0:devel/py-zope.component@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${FLAVOR} Modified: head/security/py-certbot-dns-cloudflare/Makefile ============================================================================== --- head/security/py-certbot-dns-cloudflare/Makefile Fri Feb 23 13:25:10 2018 (r462696) +++ head/security/py-certbot-dns-cloudflare/Makefile Fri Feb 23 13:33:29 2018 (r462697) @@ -2,6 +2,7 @@ PORTNAME= certbot-dns-cloudflare PORTVERSION= ${ACME_VERSION} +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION}:security/py-acme@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION}:security/py-certbot@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cloudflare>=1.5.1:dns/py-cloudflare@${FLAVOR} Modified: head/security/py-certbot-dns-cloudxns/Makefile ============================================================================== --- head/security/py-certbot-dns-cloudxns/Makefile Fri Feb 23 13:25:10 2018 (r462696) +++ head/security/py-certbot-dns-cloudxns/Makefile Fri Feb 23 13:33:29 2018 (r462697) @@ -2,6 +2,7 @@ PORTNAME= certbot-dns-cloudxns PORTVERSION= ${ACME_VERSION} +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION}:security/py-acme@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION}:security/py-certbot@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dns-lexicon>0:dns/py-dns-lexicon@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${FLAVOR} Modified: head/security/py-certbot-dns-digitalocean/Makefile ============================================================================== --- head/security/py-certbot-dns-digitalocean/Makefile Fri Feb 23 13:25:10 2018 (r462696) +++ head/security/py-certbot-dns-digitalocean/Makefile Fri Feb 23 13:33:29 2018 (r462697) @@ -2,6 +2,7 @@ PORTNAME= certbot-dns-digitalocean PORTVERSION= ${ACME_VERSION} +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION}:security/py-acme@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION}:security/py-certbot@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-digitalocean>=1.11:www/py-python-digitalocean@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${FLAVOR} Modified: head/security/py-certbot-dns-dnsimple/Makefile ============================================================================== --- head/security/py-certbot-dns-dnsimple/Makefile Fri Feb 23 13:25:10 2018 (r462696) +++ head/security/py-certbot-dns-dnsimple/Makefile Fri Feb 23 13:33:29 2018 (r462697) @@ -2,6 +2,7 @@ PORTNAME= certbot-dns-dnsimple PORTVERSION= ${ACME_VERSION} +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION}:security/py-acme@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION}:security/py-certbot@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dns-lexicon>0:dns/py-dns-lexicon@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${FLAVOR} Modified: head/security/py-certbot-dns-dnsmadeeasy/Makefile ============================================================================== --- head/security/py-certbot-dns-dnsmadeeasy/Makefile Fri Feb 23 13:25:10 2018 (r462696) +++ head/security/py-certbot-dns-dnsmadeeasy/Makefile Fri Feb 23 13:33:29 2018 (r462697) @@ -2,6 +2,7 @@ PORTNAME= certbot-dns-dnsmadeeasy PORTVERSION= ${ACME_VERSION} +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION}:security/py-acme@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION}:security/py-certbot@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dns-lexicon>0:dns/py-dns-lexicon@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${FLAVOR} Modified: head/security/py-certbot-dns-google/Makefile ============================================================================== --- head/security/py-certbot-dns-google/Makefile Fri Feb 23 13:25:10 2018 (r462696) +++ head/security/py-certbot-dns-google/Makefile Fri Feb 23 13:33:29 2018 (r462697) @@ -2,6 +2,7 @@ PORTNAME= certbot-dns-google PORTVERSION= ${ACME_VERSION} +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION}:security/py-acme@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION}:security/py-certbot@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}httplib2>0:www/py-httplib2@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}oauth2client>=2.0:security/py-oauth2client@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}google-api-python-client>1.5:www/py-google-api-python-client@${FLAVOR} \ Modified: head/security/py-certbot-dns-luadns/Makefile ============================================================================== --- head/security/py-certbot-dns-luadns/Makefile Fri Feb 23 13:25:10 2018 (r462696) +++ head/security/py-certbot-dns-luadns/Makefile Fri Feb 23 13:33:29 2018 (r462697) @@ -2,6 +2,7 @@ PORTNAME= certbot-dns-luadns PORTVERSION= ${ACME_VERSION} +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION}:security/py-acme@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION}:security/py-certbot@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dns-lexicon>0:dns/py-dns-lexicon@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${FLAVOR} Modified: head/security/py-certbot-dns-nsone/Makefile ============================================================================== --- head/security/py-certbot-dns-nsone/Makefile Fri Feb 23 13:25:10 2018 (r462696) +++ head/security/py-certbot-dns-nsone/Makefile Fri Feb 23 13:33:29 2018 (r462697) @@ -2,6 +2,7 @@ PORTNAME= certbot-dns-nsone PORTVERSION= ${ACME_VERSION} +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION}:security/py-acme@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION}:security/py-certbot@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dns-lexicon>0:dns/py-dns-lexicon@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${FLAVOR} Modified: head/security/py-certbot-dns-rfc2136/Makefile ============================================================================== --- head/security/py-certbot-dns-rfc2136/Makefile Fri Feb 23 13:25:10 2018 (r462696) +++ head/security/py-certbot-dns-rfc2136/Makefile Fri Feb 23 13:33:29 2018 (r462697) @@ -2,6 +2,7 @@ PORTNAME= certbot-dns-rfc2136 PORTVERSION= ${ACME_VERSION} +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION}:security/py-acme@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION}:security/py-certbot@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dnspython>0:dns/py-dnspython@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${FLAVOR} Modified: head/security/py-certbot-dns-route53/Makefile ============================================================================== --- head/security/py-certbot-dns-route53/Makefile Fri Feb 23 13:25:10 2018 (r462696) +++ head/security/py-certbot-dns-route53/Makefile Fri Feb 23 13:33:29 2018 (r462697) @@ -2,6 +2,7 @@ PORTNAME= certbot-dns-route53 PORTVERSION= ${ACME_VERSION} +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION}:security/py-acme@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION}:security/py-certbot@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}boto3>0:www/py-boto3@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${FLAVOR} Modified: head/security/py-certbot-nginx/Makefile ============================================================================== --- head/security/py-certbot-nginx/Makefile Fri Feb 23 13:25:10 2018 (r462696) +++ head/security/py-certbot-nginx/Makefile Fri Feb 23 13:33:29 2018 (r462697) @@ -2,6 +2,7 @@ PORTNAME= certbot-nginx PORTVERSION= ${ACME_VERSION} +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION}:security/py-acme@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION}:security/py-certbot@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}openssl>0:security/py-openssl@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyparsing>=1.5.5:devel/py-pyparsing@${FLAVOR}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802231333.w1NDXT5K038900>