Date: Tue, 11 Apr 2000 13:28:00 +0200 (CEST) From: Dag-Erling Smorgrav <des@flood.ping.uio.no> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/17925: [PATCH] w3m-ssl can't fetch distfile Message-ID: <200004111128.NAA94475@flood.ping.uio.no>
next in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200004111128.NAA94475>