Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jun 2016 21:21:08 +0000 (UTC)
From:      Bernard Spil <brnrd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r417447 - head/security/py-certbot
Message-ID:  <201606242121.u5OLL8hV085830@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brnrd
Date: Fri Jun 24 21:21:08 2016
New Revision: 417447
URL: https://svnweb.freebsd.org/changeset/ports/417447

Log:
  security/py-certbot: Complete renaming from letsencrypt
  
    - Rename relevant occurences in pkg-descr and pkg-message
  
  PR:		210508

Modified:
  head/security/py-certbot/pkg-descr
  head/security/py-certbot/pkg-message

Modified: head/security/py-certbot/pkg-descr
==============================================================================
--- head/security/py-certbot/pkg-descr	Fri Jun 24 21:00:07 2016	(r417446)
+++ head/security/py-certbot/pkg-descr	Fri Jun 24 21:21:08 2016	(r417447)
@@ -13,4 +13,4 @@ The tool will prove domain control to th
 If domain control has been proven, a certificate will get issued and
 the tool will automatically install it.
 
-WWW: https://github.com/letsencrypt/letsencrypt
+WWW: https://github.com/certbot/certbot

Modified: head/security/py-certbot/pkg-message
==============================================================================
--- head/security/py-certbot/pkg-message	Fri Jun 24 21:00:07 2016	(r417446)
+++ head/security/py-certbot/pkg-message	Fri Jun 24 21:21:08 2016	(r417447)
@@ -9,7 +9,7 @@ is not the letsencrypt-auto bootstrap/wr
 
 To obtain certificates, use the 'certonly' command as follows:
 
- # sudo letsencrypt --server <server-URL> certonly
+ # sudo certbot --server <server-URL> certonly
 
 Note: The client currently requires the ability to bind on TCP port 80. If
 you have a server running on this port, it will need to be temporarily stopped



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606242121.u5OLL8hV085830>