Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Sep 1999 02:42:01 +0800 (CST)
From:      Ying-Chieh Liao <ijliao@Terry.Dorm8.NCTU.edu.tw>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/13685: fix checksum error on devel/cons
Message-ID:  <199909101842.CAA25622@Terry.Dorm8.NCTU.edu.tw>

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

>Number:         13685
>Category:       ports
>Synopsis:       fix checksum error on devel/cons
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 10 11:50:00 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Ying-Chieh Liao
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
NCTU CSIE
>Environment:

FreeBSD Terry.Dorm8.NCTU.edu.tw 4.0-CURRENT FreeBSD 4.0-CURRENT #4: Thu Sep  9
22:18:46 CST 1999     root@:/usr/src/sys/compile/TERRY  i386

>Description:

Fix checksum error on devel/cons

I thought that http://www.dsmit.com/cons/ no longer contained the latest
version of cons, and cons-1.6a3.tgz from ftp://ftp.freebsd.org is also bad

From http://www.telerama.com/~bgarcia/cons/ we can find latest version
and there's a md5 checksum link on the page

>How-To-Repeat:


>Fix:

diff -ruN /usr/ports/devel/cons/Makefile cons/Makefile
--- /usr/ports/devel/cons/Makefile	Wed Aug 25 13:47:33 1999
+++ cons/Makefile	Sat Sep 11 02:36:19 1999
@@ -8,8 +8,7 @@
 
 DISTNAME=	cons-1.6a3
 CATEGORIES=	devel
-MASTER_SITES=	http://www.dsmit.com/cons/ \
-		http://www.telerama.com/~bgarcia/cons/
+MASTER_SITES=	http://www.telerama.com/~bgarcia/cons/
 EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	rv@fore.com
diff -ruN /usr/ports/devel/cons/files/md5 cons/files/md5
--- /usr/ports/devel/cons/files/md5	Wed Jun  9 07:44:10 1999
+++ cons/files/md5	Sat Sep 11 02:33:32 1999
@@ -1 +1 @@
-MD5 (cons-1.6a3.tgz) = 1538702d490930c2b7315bfae7add4e0
+MD5 (cons-1.6a3.tgz) = 52e1e8417f08d3dee75643356673577f

>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?199909101842.CAA25622>