diff options
author | wiz <wiz@pkgsrc.org> | 2007-03-25 06:11:12 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-03-25 06:11:12 +0000 |
commit | 63038869a7b7d68dd6ccf69328c2f0c0914a891f (patch) | |
tree | fa9b1340ea2cac2031eb9057187c82e6d33c0598 | |
parent | 07f4ef004080dc8244765f3ac90acbcc83041b0b (diff) | |
download | pkgsrc-63038869a7b7d68dd6ccf69328c2f0c0914a891f.tar.gz |
Fix build with gnome-doc-utils-0.10.1.
-rw-r--r-- | archivers/file-roller/distinfo | 3 | ||||
-rw-r--r-- | archivers/file-roller/patches/patch-ab | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/archivers/file-roller/distinfo b/archivers/file-roller/distinfo index edec58bb5f7..316cfda030e 100644 --- a/archivers/file-roller/distinfo +++ b/archivers/file-roller/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.28 2007/02/09 19:47:39 drochner Exp $ +$NetBSD: distinfo,v 1.29 2007/03/25 06:11:12 wiz Exp $ SHA1 (file-roller-2.16.3.tar.bz2) = d6d12003656bdc9e692da97939ec65891f829c24 RMD160 (file-roller-2.16.3.tar.bz2) = 8856a2e74402ce46a7660f8e6d2733fdf0c52492 Size (file-roller-2.16.3.tar.bz2) = 1130693 bytes SHA1 (patch-aa) = f48c3600bb0cd78451a42c45f55936b444a2bf0d +SHA1 (patch-ab) = 31fa3169dcf6e79911e53e36fb336b4e40098532 diff --git a/archivers/file-roller/patches/patch-ab b/archivers/file-roller/patches/patch-ab new file mode 100644 index 00000000000..0fbf912983b --- /dev/null +++ b/archivers/file-roller/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.5 2007/03/25 06:11:12 wiz Exp $ + +--- help/C/file-roller.xml.orig 2007-01-29 21:10:59.000000000 +0000 ++++ help/C/file-roller.xml +@@ -59,7 +59,7 @@ + <!-- An address can be added to the publisher information. If a role is + not specified, the publisher/author is the same for all versions of the + document. --> +- <publisher> ++ <publisher role="maintainer"> + <publishername> GNOME Documentation Project </publishername> + </publisher> + |