svn commit: r442631 - head/textproc/py-autopep8

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jun 5 14:50:12 UTC 2017


Author: sunpoet
Date: Mon Jun  5 14:50:11 2017
New Revision: 442631
URL: https://svnweb.freebsd.org/changeset/ports/442631

Log:
  Update COMMENT: use uppercase for leading character
  
  - Fix WWW

Modified:
  head/textproc/py-autopep8/Makefile
  head/textproc/py-autopep8/pkg-descr

Modified: head/textproc/py-autopep8/Makefile
==============================================================================
--- head/textproc/py-autopep8/Makefile	Mon Jun  5 14:50:06 2017	(r442630)
+++ head/textproc/py-autopep8/Makefile	Mon Jun  5 14:50:11 2017	(r442631)
@@ -7,7 +7,7 @@ MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	python at FreeBSD.org
-COMMENT=	automatically formats Python code to conform to the PEP 8 style guide
+COMMENT=	Automatically formats Python code to conform to the PEP 8 style guide
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE

Modified: head/textproc/py-autopep8/pkg-descr
==============================================================================
--- head/textproc/py-autopep8/pkg-descr	Mon Jun  5 14:50:06 2017	(r442630)
+++ head/textproc/py-autopep8/pkg-descr	Mon Jun  5 14:50:11 2017	(r442631)
@@ -3,4 +3,4 @@ It uses the pycodestyle utility to determine what part
 formatted. autopep8 is capable of fixing most of the formatting issues that can
 be reported by pycodestyle.
 
-WWW: https://github.com/hhatto/autopep8/
+WWW: https://github.com/hhatto/autopep8


More information about the svn-ports-all mailing list