View | Details | Raw Unified | Return to bug 85121
Collapse All | Expand All

(-)wget/Makefile (-2 / +1 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	wget
8
PORTNAME=	wget
9
DISTVERSION=	1.10
9
DISTVERSION=	1.10.1
10
PORTREVISION=	2
11
CATEGORIES=	ftp www ipv6
10
CATEGORIES=	ftp www ipv6
12
MASTER_SITES=	${MASTER_SITE_GNU}
11
MASTER_SITES=	${MASTER_SITE_GNU}
13
MASTER_SITE_SUBDIR=	wget
12
MASTER_SITE_SUBDIR=	wget
(-)wget/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (wget-1.10.tar.gz) = caddc199d2cb31969e32b19fd365b0c5
1
MD5 (wget-1.10.1.tar.gz) = 879a15cc9093796b8a5035ff0d0d25ad
2
SIZE (wget-1.10.tar.gz) = 1593119
2
SIZE (wget-1.10.1.tar.gz) = 1212784
(-)wget/files/patch-src_ftp.c (-12 lines)
Lines 1-12 Link Here
1
Index: src/ftp.c
2
===================================================================
3
--- src/ftp.c	(revision 2038)
4
+++ src/ftp.c	(working copy)
5
@@ -1023,7 +1023,6 @@
6
   err = ftp_response (csock, &respline);
7
   if (err != FTPOK)
8
     {
9
-      xfree (respline);
10
       /* The control connection is decidedly closed.  Print the time
11
 	 only if it hasn't already been printed.  */
12
       if (res != -1)

Return to bug 85121