From owner-freebsd-ports Tue Apr 11 4:30: 6 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BC79537BACC for ; Tue, 11 Apr 2000 04:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA93586; Tue, 11 Apr 2000 04:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 741E237BA1E for ; Tue, 11 Apr 2000 04:28:01 -0700 (PDT) (envelope-from des@flood.ping.uio.no) Received: (from root@localhost) by flood.ping.uio.no (8.9.3/8.9.3) id NAA94475; Tue, 11 Apr 2000 13:28:00 +0200 (CEST) (envelope-from des) Message-Id: <200004111128.NAA94475@flood.ping.uio.no> Date: Tue, 11 Apr 2000 13:28:00 +0200 (CEST) From: Dag-Erling Smorgrav Reply-To: des@flood.ping.uio.no To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17925: [PATCH] w3m-ssl can't fetch distfile Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17925 >Category: ports >Synopsis: [PATCH] w3m-ssl can't fetch distfile >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Apr 11 04:30:02 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Dag-Erling Coidan Smørgrav >Release: FreeBSD 3.4-STABLE i386 >Organization: >Environment: ports-current >Description: The Makefile for w3m-ssl has W3M_VER misspelled, and therefore fails to fetch the distfile. >How-To-Repeat: # cd /usr/ports/www/w3m-ssl # make fetch >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/w3m-ssl/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- Makefile 2000/04/10 00:07:09 1.5 +++ Makefile 2000/04/11 11:26:09 @@ -6,7 +6,7 @@ # PORTNAME= w3m-ssl -PORTVERSION= ${W3m_VER} +PORTVERSION= ${W3M_VER} CATEGORIES= www ipv6 MASTERDIR= ${.CURDIR}/../../www/w3m >Release-Note: >Audit-Trail: >Unformatted: Dag-Erling Smorgrav To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message