From owner-freebsd-ports Thu Aug 22 9:20:44 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4AB9F37B407 for ; Thu, 22 Aug 2002 09:20:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4528243E97 for ; Thu, 22 Aug 2002 09:20:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7MGK4JU071976 for ; Thu, 22 Aug 2002 09:20:04 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7MGK3QT071975; Thu, 22 Aug 2002 09:20:03 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA4CA37B400 for ; Thu, 22 Aug 2002 09:19:18 -0700 (PDT) Received: from bigboy.spc.org (dolly.good1.com [195.206.69.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8126D43E42 for ; Thu, 22 Aug 2002 09:19:18 -0700 (PDT) (envelope-from bms@spc.org) Message-Id: <20020822161916.8891F9638@triage.dollah.com> Date: Thu, 22 Aug 2002 17:19:16 +0100 (BST) From: Bruce M Simpson Reply-To: Bruce M Simpson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41904: net/pppoa: Fix Makefile to fetch correct speedtouch tarball Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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