Bug 54415 - ports/editors/nvi-m17n has a checksum error
Summary: ports/editors/nvi-m17n has a checksum error
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-12 16:10 UTC by Takamichi Tateoka
Modified: 2003-07-17 06:41 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Takamichi Tateoka 2003-07-12 16:10:04 UTC
  ports/editors/nvi-m17n has a checksum error for file nvi-m17n.tar.gz.
  The archive file has modified on a master ftp site ftp://sleepy.vwh.net/pub/.
Another master site ftp://ftp.foretune.co.jp/pub/tools/nvi-m17n/ has old one.

  The differences of two archives are "LICENSE" and "README" only, so
"make NO_CHECKSUM=yes" works fine.

Fix: 

a) "make NO_CHECKSUM=yes" works fine.
b) Remove ftp.foretune.co.jp from MASTER_SITES and update checksum in distfile. 
   ports/distfiles/nvi-nvi-1.79.tar.gz on FreeBSD ftp sites should be updated.
c) Remove sleeply.vwh.net from MASTER_SITES. (I'm not sure is's good or not.)
How-To-Repeat: 
  Following commands failed by checksum mismatch for nvi-1.79.tar.gz:

# cd /usr/ports/editors/nvi-m17n
# make distclean
# make

  I checked the differences between old and new archive by following commands:

% fetch -q -o sleepy.tar.gz ftp://sleepy.vwh.net/pub/nvi-1.79.tar.gz
% mkdir sleepy; tar xzfC sleepy.tar.gz sleepy
% fetch -q -o foretune.tar.gz ftp://ftp.foretune.co.jp/pub/tools/nvi-m17n/nvi-1.79.tar.gz
% mkdir foretune; tar xzfC foretune.tar.gz foretune
% md5 sleepy.tar.gz foretune.tar.gz
MD5 (sleepy.tar.gz) = 765e2153f5fc4f21793f2edc2647305a
MD5 (foretune.tar.gz) = 52549f8e390db06f9366ee83e59f64de
% rsync -a --delete  --dry-run sleepy/ foretune/
building file list ... done
nvi-1.79/LICENSE
nvi-1.79/README
wrote 8172 bytes  read 28 bytes  16400.00 bytes/sec
total size is 4581240  speedup is 558.69
% fgrep nvi-1.79.tar.gz /usr/ports/editors/nvi-m17n/distinfo 
MD5 (nvi-1.79.tar.gz) = 52549f8e390db06f9366ee83e59f64de
%
Comment 1 Norikatsu Shigemura freebsd_committer freebsd_triage 2003-07-17 06:40:50 UTC
State Changed
From-To: open->closed

Committed, thanks!