diff options
author | cpm <cpm@FreeBSD.org> | 2016-05-17 09:31:01 +0800 |
---|---|---|
committer | cpm <cpm@FreeBSD.org> | 2016-05-17 09:31:01 +0800 |
commit | 02d6e14ae72cbbc58aab70ce30fb2322c577cead (patch) | |
tree | 601293ff0005afb7a3516e00293b6d8fe0957132 /security | |
parent | bdf201de0432cb4bbe6b120e5ed9f35ed9030802 (diff) | |
download | freebsd-ports-gnome-02d6e14ae72cbbc58aab70ce30fb2322c577cead.tar.gz freebsd-ports-gnome-02d6e14ae72cbbc58aab70ce30fb2322c577cead.tar.zst freebsd-ports-gnome-02d6e14ae72cbbc58aab70ce30fb2322c577cead.zip |
- Update to 0.6.0
- Fix pkg-descr
Reviewed by: amdmi3 (mentor)
Approved by: amdmi3 (mentor)
Differential Revision: D6402
Diffstat (limited to 'security')
-rw-r--r-- | security/py-acme/Makefile | 2 | ||||
-rw-r--r-- | security/py-acme/distinfo | 5 | ||||
-rw-r--r-- | security/py-acme/pkg-descr | 4 |
3 files changed, 6 insertions, 5 deletions
diff --git a/security/py-acme/Makefile b/security/py-acme/Makefile index bed8fb2a2933..faf4bf17c086 100644 --- a/security/py-acme/Makefile +++ b/security/py-acme/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= acme -PORTVERSION= 0.5.0 +PORTVERSION= 0.6.0 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/security/py-acme/distinfo b/security/py-acme/distinfo index 8281a38c0fc1..26855f88c58b 100644 --- a/security/py-acme/distinfo +++ b/security/py-acme/distinfo @@ -1,2 +1,3 @@ -SHA256 (acme-0.5.0.tar.gz) = 0605c63c656d33c883a05675f5db9cfb85d503f2771c885031800e0da7631abd -SIZE (acme-0.5.0.tar.gz) = 84155 +TIMESTAMP = 1463443750 +SHA256 (acme-0.6.0.tar.gz) = ec4e6009dfbd629b58473eb06bbebfd9fb2a79fc8831c149e9205bc38a98ecc6 +SIZE (acme-0.6.0.tar.gz) = 84302 diff --git a/security/py-acme/pkg-descr b/security/py-acme/pkg-descr index 938f138fa313..b1a0cc874cf6 100644 --- a/security/py-acme/pkg-descr +++ b/security/py-acme/pkg-descr @@ -1,3 +1,3 @@ -Implements the Automated Certificate Management Environment (ACME) +Implements the Automated Certificate Management Environment (ACME). -WWW: https://github.com/letsencrypt/letsencrypt/tree/master/acme +WWW: https://github.com/certbot/certbot/tree/master/acme |