diff -urN --exclude=CVS --exclude=README.html /usr/ports/ftp/wget/Makefile wget/Makefile --- /usr/ports/ftp/wget/Makefile Wed Aug 10 02:21:18 2005 +++ wget/Makefile Fri Aug 19 17:19:26 2005 @@ -6,8 +6,7 @@ # PORTNAME= wget -DISTVERSION= 1.10 -PORTREVISION= 2 +DISTVERSION= 1.10.1 CATEGORIES= ftp www ipv6 MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= wget diff -urN --exclude=CVS --exclude=README.html /usr/ports/ftp/wget/distinfo wget/distinfo --- /usr/ports/ftp/wget/distinfo Sat Jun 11 02:21:18 2005 +++ wget/distinfo Fri Aug 19 17:19:38 2005 @@ -1,2 +1,2 @@ -MD5 (wget-1.10.tar.gz) = caddc199d2cb31969e32b19fd365b0c5 -SIZE (wget-1.10.tar.gz) = 1593119 +MD5 (wget-1.10.1.tar.gz) = 879a15cc9093796b8a5035ff0d0d25ad +SIZE (wget-1.10.1.tar.gz) = 1212784 diff -urN --exclude=CVS --exclude=README.html /usr/ports/ftp/wget/files/patch-src_ftp.c wget/files/patch-src_ftp.c --- /usr/ports/ftp/wget/files/patch-src_ftp.c Tue Aug 9 08:48:32 2005 +++ wget/files/patch-src_ftp.c Thu Jan 1 02:00:00 1970 @@ -1,12 +0,0 @@ -Index: src/ftp.c -=================================================================== ---- src/ftp.c (revision 2038) -+++ src/ftp.c (working copy) -@@ -1023,7 +1023,6 @@ - err = ftp_response (csock, &respline); - if (err != FTPOK) - { -- xfree (respline); - /* The control connection is decidedly closed. Print the time - only if it hasn't already been printed. */ - if (res != -1)