Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Apr 2000 04:50:03 -0700 (PDT)
From:      Dag-Erling Smorgrav <des@flood.ping.uio.no>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/17925: [PATCH] w3m-ssl can't fetch distfile
Message-ID:  <200004111150.EAA95482@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/17925; it has been noted by GNATS.

From: Dag-Erling Smorgrav <des@flood.ping.uio.no>
To: FreeBSD-gnats-submit@FreeBSD.ORG
Cc:  
Subject: Re: ports/17925: [PATCH] w3m-ssl can't fetch distfile
Date: 11 Apr 2000 13:40:39 +0200

 Dag-Erling Smorgrav <des@flood.ping.uio.no> writes:
 > [...]
 
 Blah... even then it doesn't work because it tries to fetch
 w3m-ssl-0.1.7.tar.gz instead of w3m-0.1.7.tar.gz. You need a second
 patch:
 
 Index: Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/www/w3m/Makefile,v
 retrieving revision 1.15
 diff -u -r1.15 Makefile
 --- Makefile    2000/04/10 00:07:09     1.15
 +++ Makefile    2000/04/11 11:39:37
 @@ -6,6 +6,7 @@
  #
 
  PORTNAME?=     w3m
 +DISTNAME=      w3m-${W3M_VER}
  PORTVERSION?=  ${W3M_VER}
  CATEGORIES?=   www ipv6
  MASTER_SITES=  ftp://ei5nazha.yz.yamagata-u.ac.jp/w3m/dev/ \
 
 DES
 -- 
 Dag-Erling Smorgrav - des@flood.ping.uio.no
 


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?200004111150.EAA95482>