From owner-freebsd-ports Thu Feb 22 22: 7:41 2001 Delivered-To: freebsd-ports@freebsd.org Received: from cartier.cirx.org (cartier.cirx.org [211.72.15.243]) by hub.freebsd.org (Postfix) with ESMTP id 3582237B491; Thu, 22 Feb 2001 22:07:34 -0800 (PST) (envelope-from clive@CirX.ORG) Received: from cartier.cirx.org (nullmail@localhost [127.0.0.1]) by cartier.cirx.org (8.11.2/8.11.2) with SMTP id f1N67Wd00533; Fri, 23 Feb 2001 14:07:32 +0800 (CST) (envelope-from clive@CirX.ORG) Received: (nullmailer pid 529 invoked by uid 1000); Fri, 23 Feb 2001 06:07:32 -0000 Date: Fri, 23 Feb 2001 14:07:32 +0800 From: Clive Lin To: "Jeremy D . Lea" Cc: ports@FreeBSD.org Subject: Re: mozilla 0.8 distfile checksum mismatch Message-ID: <20010223140732.B72351@cartier.cirx.org> References: <200102220027.f1M0Rdu27798@sakura.mk.bsdclub.org> <3A94E9A3.9BB830FD@FreeBSD.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="zhXaljGHf11kAtnf" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3A94E9A3.9BB830FD@FreeBSD.org>; from sobomax@FreeBSD.ORG on Thu, Feb 22, 2001 at 12:27:47PM +0200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --zhXaljGHf11kAtnf Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, Jeremy: Thanks green that www/mozilla works again :-) Could you apply this patch ? Now I'm sure it works. On Thu, Feb 22, 2001 at 12:27:47PM +0200, Maxim Sobolev wrote: > Motoyuki Konno wrote: > > > Cc: to mozilla and mozilla+ipv6 port maintainer. > > > > -------- > > motoyuki@updraft[10] % fetch ftp://ftp.mozilla.org/pub/mozilla/releases/mozilla0.8/src/mozilla-source-0.8.tar.bz2 > > Receiving mozilla-source-0.8.tar.bz2 (23224401 bytes): 100% > > 23224401 bytes transferred in 241.8 seconds (93.78 kBps) > > motoyuki@updraft[11] % md5 mozilla-source-0.8.tar.bz2 > > MD5 (mozilla-source-0.8.tar.bz2) = c2c5e6d1257b9da80ccb6b424974b1c3 > > motoyuki@updraft[12] % cat ports/www/mozilla/distinfo > > MD5 (mozilla-source-0.8.tar.bz2) = a1a28dced6a76128235f379004866739 <- DIFFERENT > > Confirmed, in general Mozilla guys have a very bad habit of making last-minute changes and rerolling tarball several > days after milestone has been released. Boo! -- pub 1024D/F8D2B472 2000-08-05 Clive Lin Key fingerprint = 7F9D 57A8 55C7 AA18 49B5 3820 570B 27F6 F8D2 B472 --zhXaljGHf11kAtnf Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="moz.diff" Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/mozilla/Makefile,v retrieving revision 1.57 diff -u -r1.57 Makefile --- Makefile 2001/02/16 17:29:18 1.57 +++ Makefile 2001/02/23 02:09:36 @@ -7,6 +7,7 @@ PORTNAME= mozilla PORTVERSION= 0.8 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZILLA} Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/mozilla/distinfo,v retrieving revision 1.31 diff -u -r1.31 distinfo --- distinfo 2001/02/16 17:29:18 1.31 +++ distinfo 2001/02/23 01:59:40 @@ -1 +1 @@ -MD5 (mozilla-source-0.8.tar.bz2) = a1a28dced6a76128235f379004866739 +MD5 (mozilla-source-0.8.tar.bz2) = c2c5e6d1257b9da80ccb6b424974b1c3 --zhXaljGHf11kAtnf-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message