Update to 1.5.3. Change master site directory.

This commit is contained in:
fgsch 1999-02-24 04:29:05 +00:00
parent 9a217a58d3
commit 77a11d3b0d
3 changed files with 4 additions and 19 deletions

View File

@ -1,14 +1,10 @@
# OpenBSD makefile for: wget
# Version required: 1.5.2
# Date created: December 6, 1997
# Whom: Angelos D. Keromytis
#
# $OpenBSD: Makefile,v 1.2 1998/06/27 23:03:39 angelos Exp $
# $OpenBSD: Makefile,v 1.3 1999/02/24 04:29:05 fgsch Exp $
#
DISTNAME= wget-1.5.2
DISTNAME= wget-1.5.3
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= wget
MAINTAINER= angelos@openbsd.org

View File

@ -1 +1 @@
MD5 (wget-1.5.2.tar.gz) = 8e9cee5eab4431500274a66fe1e07f1b
MD5 (wget-1.5.3.tar.gz) = 47680b25bf893afdb0c43b24e3fc2fd6

View File

@ -1,11 +0,0 @@
--- src/url.c.orig Tue Jun 16 04:55:27 1998
+++ src/url.c Mon Aug 3 23:03:49 1998
@@ -870,7 +870,7 @@
HTML tools burn in hell for the damage they've inflicted! */
while ((pbuf < buf + step) && ISSPACE (*pbuf))
++pbuf;
- while (size && ISSPACE (pbuf[size]))
+ while (size && ISSPACE (pbuf[size-1]))
--size;
for (i = 0; protostrings[i]; i++)