Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Oct 1998 21:18:16 -0700 (PDT)
From:      bmah@ca.sandia.gov
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/8199: [PATCH] Fix for broken wget port
Message-ID:  <199810080418.VAA07651@eisenhower.ca.sandia.gov>

next in thread | raw e-mail | index | archive | help

>Number:         8199
>Category:       ports
>Synopsis:       [PATCH] Fix for broken wget port
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct  7 21:20:01 PDT 1998
>Last-Modified:
>Originator:     Bruce A. Mah
>Organization:
Sandia National Laboratories
>Release:        FreeBSD 2.2.7-RELEASE i386
>Environment:

	

>Description:

The wget port is broken because the distfiles for wget-1.5.2 have been
pulled from the distribution sites.  Current version is wget-1.5.3.

>How-To-Repeat:

Try to build it.

>Fix:
	
Patch for the port follows:

diff -r -N -u wget.orig/Makefile wget/Makefile
--- wget.orig/Makefile	Wed Oct  7 21:09:38 1998
+++ wget/Makefile	Wed Oct  7 21:14:38 1998
@@ -1,12 +1,12 @@
 # New ports collection makefile for:	wget
-# Version required:	1.5.2
+# Version required:	1.5.3
 # Date created:		31 December 1996
 # Whom:			Thomas Gellekum <tg@FreeBSD.ORG>
 #
 # $Id: Makefile,v 1.8 1998/06/28 03:42:10 mph Exp $
 #
 
-DISTNAME=	wget-1.5.2
+DISTNAME=	wget-1.5.3
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_GNU}
 
diff -r -N -u wget.orig/files/md5 wget/files/md5
--- wget.orig/files/md5	Wed Oct  7 21:09:38 1998
+++ wget/files/md5	Wed Oct  7 21:09:09 1998
@@ -1 +1 @@
-MD5 (wget-1.5.2.tar.gz) = 8e9cee5eab4431500274a66fe1e07f1b
+MD5 (wget-1.5.3.tar.gz) = 47680b25bf893afdb0c43b24e3fc2fd6


>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810080418.VAA07651>