1
0
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:
Alexander Nedotsukov 2003-10-29 16:57:13 +00:00
parent af6d6ef443
commit aae62ff1aa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=92578
3 changed files with 15 additions and 1 deletions

View File

@ -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

View File

@ -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

View File

@ -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