Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 May 2001 18:38:51 +0800
From:      Alan Tsang <atsang@hk.linkage.net>
To:        msmith@freebsd.org
Cc:        ports@freebsd.org
Subject:   FreeBSD Port: pib-1.2
Message-ID:  <01051018385100.97632@vulpecula.universe>

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

Hi

The "Distfiles" function of pib does not work, since the location of the md5 
files of the ports have been changed from $PATH/files/md5 to $PATH/distinfo.


Change the following line will re-enable the function.

pib.tcl:1934:   if {[catch {set fh [open "$path/files/md5" "r"]}]} {


if {[catch {set fh [open "$path/distinfo" "r"]}]} {       #New Code



Regards

Alan Tsang

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?01051018385100.97632>