Solved Install certbot

I'm installing certbot to make my websites use secure connection.

When do I "make install" under the folder "/usr/ports/security/py-certbot", I got errors like:

Code:
Installing py36-sphinx-1.6.5_2,1...
pkg-static: py36-sphinx-1.6.5_2,1 conflicts with py27-sphinx-1.6.5_1,1 (installs files into the same place).  Problematic file: /usr/local/bin/sphinx-apidoc

Then I do "portupgrade py27-sphinx-1.6.5_1,1" to fix the error, then "make install" under "/usr/ports/security/py-certbot" gave me another similar error.

It's not in a circle, but it seems to go on forever, there are too many packages that need to be upgraded. Is there an easier way to upgrade all those py27-xxx packages? Thanks!
 
Back
Top