Sun Jan 18 11:28:56 2009 UTC ()
regen, because the line numbers are much lower nowadays.
Not necessary, but gets rid of a patch(1) warning on NetBSD.


(wiz)
diff -r1.27 -r1.28 pkgsrc/audio/gnome-speech/distinfo
diff -r1.2 -r1.3 pkgsrc/audio/gnome-speech/patches/patch-ab

cvs diff -r1.27 -r1.28 pkgsrc/audio/gnome-speech/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/audio/gnome-speech/Attic/distinfo 2008/11/16 17:24:40 1.27
+++ pkgsrc/audio/gnome-speech/Attic/distinfo 2009/01/18 11:28:56 1.28
@@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
1$NetBSD: distinfo,v 1.27 2008/11/16 17:24:40 wiz Exp $ 1$NetBSD: distinfo,v 1.28 2009/01/18 11:28:56 wiz Exp $
2 2
3SHA1 (gnome-speech-0.4.22.tar.bz2) = 73c9d7ce1082274a1d1084e9d2ea049bc1e1ad74 3SHA1 (gnome-speech-0.4.22.tar.bz2) = 73c9d7ce1082274a1d1084e9d2ea049bc1e1ad74
4RMD160 (gnome-speech-0.4.22.tar.bz2) = 23d3ac4bc75083174c7614a882ecc561eaf064c5 4RMD160 (gnome-speech-0.4.22.tar.bz2) = 23d3ac4bc75083174c7614a882ecc561eaf064c5
5Size (gnome-speech-0.4.22.tar.bz2) = 309401 bytes 5Size (gnome-speech-0.4.22.tar.bz2) = 309401 bytes
6SHA1 (patch-aa) = d858b42547ff02b1ee47bfaee83ffc5230d4df31 6SHA1 (patch-aa) = d858b42547ff02b1ee47bfaee83ffc5230d4df31
7SHA1 (patch-ab) = 95750a125944a7071f2ea125d7e8d3e099edad47 7SHA1 (patch-ab) = 2a0212e0dab613371db44c278f96d88acd1f5b1c
8SHA1 (patch-ac) = 04a982736770728f3a9e016944105029b55799d2 8SHA1 (patch-ac) = 04a982736770728f3a9e016944105029b55799d2

cvs diff -r1.2 -r1.3 pkgsrc/audio/gnome-speech/patches/Attic/patch-ab (expand / switch to unified diff)

--- pkgsrc/audio/gnome-speech/patches/Attic/patch-ab 2007/04/09 01:15:05 1.2
+++ pkgsrc/audio/gnome-speech/patches/Attic/patch-ab 2009/01/18 11:28:56 1.3
@@ -1,22 +1,22 @@ @@ -1,22 +1,22 @@
1$NetBSD: patch-ab,v 1.2 2007/04/09 01:15:05 wiz Exp $ 1$NetBSD: patch-ab,v 1.3 2009/01/18 11:28:56 wiz Exp $
2 2
3--- configure.orig 2007-02-25 12:06:14.000000000 +0000 3--- configure.orig 2008-11-16 17:25:05.000000000 +0100
4+++ configure 4+++ configure
5@@ -20397,7 +20397,7 @@ fi 5@@ -12133,7 +12133,7 @@ fi
6  6
7  7
8 if test x$build_swift != xno ; then 8 if test x$build_swift != xno ; then
9- if test x$with_swift_dir == x ; then 9- if test x$with_swift_dir == x ; then
10+ if test x$with_swift_dir = x ; then 10+ if test x$with_swift_dir = x ; then
11 # Check default location /opt/swift 11 # Check default location /opt/swift
12 with_swift_dir="/opt/swift" 12 with_swift_dir="/opt/swift"
13 fi 13 fi
14@@ -20455,7 +20455,7 @@ fi 14@@ -12189,7 +12189,7 @@ fi
15  15
16  16
17 if test x$build_theta != xno ; then 17 if test x$build_theta != xno ; then
18- if test x$with_theta_dir == x ; then 18- if test x$with_theta_dir == x ; then
19+ if test x$with_theta_dir = x ; then 19+ if test x$with_theta_dir = x ; then
20 # Check default location /opt/theta 20 # Check default location /opt/theta
21 with_theta_dir="/opt/theta" 21 with_theta_dir="/opt/theta"
22 fi 22 fi