svn commit: r417623 - head/devel/py-jaraco.logging

Hiroki Sato hrs at FreeBSD.org
Sun Jun 26 23:59:47 UTC 2016


Author: hrs
Date: Sun Jun 26 23:59:46 2016
New Revision: 417623
URL: https://svnweb.freebsd.org/changeset/ports/417623

Log:
  Use 0x27 instead of 0xe2 0x80 0x99 (U+2019 in UTF-8) in COMMENT.  This broke
  build of htdocs/ports which uses the INDEX file in the doc repository.
  
  With hat on:	doceng

Modified:
  head/devel/py-jaraco.logging/Makefile

Modified: head/devel/py-jaraco.logging/Makefile
==============================================================================
--- head/devel/py-jaraco.logging/Makefile	Sun Jun 26 23:24:13 2016	(r417622)
+++ head/devel/py-jaraco.logging/Makefile	Sun Jun 26 23:59:46 2016	(r417623)
@@ -8,7 +8,7 @@ MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	feld at FreeBSD.org
-COMMENT=	Additional facilities to supplement Python’s stdlib logging module
+COMMENT=	Additional facilities to supplement Python's stdlib logging module
 
 LICENSE=	MIT
 


More information about the svn-ports-head mailing list