summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorCarlos J. Puga Medina <cpm@FreeBSD.org>2017-04-29 12:03:20 +0000
committerCarlos J. Puga Medina <cpm@FreeBSD.org>2017-04-29 12:03:20 +0000
commitb52ebd39675e970db50cd92449b40b34a0034719 (patch)
tree10d6cc66430afdcacc8f719f8d515fd0d86c1b3e /security
parent39eda8e1bddc6184ded3ee8a351b330a57e1bab7 (diff)
downloadfreebsd-ports-b52ebd39675e970db50cd92449b40b34a0034719.zip
security/py-certbot: update to 0.13.0
- Update PORTVERSION and distinfo checksum (0.13.0) - Update pkg-descr to cope with the renaming to "certbot" Changes: https://github.com/certbot/certbot/blob/master/CHANGELOG.md#0130---2017-04-06 Approved by: koobs (maintainer) Differential Revision: https://reviews.freebsd.org/D10317
Diffstat (limited to 'security')
-rw-r--r--security/py-certbot/Makefile2
-rw-r--r--security/py-certbot/distinfo6
-rw-r--r--security/py-certbot/pkg-descr2
3 files changed, 5 insertions, 5 deletions
diff --git a/security/py-certbot/Makefile b/security/py-certbot/Makefile
index fc2208ef1584..34b94ec1221d 100644
--- a/security/py-certbot/Makefile
+++ b/security/py-certbot/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= certbot
-PORTVERSION= 0.12.0
+PORTVERSION= 0.13.0
PORTEPOCH= 1
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
diff --git a/security/py-certbot/distinfo b/security/py-certbot/distinfo
index 2761ad8018c0..59a2a7a13f34 100644
--- a/security/py-certbot/distinfo
+++ b/security/py-certbot/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1488626590
-SHA256 (certbot-0.12.0.tar.gz) = 4a71925c035b62dfb7c3343c619ee090add76188b47225272b57798ad63388b7
-SIZE (certbot-0.12.0.tar.gz) = 239552
+TIMESTAMP = 1491648489
+SHA256 (certbot-0.13.0.tar.gz) = f63ad7747edaca2fb7d60c28882e44d2f48ff1cca9b9c7c251ad47e2189c00f3
+SIZE (certbot-0.13.0.tar.gz) = 241627
diff --git a/security/py-certbot/pkg-descr b/security/py-certbot/pkg-descr
index db783ab3140e..8bfa99e63456 100644
--- a/security/py-certbot/pkg-descr
+++ b/security/py-certbot/pkg-descr
@@ -1,6 +1,6 @@
In short: getting and installing SSL/TLS certificates made easy.
-The Let's Encrypt Client is a tool to automatically receive and install
+Certbot is a tool to automatically receive and install
X.509 certificates to enable TLS on servers. The client will
interoperate with the Let's Encrypt CA which will be issuing
browser-trusted certificates for free.