Date: Mon, 16 Sep 2002 23:35:06 -0700 (PDT) From: Geoffrey Mainland <mainland@apeiron.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/42864: Checksum mismatch for drscheme Message-ID: <200209170635.g8H6Z6El007281@cantor.apeiron.net>
next in thread | raw e-mail | index | archive | help
>Number: 42864 >Category: ports >Synopsis: Checksum mismatch for drscheme >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Sep 16 23:40:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Geoffrey Mainland >Release: FreeBSD 4.7-PRERELEASE i386 >Organization: >Environment: System: FreeBSD cantor.apeiron.net 4.7-PRERELEASE FreeBSD 4.7-PRERELEASE #5: Sun Sep 15 00:59:57 PDT 2002 toor@anaximander.apeiron.net:/.amd_mnt/zeno/home01/freebsd/stable-obj/.amd_mnt/zeno/home01/freebsd/stable-src/sys/APEIRON i386 >Description: Checksum mismatch for plt.src.x.tar.gz. Also, the Makefile downloads 200, not 202. I tried manually downloading 202 but the checksum didn't match for that file either. Both downloads were from download.plt-scheme.org. >How-To-Repeat: Remove /usr/ports/distfiles/drscheme/202/plt.src.x.tar.gz and try to build the port. >Fix: For the Makefile, perhaps this patch would clean things up a bit: Index: Makefile =================================================================== RCS file: /home/freebsd/cvs/ports/lang/drscheme/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- Makefile 13 Sep 2002 04:07:46 -0000 1.5 +++ Makefile 17 Sep 2002 06:11:28 -0000 @@ -8,11 +8,11 @@ PORTNAME= drscheme PORTVERSION= 202 CATEGORIES= lang -MASTER_SITES= http://download.plt-scheme.org/bundles/200/plt/ \ - http://www.cs.utah.edu/plt/download/200/plt/ \ - ftp://ftp.pasteur.fr/pub/computing/Scheme/plt-scheme/200/plt/ \ - ftp://archive.informatik.uni-tuebingen.de/unix/language/plt/200/plt/ \ - ftp://morpheus.wish.com.mx/pub/plt/200/plt/ +MASTER_SITES= http://download.plt-scheme.org/bundles/${PORTVERSION}/plt/ \ + http://www.cs.utah.edu/plt/download/${PORTVERSION}/plt/ \ + ftp://ftp.pasteur.fr/pub/computing/Scheme/plt-scheme/${PORTVERSION}/plt/ \ + ftp://archive.informatik.uni-tuebingen.de/unix/language/plt/${PORTVERSION}/plt/ \ + ftp://morpheus.wish.com.mx/pub/plt/${PORTVERSION}/plt/ DISTNAME= plt.src.x MAINTAINER= jkoshy@freebsd.org >Release-Note: >Audit-Trail: >Unformatted: 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?200209170635.g8H6Z6El007281>