Skip to content
Permalink
Browse files

certbot, et al.: update to 0.33.0

  • Loading branch information
Schamschula committed Apr 4, 2019
1 parent 5508986 commit 446b21880b5066a6532995677cc9dfbda817f964
Showing with 19 additions and 19 deletions.
  1. +4 −4 python/py-acme/Portfile
  2. +4 −4 security/certbot-apache/Portfile
  3. +4 −4 security/certbot-nginx/Portfile
  4. +7 −7 security/certbot/Portfile
@@ -5,7 +5,7 @@ PortGroup python 1.0

set real_name acme
name py-${real_name}
version 0.32.0
version 0.33.0
revision 0
worksrcdir ${real_name}-${version}
distfiles ${real_name}-${version}${extract.suffix}
@@ -20,9 +20,9 @@ master_sites pypi:a/acme

python.versions 27 36 37

checksums rmd160 1280c615850376a2ce461e4b8f0313e7a4788149 \
sha256 0eefce8b7880eb7eccc049a6b8ba262fc624bc34b3a8581d05b82f2bb39f1aec \
size 86489
checksums rmd160 7cff6f8779dcde0a951ab3c7ea8b54262f1aa8cc \
sha256 9d5e6a2f200d42bbf2cafd7767724e9c58ac230763095b0640b4a16d955cb63e \
size 86637

if {${name} ne ${subport}} {
depends_build-append \
@@ -5,7 +5,7 @@ PortGroup active_variants 1.1
PortGroup python 1.0

name certbot-apache
version 0.32.0
version 0.33.0
revision 0
categories security
license Apache-2
@@ -18,9 +18,9 @@ master_sites pypi:c/certbot-apache

python.versions 27 36 37

checksums rmd160 3efedc5f82313d11938030d149e07c2776b93af1 \
sha256 68072775f1bb4bc9fc64cabe051a761f6dbf296012512eff7819144ac8b9ec97 \
size 163549
checksums rmd160 dee97fe0d089e33270cc71a2896c217e65285d5c \
sha256 406764e0b31f7c764ac721a3e308902aefe169fc2ed229c06141fafc2173059d \
size 178115

depends_lib-append port:certbot \
port:py${python.version}-acme \
@@ -5,7 +5,7 @@ PortGroup active_variants 1.1
PortGroup python 1.0

name certbot-nginx
version 0.32.0
version 0.33.0
revision 0
categories security
license Apache-2
@@ -18,9 +18,9 @@ master_sites pypi:c/certbot-nginx

python.versions 27 36 37

checksums rmd160 9072895906709103bc96266c331c3ade64159607 \
sha256 82c43cd26aacc2eb0ae890be6a2f74d726b6dcb4ee7b63c0e55ec33e576f3e84 \
size 79096
checksums rmd160 c28d82490808239864ee665ca05342b21d3b9f31 \
sha256 1469539412dfc06b8009ca3f509256cada5793694f3146b2e634a520361d42d5 \
size 75872

depends_lib-append port:certbot \
port:py${python.version}-acme \
@@ -4,7 +4,7 @@ PortSystem 1.0
PortGroup python 1.0

name certbot
version 0.32.0
version 0.33.0
revision 0
categories security
license Apache-2
@@ -16,9 +16,9 @@ platforms darwin
homepage https://certbot.eff.org/
master_sites pypi:c/certbot

checksums rmd160 57de570d38199567a0931a6251a59213d54a3978 \
sha256 c0b94e25a07d83809d98029f09e9b501f86ec97624f45ce86800a7002488c3c8 \
size 341257
checksums rmd160 4e741e8751b5c04bd42ad7a581f6b6bc31e660ab \
sha256 25da67cb7f14db5fb5867d8aa3efbf0405fd63e07feb7e39f2a6f86fc0c83846 \
size 340430

python.versions 27 36 37

@@ -40,9 +40,9 @@ depends_lib port:py${python.version}-acme \
port:py${python.version}-zopehookable

post-patch {
reinplace "s|/etc/|${prefix}/etc/|" ${worksrcpath}/certbot/compat.py
reinplace "s|/var/lib/|${prefix}/var/db/|" ${worksrcpath}/certbot/compat.py
reinplace "s|/var/log/|${prefix}/var/log/|" ${worksrcpath}/certbot/compat.py
reinplace "s|/etc/|${prefix}/etc/|" ${worksrcpath}/certbot/compat/misc.py
reinplace "s|/var/lib/|${prefix}/var/db/|" ${worksrcpath}/certbot/compat/misc.py
reinplace "s|/var/log/|${prefix}/var/log/|" ${worksrcpath}/certbot/compat/misc.py
}

variant python27 conflicts python36 python37 description {Use Python 2.7} {

0 comments on commit 446b218

Please sign in to comment.
You can’t perform that action at this time.