Date: Mon, 11 Feb 2019 19:00:28 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r492730 - in head/security: py-certbot py-certbot-apache py-certbot-dns-cloudflare py-certbot-dns-cloudxns py-certbot-dns-digitalocean py-certbot-dns-dnsimple py-certbot-dns-dnsmadeeasy... Message-ID: <201902111900.x1BJ0SAp049798@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Feb 11 19:00:28 2019 New Revision: 492730 URL: https://svnweb.freebsd.org/changeset/ports/492730 Log: Remove unnecessary PORTREVISION=0 Adding extra PORTREVISION=0 is useful to keep slave ports from unintended or unnecessary PORTREVISION bump when the master port is changed. But it is not for this case. PR: 235637 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Modified: head/security/py-certbot-apache/Makefile head/security/py-certbot-dns-cloudflare/Makefile head/security/py-certbot-dns-cloudxns/Makefile head/security/py-certbot-dns-digitalocean/Makefile head/security/py-certbot-dns-dnsimple/Makefile head/security/py-certbot-dns-dnsmadeeasy/Makefile head/security/py-certbot-dns-gehirn/Makefile head/security/py-certbot-dns-google/Makefile head/security/py-certbot-dns-linode/Makefile head/security/py-certbot-dns-luadns/Makefile head/security/py-certbot-dns-nsone/Makefile head/security/py-certbot-dns-ovh/Makefile head/security/py-certbot-dns-rfc2136/Makefile head/security/py-certbot-dns-route53/Makefile head/security/py-certbot-dns-sakuracloud/Makefile head/security/py-certbot-nginx/Makefile head/security/py-certbot/Makefile Modified: head/security/py-certbot-apache/Makefile ============================================================================== --- head/security/py-certbot-apache/Makefile Mon Feb 11 19:00:21 2019 (r492729) +++ head/security/py-certbot-apache/Makefile Mon Feb 11 19:00:28 2019 (r492730) @@ -2,7 +2,6 @@ PORTNAME= certbot-apache PORTVERSION= ${ACME_VERSION} -PORTREVISION= 0 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/security/py-certbot-dns-cloudflare/Makefile ============================================================================== --- head/security/py-certbot-dns-cloudflare/Makefile Mon Feb 11 19:00:21 2019 (r492729) +++ head/security/py-certbot-dns-cloudflare/Makefile Mon Feb 11 19:00:28 2019 (r492730) @@ -2,7 +2,6 @@ PORTNAME= certbot-dns-cloudflare PORTVERSION= ${ACME_VERSION} -PORTREVISION= 0 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/security/py-certbot-dns-cloudxns/Makefile ============================================================================== --- head/security/py-certbot-dns-cloudxns/Makefile Mon Feb 11 19:00:21 2019 (r492729) +++ head/security/py-certbot-dns-cloudxns/Makefile Mon Feb 11 19:00:28 2019 (r492730) @@ -2,7 +2,6 @@ PORTNAME= certbot-dns-cloudxns PORTVERSION= ${ACME_VERSION} -PORTREVISION= 0 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/security/py-certbot-dns-digitalocean/Makefile ============================================================================== --- head/security/py-certbot-dns-digitalocean/Makefile Mon Feb 11 19:00:21 2019 (r492729) +++ head/security/py-certbot-dns-digitalocean/Makefile Mon Feb 11 19:00:28 2019 (r492730) @@ -2,7 +2,6 @@ PORTNAME= certbot-dns-digitalocean PORTVERSION= ${ACME_VERSION} -PORTREVISION= 0 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/security/py-certbot-dns-dnsimple/Makefile ============================================================================== --- head/security/py-certbot-dns-dnsimple/Makefile Mon Feb 11 19:00:21 2019 (r492729) +++ head/security/py-certbot-dns-dnsimple/Makefile Mon Feb 11 19:00:28 2019 (r492730) @@ -2,7 +2,6 @@ PORTNAME= certbot-dns-dnsimple PORTVERSION= ${ACME_VERSION} -PORTREVISION= 0 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/security/py-certbot-dns-dnsmadeeasy/Makefile ============================================================================== --- head/security/py-certbot-dns-dnsmadeeasy/Makefile Mon Feb 11 19:00:21 2019 (r492729) +++ head/security/py-certbot-dns-dnsmadeeasy/Makefile Mon Feb 11 19:00:28 2019 (r492730) @@ -2,7 +2,6 @@ PORTNAME= certbot-dns-dnsmadeeasy PORTVERSION= ${ACME_VERSION} -PORTREVISION= 0 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/security/py-certbot-dns-gehirn/Makefile ============================================================================== --- head/security/py-certbot-dns-gehirn/Makefile Mon Feb 11 19:00:21 2019 (r492729) +++ head/security/py-certbot-dns-gehirn/Makefile Mon Feb 11 19:00:28 2019 (r492730) @@ -2,7 +2,6 @@ PORTNAME= certbot-dns-gehirn PORTVERSION= ${ACME_VERSION} -PORTREVISION= 0 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/security/py-certbot-dns-google/Makefile ============================================================================== --- head/security/py-certbot-dns-google/Makefile Mon Feb 11 19:00:21 2019 (r492729) +++ head/security/py-certbot-dns-google/Makefile Mon Feb 11 19:00:28 2019 (r492730) @@ -2,7 +2,6 @@ PORTNAME= certbot-dns-google PORTVERSION= ${ACME_VERSION} -PORTREVISION= 0 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/security/py-certbot-dns-linode/Makefile ============================================================================== --- head/security/py-certbot-dns-linode/Makefile Mon Feb 11 19:00:21 2019 (r492729) +++ head/security/py-certbot-dns-linode/Makefile Mon Feb 11 19:00:28 2019 (r492730) @@ -2,7 +2,6 @@ PORTNAME= certbot-dns-linode PORTVERSION= ${ACME_VERSION} -PORTREVISION= 0 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/security/py-certbot-dns-luadns/Makefile ============================================================================== --- head/security/py-certbot-dns-luadns/Makefile Mon Feb 11 19:00:21 2019 (r492729) +++ head/security/py-certbot-dns-luadns/Makefile Mon Feb 11 19:00:28 2019 (r492730) @@ -2,7 +2,6 @@ PORTNAME= certbot-dns-luadns PORTVERSION= ${ACME_VERSION} -PORTREVISION= 0 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/security/py-certbot-dns-nsone/Makefile ============================================================================== --- head/security/py-certbot-dns-nsone/Makefile Mon Feb 11 19:00:21 2019 (r492729) +++ head/security/py-certbot-dns-nsone/Makefile Mon Feb 11 19:00:28 2019 (r492730) @@ -2,7 +2,6 @@ PORTNAME= certbot-dns-nsone PORTVERSION= ${ACME_VERSION} -PORTREVISION= 0 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/security/py-certbot-dns-ovh/Makefile ============================================================================== --- head/security/py-certbot-dns-ovh/Makefile Mon Feb 11 19:00:21 2019 (r492729) +++ head/security/py-certbot-dns-ovh/Makefile Mon Feb 11 19:00:28 2019 (r492730) @@ -2,7 +2,6 @@ PORTNAME= certbot-dns-ovh PORTVERSION= ${ACME_VERSION} -PORTREVISION= 0 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/security/py-certbot-dns-rfc2136/Makefile ============================================================================== --- head/security/py-certbot-dns-rfc2136/Makefile Mon Feb 11 19:00:21 2019 (r492729) +++ head/security/py-certbot-dns-rfc2136/Makefile Mon Feb 11 19:00:28 2019 (r492730) @@ -2,7 +2,6 @@ PORTNAME= certbot-dns-rfc2136 PORTVERSION= ${ACME_VERSION} -PORTREVISION= 0 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/security/py-certbot-dns-route53/Makefile ============================================================================== --- head/security/py-certbot-dns-route53/Makefile Mon Feb 11 19:00:21 2019 (r492729) +++ head/security/py-certbot-dns-route53/Makefile Mon Feb 11 19:00:28 2019 (r492730) @@ -2,7 +2,6 @@ PORTNAME= certbot-dns-route53 PORTVERSION= ${ACME_VERSION} -PORTREVISION= 0 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/security/py-certbot-dns-sakuracloud/Makefile ============================================================================== --- head/security/py-certbot-dns-sakuracloud/Makefile Mon Feb 11 19:00:21 2019 (r492729) +++ head/security/py-certbot-dns-sakuracloud/Makefile Mon Feb 11 19:00:28 2019 (r492730) @@ -2,7 +2,6 @@ PORTNAME= certbot-dns-sakuracloud PORTVERSION= ${ACME_VERSION} -PORTREVISION= 0 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/security/py-certbot-nginx/Makefile ============================================================================== --- head/security/py-certbot-nginx/Makefile Mon Feb 11 19:00:21 2019 (r492729) +++ head/security/py-certbot-nginx/Makefile Mon Feb 11 19:00:28 2019 (r492730) @@ -2,7 +2,6 @@ PORTNAME= certbot-nginx PORTVERSION= ${ACME_VERSION} -PORTREVISION= 0 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/security/py-certbot/Makefile ============================================================================== --- head/security/py-certbot/Makefile Mon Feb 11 19:00:21 2019 (r492729) +++ head/security/py-certbot/Makefile Mon Feb 11 19:00:28 2019 (r492730) @@ -3,7 +3,6 @@ PORTNAME= certbot PORTVERSION= ${ACME_VERSION} -PORTREVISION= 0 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?201902111900.x1BJ0SAp049798>