1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00

update to 1.10 beta1.

This commit is contained in:
FUJISHIMA Satsuki 2005-05-12 07:32:49 +00:00
parent 5226e9d152
commit 99ee314f21
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135113
3 changed files with 3 additions and 21 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= wget
DISTVERSION= 1.10-alpha3
DISTVERSION= 1.10-beta1
CATEGORIES= ftp www ipv6
#MASTER_SITES= ${MASTER_SITE_GNU}
#MASTER_SITE_SUBDIR= wget

View File

@ -1,2 +1,2 @@
MD5 (wget-1.10-alpha3.tar.bz2) = 9269f47337768f17bedeb2fbab556b76
SIZE (wget-1.10-alpha3.tar.bz2) = 1078051
MD5 (wget-1.10-beta1.tar.bz2) = 330dea179cd4c05992636effa9214a01
SIZE (wget-1.10-beta1.tar.bz2) = 1084871

View File

@ -1,18 +0,0 @@
Index: src/init.c
===================================================================
RCS file: /pack/anoncvs/wget/src/init.c,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -r1.109 -r1.110
--- src/init.c 2005/04/27 22:16:28 1.109
+++ src/init.c 2005/04/28 09:32:13 1.110
@@ -211,7 +211,9 @@
{ "proxyuser", &opt.proxy_user, cmd_string },
{ "quiet", &opt.quiet, cmd_boolean },
{ "quota", &opt.quota, cmd_bytes_large },
+#ifdef HAVE_SSL
{ "randomfile", &opt.random_file, cmd_file },
+#endif
{ "randomwait", &opt.random_wait, cmd_boolean },
{ "readtimeout", &opt.read_timeout, cmd_time },
{ "reclevel", &opt.reclevel, cmd_number_inf },