NetBSD's query-pr-single.pl script moved from www.netbsd.org to

gnats.netbsd.org, so add a patch for that.
This commit is contained in:
apb 2013-10-18 07:01:46 +00:00
parent ba967a7a08
commit 868f82aec9
3 changed files with 17 additions and 3 deletions

View file

@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.48 2013/05/31 12:42:54 wiz Exp $
# $NetBSD: Makefile,v 1.49 2013/10/18 07:01:46 apb Exp $
#
DISTNAME= surfraw-2.2.8
PKGREVISION= 2
PKGREVISION= 3
CATEGORIES= www
MASTER_SITES= http://surfraw.alioth.debian.org/dist/

View file

@ -1,6 +1,7 @@
$NetBSD: distinfo,v 1.18 2011/08/06 10:43:25 wiz Exp $
$NetBSD: distinfo,v 1.19 2013/10/18 07:01:46 apb Exp $
SHA1 (surfraw-2.2.8.tar.gz) = 3114cd6e8d64f87b84ed0eff4369bfb0b10f2eb6
RMD160 (surfraw-2.2.8.tar.gz) = 77f8f625946fb76665c9e4834506ce4e45f1cd4f
Size (surfraw-2.2.8.tar.gz) = 183019 bytes
SHA1 (patch-Makefile.in) = d29e62b200c4f97d9ce2b4dc9b288599edd6e001
SHA1 (patch-elvi_netbsd) = 48e79dd6c8fccd5a4868dddb9305af87510018df

View file

@ -0,0 +1,13 @@
$NetBSD: patch-elvi_netbsd,v 1.1 2013/10/18 07:01:46 apb Exp $
--- elvi/netbsd.orig 2011-07-12 00:34:52.000000000 +0000
+++ elvi/netbsd
@@ -67,7 +67,7 @@ if ok SURFRAW_netbsd_pr; then
if test -z "$escaped_args"; then
w3_browse_url "http://www.netbsd.org/Misc/query-pr.html"
else
- w3_browse_url "http://www.NetBSD.org/cgi-bin/query-pr-single.pl?number=${escaped_args}"
+ w3_browse_url "http://gnats.NetBSD.org/cgi-bin/query-pr-single.pl?number=${escaped_args}"
fi
exit $?
fi