diff options
author | mandree <mandree@FreeBSD.org> | 2016-04-24 04:43:14 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2016-04-24 04:43:14 +0800 |
commit | 092e7dc9f7611371b91ad120bda2d5441a6c4a24 (patch) | |
tree | fb0f7fa4709106edfef526f3d26e70b97cfe065f /textproc | |
parent | b5b12614a72f0ed1554d102cc7bccc668c31cbb7 (diff) | |
download | freebsd-ports-gnome-092e7dc9f7611371b91ad120bda2d5441a6c4a24.tar.gz freebsd-ports-gnome-092e7dc9f7611371b91ad120bda2d5441a6c4a24.tar.zst freebsd-ports-gnome-092e7dc9f7611371b91ad120bda2d5441a6c4a24.zip |
Fix up shipped catalog.xml to use the -flat.dtd.
Bump PORTREVISION so that this change gets picked up.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/xhtml-11/Makefile | 1 | ||||
-rw-r--r-- | textproc/xhtml-11/files/catalog.xml | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/textproc/xhtml-11/Makefile b/textproc/xhtml-11/Makefile index 812e1ad4dec3..74d756cdc690 100644 --- a/textproc/xhtml-11/Makefile +++ b/textproc/xhtml-11/Makefile @@ -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 diff --git a/textproc/xhtml-11/files/catalog.xml b/textproc/xhtml-11/files/catalog.xml index dcc181d2fd55..1c84df8b78af 100644 --- a/textproc/xhtml-11/files/catalog.xml +++ b/textproc/xhtml-11/files/catalog.xml @@ -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> |