Date: Fri, 5 Feb 1999 10:09:31 -0700 (MST) From: handy@physics.montana.edu To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/9918: asapm checksum fix Message-ID: <199902051709.KAA02299@lambic.physics.montana.edu>
next in thread | raw e-mail | index | archive | help
>Number: 9918 >Category: ports >Synopsis: asapm checksum fix >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 5 09:10:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Brian Handy >Release: FreeBSD 2.2.8-STABLE i386 >Organization: MSU - Physics >Environment: >Description: Satoshi's build-checker complained about the checksum on this. I went poking and found different md5s on the different MASTER_SITES. I talked with the author who fixed this, and picked up another MASTER_SITE along the way. >How-To-Repeat: >Fix: diff -ur asapm.orig/Makefile asapm/Makefile --- asapm.orig/Makefile Fri Feb 5 10:03:27 1999 +++ asapm/Makefile Fri Feb 5 10:07:10 1999 @@ -9,7 +9,8 @@ DISTNAME= asapm-2.4 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.afterstep.org/apps/asapm/ \ - http://www.tigr.net/afterstep/as-apps/download/asapm/ + http://www.tigr.net/afterstep/as-apps/download/asapm/ \ + ftp://fuf.sh.cvut.cz/pub/AfterStep/apps/asapm/ MAINTAINER= handy@physics.montana.edu diff -ur asapm.orig/files/md5 asapm/files/md5 --- asapm.orig/files/md5 Fri Feb 5 10:03:27 1999 +++ asapm/files/md5 Fri Feb 5 10:04:41 1999 @@ -1 +1 @@ -MD5 (asapm-2.4.tar.gz) = 5979182d86f5ebca62bf33547e714a3d +MD5 (asapm-2.4.tar.gz) = b6e1a576ceab7d3151f1c106a595e5c0 >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?199902051709.KAA02299>