summaryrefslogtreecommitdiff
path: root/net/wget
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2013-06-01 07:22:51 +0000
committerwiz <wiz@pkgsrc.org>2013-06-01 07:22:51 +0000
commit7efc51e2c8b44485d7a32450ff638ec373163f78 (patch)
tree0b3815b10d7c03ebc997d46bd2946ba19b4e6062 /net/wget
parentab851c8b244638d5ae864c14201b14cf0bd1a368 (diff)
downloadpkgsrc-7efc51e2c8b44485d7a32450ff638ec373163f78.tar.gz
Replace patch for generated file with patch for source file.
Diffstat (limited to 'net/wget')
-rw-r--r--net/wget/distinfo4
-rw-r--r--net/wget/patches/patch-doc--wget.pod64
-rw-r--r--net/wget/patches/patch-doc_wget.texi48
3 files changed, 50 insertions, 66 deletions
diff --git a/net/wget/distinfo b/net/wget/distinfo
index b96ee920d01..7332e526f8d 100644
--- a/net/wget/distinfo
+++ b/net/wget/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.40 2013/05/31 20:18:06 martin Exp $
+$NetBSD: distinfo,v 1.41 2013/06/01 07:22:51 wiz Exp $
SHA1 (wget-1.14.tar.xz) = cfa0906e6f72c1c902c29b52d140c22ecdcd617e
RMD160 (wget-1.14.tar.xz) = ce1321a70c8d88a4ac9748896eb9a148c413f4c1
Size (wget-1.14.tar.xz) = 1584060 bytes
-SHA1 (patch-doc--wget.pod) = 45c4b2b3020c9fb9e432bcc205208ed63e425366
+SHA1 (patch-doc_wget.texi) = 6db25b3500ff4617b5ade34d9013b1f9876104f8
diff --git a/net/wget/patches/patch-doc--wget.pod b/net/wget/patches/patch-doc--wget.pod
deleted file mode 100644
index c3435a45d3b..00000000000
--- a/net/wget/patches/patch-doc--wget.pod
+++ /dev/null
@@ -1,64 +0,0 @@
-$NetBSD: patch-doc--wget.pod,v 1.1 2013/05/31 20:18:06 martin Exp $
-
-# fix syntax errors with newer pod2man
-
---- doc/wget.pod.orig 2013-05-31 21:26:38.000000000 +0200
-+++ doc/wget.pod 2013-05-31 21:47:31.000000000 +0200
-@@ -2097,48 +2097,48 @@
- =over 4
-
-
--=item 0
-+=item "0"
-
- No problems occurred.
-
-
--=item 1
-+=item "1"
-
- Generic error code.
-
-
--=item 2
-+=item "2"
-
- Parse error---for instance, when parsing command-line options, the
- B<.wgetrc> or B<.netrc>...
-
-
--=item 3
-+=item "3"
-
- File I/O error.
-
-
--=item 4
-+=item "4"
-
- Network failure.
-
-
--=item 5
-+=item "5"
-
- SSL verification failure.
-
-
--=item 6
-+=item "6"
-
- Username/password authentication failure.
-
-
--=item 7
-+=item "7"
-
- Protocol errors.
-
-
--=item 8
-+=item "8"
-
- Server issued an error response.
-
diff --git a/net/wget/patches/patch-doc_wget.texi b/net/wget/patches/patch-doc_wget.texi
new file mode 100644
index 00000000000..bdf74fd66d1
--- /dev/null
+++ b/net/wget/patches/patch-doc_wget.texi
@@ -0,0 +1,48 @@
+$NetBSD: patch-doc_wget.texi,v 1.1 2013/06/01 07:22:51 wiz Exp $
+
+Fix build with perl-5.18's pod2man.
+
+--- doc/wget.texi.orig 2012-08-04 08:41:52.000000000 +0000
++++ doc/wget.texi
+@@ -2106,32 +2106,32 @@ Wget may return one of several error cod
+
+
+ @table @asis
+-@item 0
++@item "0"
+ No problems occurred.
+
+-@item 1
++@item "1"
+ Generic error code.
+
+-@item 2
++@item "2"
+ Parse error---for instance, when parsing command-line options, the
+ @samp{.wgetrc} or @samp{.netrc}...
+
+-@item 3
++@item "3"
+ File I/O error.
+
+-@item 4
++@item "4"
+ Network failure.
+
+-@item 5
++@item "5"
+ SSL verification failure.
+
+-@item 6
++@item "6"
+ Username/password authentication failure.
+
+-@item 7
++@item "7"
+ Protocol errors.
+
+-@item 8
++@item "8"
+ Server issued an error response.
+ @end table
+