diff options
author | Alexander Nedotsukov <bland@FreeBSD.org> | 2003-10-29 16:57:13 +0000 |
---|---|---|
committer | Alexander Nedotsukov <bland@FreeBSD.org> | 2003-10-29 16:57:13 +0000 |
commit | aae62ff1aa18e46484f2a3c0dbf79419d234830a (patch) | |
tree | 31a8182330d511cd97759848cec0c91cfe18d47a /deskutils | |
parent | af6d6ef44301138b8c84d89faf790308d8f31d56 (diff) |
Notes
Diffstat (limited to 'deskutils')
3 files changed, 15 insertions, 1 deletions
diff --git a/deskutils/libmrproject/Makefile b/deskutils/libmrproject/Makefile index 5b44abc8b1c6..233aea58b182 100644 --- a/deskutils/libmrproject/Makefile +++ b/deskutils/libmrproject/Makefile @@ -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 diff --git a/deskutils/libmrproject/files/patch-file-modules::xml::mrproject-0.5.1.dtd b/deskutils/libmrproject/files/patch-file-modules::xml::mrproject-0.5.1.dtd new file mode 100644 index 000000000000..4dbcc4a274bb --- /dev/null +++ b/deskutils/libmrproject/files/patch-file-modules::xml::mrproject-0.5.1.dtd @@ -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 diff --git a/deskutils/libmrproject/files/patch-file-modules::xml::mrproject-0.6.dtd b/deskutils/libmrproject/files/patch-file-modules::xml::mrproject-0.6.dtd new file mode 100644 index 000000000000..b80c7b6a163e --- /dev/null +++ b/deskutils/libmrproject/files/patch-file-modules::xml::mrproject-0.6.dtd @@ -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 |