svn commit: r549110 - head/lang/silq

Mark Linimon linimon at FreeBSD.org
Sun Sep 20 13:20:13 UTC 2020


Author: linimon
Date: Sun Sep 20 13:20:12 2020
New Revision: 549110
URL: https://svnweb.freebsd.org/changeset/ports/549110

Log:
  Temporarily change COMMENT line to attempt to unbreak web build:
  
    --- lang.html ---
    encoding error : input conversion failed due to input error, bytes 0xFC 0x72 0x69 0x63
    encoding error : input conversion failed due to input error, bytes 0xFC 0x72 0x69 0x63
    I/O error : encoder error
    lang.xml:507: parser error : Premature end of data in tag dd line 507
    FreeBSD.org/ports/head/lang/silq">silq-20200919</a></b></dt> <dd>Silq from ETH Z
  
  This needs to be investigated as a web build problem.

Modified:
  head/lang/silq/Makefile

Modified: head/lang/silq/Makefile
==============================================================================
--- head/lang/silq/Makefile	Sun Sep 20 13:16:17 2020	(r549109)
+++ head/lang/silq/Makefile	Sun Sep 20 13:20:12 2020	(r549110)
@@ -5,7 +5,7 @@ PORTVERSION=	20200919
 CATEGORIES=	lang math science
 
 MAINTAINER=	se at FreeBSD.org
-COMMENT=	Silq from ETH Zürich
+COMMENT=	Silq from ETH Zuerich
 
 LICENSE=	BSL
 LICENSE_FILE=	${WRKSRC}/LICENSE


More information about the svn-ports-all mailing list