Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Apr 2016 20:43:15 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r413913 - in head/textproc/xhtml-11: . files
Message-ID:  <201604232043.u3NKhF8M014525@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604232043.u3NKhF8M014525>