pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/surfraw fix a bashism, ride on recent update
details: https://anonhg.NetBSD.org/pkgsrc/rev/4589e0cc8deb
branches: trunk
changeset: 545291:4589e0cc8deb
user: drochner <drochner%pkgsrc.org@localhost>
date: Wed Jul 30 10:21:27 2008 +0000
description:
fix a bashism, ride on recent update
diffstat:
www/surfraw/distinfo | 3 ++-
www/surfraw/patches/patch-ac | 13 +++++++++++++
2 files changed, 15 insertions(+), 1 deletions(-)
diffs (29 lines):
diff -r 10d01574d369 -r 4589e0cc8deb www/surfraw/distinfo
--- a/www/surfraw/distinfo Wed Jul 30 10:01:07 2008 +0000
+++ b/www/surfraw/distinfo Wed Jul 30 10:21:27 2008 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.10 2008/07/29 21:19:55 wiz Exp $
+$NetBSD: distinfo,v 1.11 2008/07/30 10:21:27 drochner Exp $
SHA1 (surfraw-2.2.2.tar.gz) = 1f2786564fb0f6b4cc3bbe3d54e9a2af6ef6dec6
RMD160 (surfraw-2.2.2.tar.gz) = 189fcc69c0a1938cfec48f6657da14828bbc168c
Size (surfraw-2.2.2.tar.gz) = 133596 bytes
SHA1 (patch-ab) = a7e99d56668caab338996a20d65d08c7bfb48c27
+SHA1 (patch-ac) = c3d83a595a1c175532dd10b2eb8375f0af875d9d
diff -r 10d01574d369 -r 4589e0cc8deb www/surfraw/patches/patch-ac
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/surfraw/patches/patch-ac Wed Jul 30 10:21:27 2008 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1 2008/07/30 10:21:27 drochner Exp $
+
+--- elvi/google.orig 2008-07-08 21:42:02.000000000 +0200
++++ elvi/google
+@@ -53,7 +53,7 @@ w3_parse_args "$@"
+ # w3_args now contains a list of arguments
+
+ # Use SURFRAW_lang if present and the country has not been changed
+-if test -n "$SURFRAW_lang" -a "$SURFRAW_google_country" == "us"; then
++if test -n "$SURFRAW_lang" -a "$SURFRAW_google_country" = "us"; then
+ SURFRAW_google_country=$SURFRAW_lang;
+ fi
+
Home |
Main Index |
Thread Index |
Old Index