svn commit: r417447 - head/security/py-certbot

Bernard Spil brnrd at FreeBSD.org
Fri Jun 24 21:21:09 UTC 2016


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


More information about the svn-ports-head mailing list