From owner-freebsd-ports Thu May 10 3:40:41 2001 Delivered-To: freebsd-ports@freebsd.org Received: from smtp04.hk.linkage.net (smtp04.hk.linkage.net [202.76.4.20]) by hub.freebsd.org (Postfix) with ESMTP id 4749637B423; Thu, 10 May 2001 03:40:38 -0700 (PDT) (envelope-from atsang@hk.linkage.net) Received: from vulpecula.universe (ip14-41.hk.linkage.net [202.76.14.41]) by smtp04.hk.linkage.net (8.10.2/8.10.2) with SMTP id f4AAcEL10571; Thu, 10 May 2001 18:38:15 +0800 (HKT) Content-Type: text/plain; charset="iso-8859-1" From: Alan Tsang To: msmith@freebsd.org Subject: FreeBSD Port: pib-1.2 Date: Thu, 10 May 2001 18:38:51 +0800 X-Mailer: KMail [version 1.2] Cc: ports@freebsd.org MIME-Version: 1.0 Message-Id: <01051018385100.97632@vulpecula.universe> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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