Opened 17 years ago

Closed 17 years ago

Last modified 15 years ago

#11932 closed defect (fixed)

wrong checksum for lynx

Reported by: Igor.Ralets@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.4
Keywords: Cc:
Port:

Description

--> Fetching lynx

---> Attempting to fetch lynx2.8.6.tar.bz2 from http://lynx.isc.org/lynx2.8.6/

---> Verifying checksum(s) for lynx

Error: Checksum (md5) mismatch for lynx2.8.6.tar.bz2

Error: Target com.apple.checksum returned: Unable to verify file checksums

Error: Status 1 encountered during processing.

According to fab23 'as the diff shows -> http://captu.lugs.ch/163 they did an upgrade from VERSION=2.8.6rel.4 to VERSION=2.8.6rel.5' but checksum is still old in ports. Changing checksum in lynx's Portfile fixes the problem.

Change History (3)

comment:1 Changed 17 years ago by fabianwenk (Fabian Wenk)

Lynx did upgrade from 2.8.6rel.4 to 2.8.6rel.5 without changing the name of the source tarball. Here is a patch for Portfile:

--- Portfile.orig       2007-03-30 16:03:29.000000000 +0200
+++ Portfile    2007-05-11 16:57:11.000000000 +0200
@@ -2,7 +2,7 @@
 
 PortSystem       1.0
 name             lynx
-version          2.8.6rel.4
+version          2.8.6rel.5
 categories       www
 maintainers      nomaintainer@macports.org
 description      Text-based web browser
@@ -24,7 +24,7 @@
 master_sites     http://lynx.isc.org/${distname}/ \
                  ftp://lynx.isc.org/${distname}/
 
-checksums        ${distname}${extract.suffix} md5 dc80497b7dda6a28fd80404684d27548
+checksums        ${distname}${extract.suffix} md5 bd44c57d28fd3e4c9db1cd492d403600
 worksrcdir       ${name}${dash_version}
 
 configure.args   --mandir=${prefix}/share/man \

There is only one problem, when an old version of lynx2.8.6.tar.bz2 already is present on the local system. pipping suggested to mirror this file with a different name on the MP server.

comment:2 Changed 17 years ago by pipping@…

Milestone: Port Bugs
Resolution: fixed
Status: newclosed

fixed in r25023.

comment:3 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.