Wed Jan 19 22:13:05 2011 UTC ()
Fix broken URL for rfc-index.txt download.
Bump version to rfcutil-3.2nb5


(hubertf)
diff -r1.18 -r1.19 pkgsrc/textproc/rfcutil/Makefile
diff -r1.3 -r1.4 pkgsrc/textproc/rfcutil/distinfo
diff -r0 -r1.1 pkgsrc/textproc/rfcutil/patches/patch-aa

cvs diff -r1.18 -r1.19 pkgsrc/textproc/rfcutil/Makefile (expand / switch to context diff)
--- pkgsrc/textproc/rfcutil/Makefile 2010/02/26 10:28:35 1.18
+++ pkgsrc/textproc/rfcutil/Makefile 2011/01/19 22:13:04 1.19
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.18 2010/02/26 10:28:35 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2011/01/19 22:13:04 hubertf Exp $
 #
 
 DISTNAME=	rfc-3.2
 PKGNAME=	rfcutil-3.2
-PKGREVISION=	4
+PKGREVISION=	5
 CATEGORIES=	textproc
 MASTER_SITES=	http://www.dewn.com/rfc/
 EXTRACT_SUFX=	#

cvs diff -r1.3 -r1.4 pkgsrc/textproc/rfcutil/distinfo (expand / switch to context diff)
--- pkgsrc/textproc/rfcutil/distinfo 2005/02/24 14:48:48 1.3
+++ pkgsrc/textproc/rfcutil/distinfo 2011/01/19 22:13:04 1.4
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.3 2005/02/24 14:48:48 agc Exp $
+$NetBSD: distinfo,v 1.4 2011/01/19 22:13:04 hubertf Exp $
 
 SHA1 (rfc-3.2) = 1dd1b8f90d0e24fcd8447ff563ca6c47931a826c
 RMD160 (rfc-3.2) = 40c8bfb3baa4bee7060cc69cd908395df19d678b
 Size (rfc-3.2) = 15308 bytes
+SHA1 (patch-aa) = 8d6a593278dd6a27b0824275c86c291119ccd874

File Added: pkgsrc/textproc/rfcutil/patches/patch-aa
$NetBSD: patch-aa,v 1.1 2011/01/19 22:13:04 hubertf Exp $

--- rfc.orig	2011-01-19 21:50:02.000000000 +0000
+++ rfc
@@ -105,7 +105,7 @@ if ($ARGV[0] eq "-i") {
     print "original lines \t= $indexlength\t$indexpath\n";
     #system ("$viewer -source http://www.faqs.org/rfc/rfc-index.txt > $indexpath");
     #system ("$viewer -source http://www.dewn.com/rfc/rfc-index.txt > $indexpath");
-    system ("$viewer -source http://ftp.isi.edu/in-notes/rfc-index.txt > $indexpath");
+    system ("$viewer -source http://www.ietf.org/download/rfc-index.txt | gunzip > $indexpath");
     $indexlength=numlines($indexpath); print "new lines \t= $indexlength\t$indexpath\n";
     exit }