mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
Fix .dtd files so after recent libxml2 update MrProject still be able to
open it documents.
This commit is contained in:
parent
af6d6ef443
commit
aae62ff1aa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=92578
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= libmrproject
|
||||
PORTVERSION= 0.10
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= deskutils gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.10
|
||||
|
@ -0,0 +1,7 @@
|
||||
--- file-modules/xml/mrproject-0.5.1.dtd.orig Thu Oct 30 01:41:53 2003
|
||||
+++ file-modules/xml/mrproject-0.5.1.dtd Thu Oct 30 01:42:38 2003
|
||||
@@ -1,4 +1,3 @@
|
||||
-<?xml version ="1.0" ?>
|
||||
|
||||
<!ELEMENT project (tasks?,resource-groups?,resources?,allocations?)>
|
||||
<!ATTLIST project name CDATA #REQUIRED
|
@ -0,0 +1,7 @@
|
||||
--- file-modules/xml/mrproject-0.6.dtd.orig Thu Oct 30 01:42:09 2003
|
||||
+++ file-modules/xml/mrproject-0.6.dtd Thu Oct 30 01:42:25 2003
|
||||
@@ -1,4 +1,3 @@
|
||||
-<?xml version ="1.0" ?>
|
||||
|
||||
<!ELEMENT project (properties*,phases?,calendars?,tasks?,resource-groups?,resources?,allocations?)>
|
||||
<!ATTLIST project mrproject-version CDATA #REQUIRED
|
Loading…
Reference in New Issue
Block a user