diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2005-08-28 16:31:10 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2005-08-28 16:31:10 +0000 |
commit | 45d22f25a88a7f3810532584e9c46b1f24e8085d (patch) | |
tree | 0b8e12d8f17e0089e4ac1373af8a4d8cf2102606 /ftp | |
parent | Update to 0.9.8 [1] (diff) |
update to 1.10.1.
PR: 85121
Submitted by: Vasil Dimov <vd@datamax.bg>
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/wget/Makefile | 3 | ||||
-rw-r--r-- | ftp/wget/distinfo | 4 | ||||
-rw-r--r-- | ftp/wget/files/patch-src_ftp.c | 12 |
3 files changed, 3 insertions, 16 deletions
diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile index 9ec0cd6b2952..9c0977d1b2eb 100644 --- a/ftp/wget/Makefile +++ b/ftp/wget/Makefile @@ -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 --git a/ftp/wget/distinfo b/ftp/wget/distinfo index 5a5c3a75f01a..039549b165c7 100644 --- a/ftp/wget/distinfo +++ b/ftp/wget/distinfo @@ -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 --git a/ftp/wget/files/patch-src_ftp.c b/ftp/wget/files/patch-src_ftp.c deleted file mode 100644 index dcf81347f24f..000000000000 --- a/ftp/wget/files/patch-src_ftp.c +++ /dev/null @@ -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) |