svn commit: r413913 - in head/textproc/xhtml-11: . files

Matthias Andree mandree at FreeBSD.org
Sat Apr 23 20:43:16 UTC 2016


Author: mandree
Date: Sat Apr 23 20:43:14 2016
New Revision: 413913
URL: https://svnweb.freebsd.org/changeset/ports/413913

Log:
  Fix up shipped catalog.xml to use the -flat.dtd.
  
  Bump PORTREVISION so that this change gets picked up.

Modified:
  head/textproc/xhtml-11/Makefile
  head/textproc/xhtml-11/files/catalog.xml

Modified: head/textproc/xhtml-11/Makefile
==============================================================================
--- head/textproc/xhtml-11/Makefile	Sat Apr 23 20:42:43 2016	(r413912)
+++ head/textproc/xhtml-11/Makefile	Sat Apr 23 20:43:14 2016	(r413913)
@@ -3,6 +3,7 @@
 
 PORTNAME=	xhtml
 PORTVERSION=	1.1.${RECDATE}
+PORTREVISION=	1
 CATEGORIES=	textproc
 MASTER_SITES=	http://www.w3.org/TR/2010/REC-xhtml11-${RECDATE}/
 PKGNAMESUFFIX=	-11

Modified: head/textproc/xhtml-11/files/catalog.xml
==============================================================================
--- head/textproc/xhtml-11/files/catalog.xml	Sat Apr 23 20:42:43 2016	(r413912)
+++ head/textproc/xhtml-11/files/catalog.xml	Sat Apr 23 20:43:14 2016	(r413913)
@@ -3,6 +3,6 @@
         "http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd">
 
 <catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
-  <public publicId="-//W3C//DTD XHTML 1.1//EN" uri="xhtml11.dtd" />
+  <public publicId="-//W3C//DTD XHTML 1.1//EN" uri="xhtml11-flat.dtd" />
   <public publicId="-//W3C//ENTITIES XHTML 1.1 Document Model 1.0//EN" uri="xhtml11-model-1.mod" />
 </catalog>


More information about the svn-ports-all mailing list