diff options
author | wiz <wiz@pkgsrc.org> | 2007-03-25 08:14:35 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-03-25 08:14:35 +0000 |
commit | 29f9b650c76eea475e6b40079083d292bf6da7c0 (patch) | |
tree | 3e52f8ae36d51c46b5fbf276840370b031463350 /www | |
parent | 2fd278de619a5779f32cd036e8f867d9244fe05b (diff) | |
download | pkgsrc-29f9b650c76eea475e6b40079083d292bf6da7c0.tar.gz |
Fix build with gnome-doc-utils-0.10.1.
Diffstat (limited to 'www')
-rw-r--r-- | www/epiphany/distinfo | 3 | ||||
-rw-r--r-- | www/epiphany/patches/patch-aa | 27 |
2 files changed, 29 insertions, 1 deletions
diff --git a/www/epiphany/distinfo b/www/epiphany/distinfo index 3bbdcb31f06..ee806bdfe6b 100644 --- a/www/epiphany/distinfo +++ b/www/epiphany/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.33 2006/11/29 21:56:19 drochner Exp $ +$NetBSD: distinfo,v 1.34 2007/03/25 08:14:35 wiz Exp $ SHA1 (epiphany-2.16.2.tar.bz2) = ddd8d0768fa32f3642f87ba6639c1d9b1405c116 RMD160 (epiphany-2.16.2.tar.bz2) = f9c65ccae1328ae3f0032950dff409a4eb6ad299 Size (epiphany-2.16.2.tar.bz2) = 4229155 bytes +SHA1 (patch-aa) = 34074fd05883dd0760af8cafaa9621be16f6517c diff --git a/www/epiphany/patches/patch-aa b/www/epiphany/patches/patch-aa new file mode 100644 index 00000000000..597050ec0a3 --- /dev/null +++ b/www/epiphany/patches/patch-aa @@ -0,0 +1,27 @@ +$NetBSD: patch-aa,v 1.9 2007/03/25 08:14:36 wiz Exp $ + +--- help/C/epiphany.xml.orig 2006-11-19 20:01:56.000000000 +0000 ++++ help/C/epiphany.xml +@@ -63,7 +63,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> + +@@ -116,6 +116,13 @@ + </authorgroup> + + ++ <revhistory> ++ <revision> ++ <revnumber>1.7</revnumber> ++ <date>2006-01</date> ++ </revision> ++ </revhistory> ++ + <releaseinfo> + This manual describes version &appversion; of &plainfr;. + </releaseinfo> |