- Revert to 0.5.0 to avoid breaking py-letsencrypt port.
Reported by: gahr Approved by: amdmi3 (mentor)
This commit is contained in:
parent
9be3dbc25e
commit
5ad39285d7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=415378
3 changed files with 5 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= acme
|
||||
PORTVERSION= 0.6.0
|
||||
PORTVERSION= 0.5.0
|
||||
CATEGORIES= security python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
TIMESTAMP = 1463443750
|
||||
SHA256 (acme-0.6.0.tar.gz) = ec4e6009dfbd629b58473eb06bbebfd9fb2a79fc8831c149e9205bc38a98ecc6
|
||||
SIZE (acme-0.6.0.tar.gz) = 84302
|
||||
SHA256 (acme-0.5.0.tar.gz) = 0605c63c656d33c883a05675f5db9cfb85d503f2771c885031800e0da7631abd
|
||||
SIZE (acme-0.5.0.tar.gz) = 84155
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Implements the Automated Certificate Management Environment (ACME).
|
||||
Implements the Automated Certificate Management Environment (ACME)
|
||||
|
||||
WWW: https://github.com/certbot/certbot/tree/master/acme
|
||||
WWW: https://github.com/letsencrypt/letsencrypt/tree/master/acme
|
||||
|
|
Loading…
Reference in a new issue