Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Aug 2002 17:19:16 +0100 (BST)
From:      Bruce M Simpson <bms@spc.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/41904: net/pppoa: Fix Makefile to fetch correct speedtouch tarball
Message-ID:  <20020822161916.8891F9638@triage.dollah.com>

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

>Number:         41904
>Category:       ports
>Synopsis:       net/pppoa: Fix Makefile to fetch correct speedtouch tarball
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 22 09:20:03 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Bruce M Simpson
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:
System: FreeBSD triage.dollah.com 4.6-STABLE FreeBSD 4.6-STABLE #0: Tue Aug 20 13:00:06 BST 2002 root@triage.dollah.com:/usr/src/sys/compile/TRIAGE i386


	
>Description:
	net/pppoa port was not fetching the correct file, as speedtouch-1.1
	is no longer beta (according to the authors' website).
>How-To-Repeat:
	
>Fix:
	Fix enclosed

--- speedtouch.patch begins here ---
--- Makefile.orig	Thu Aug 22 13:25:19 2002
+++ Makefile	Thu Aug 22 13:25:27 2002
@@ -19,7 +19,7 @@
 MAINTAINER=		brian@FreeBSD.org
 
 HAS_CONFIGURE=		yes
-SPEEDTOUCH=		speedtouch-1.1b
+SPEEDTOUCH=		speedtouch-1.1
 ALCATELDRIVER=		speedmgmt.tar.gz
 NO_CDROM=		"http://www.alcatel.com/consumer/dsl/disclaimer_lx.htm"
 NO_PACKAGE=		"http://www.alcatel.com/consumer/dsl/disclaimer_lx.htm"
--- speedtouch.patch ends here ---


>Release-Note:
>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?20020822161916.8891F9638>