Bug 78225 - astro/wmspaceweather distfile information does not match
Summary: astro/wmspaceweather distfile information does not match
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: Volker Stolz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-01 03:30 UTC by Aaron Dudek
Modified: 2005-03-16 12:13 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 Aaron Dudek 2005-03-01 03:30:16 UTC
File size and md5 values in distinfo are incorrect. The seem to be for a untar'ed file. As a result port will not install/compile.

Fix: 

Update values in distinfo to the following

MD5 (wmSpaceWeather-1.04.tar.gz) = 0d0e09ef932e3cd60e0d23702053eb6f
SIZE (wmSpaceWeather-1.04.tar.gz) = 36760
How-To-Repeat: gzip -d wmSpaceWeather-1.0.4.tar.gz
ls -l
md 5 wmSpaceWeather.tar

-rw-r--r--   1 adudek  adudek  143360 Feb 28 22:09 wmSpaceWeather-1.04.tar
%md5 wmSpaceWeather-1.04.tar
MD5 (wmSpaceWeather-1.04.tar) = c502d3763d626eb94ee31946f6638398


cooljack# more distinfo 
MD5 (wmSpaceWeather-1.04.tar.gz) = c502d3763d626eb94ee31946f6638398
SIZE (wmSpaceWeather-1.04.tar.gz) = 14336
Comment 1 Volker Stolz freebsd_committer freebsd_triage 2005-03-01 09:16:01 UTC
State Changed
From-To: open->feedback

I'm unable to reproduce this: 
wmspaceweather@menelaos [10:15:33]> make fetch -DMASTER_SITE_OVERRIDE 
===>  Vulnerability check disabled, database not found 
=> wmSpaceWeather-1.04.tar.gz doesn't seem to exist in /usr/ports/distfiles/. 
=> Attempting to fetch from 1. 
fetch: 1wmSpaceWeather-1.04.tar.gz: No such file or directory 
=> Attempting to fetch from http://dockapps.org/files/15/22/. 
wmSpaceWeather-1.04.tar.gz                    100% of  140 kB  143 kBps 
wmspaceweather@menelaos [10:15:42]> make 
===>  Vulnerability check disabled, database not found 
===>  Extracting for wmspaceweather-1.04_1 
=> Checksum OK for wmSpaceWeather-1.04.tar.gz. 

Could you please post the complete transcript from 'make'? 


Comment 2 Volker Stolz freebsd_committer freebsd_triage 2005-03-01 09:16:01 UTC
Responsible Changed
From-To: freebsd-ports-bugs->vs

Handle this: I did the latest update
Comment 3 Volker Stolz freebsd_committer freebsd_triage 2005-03-16 12:13:14 UTC
State Changed
From-To: feedback->closed

I don't know under which circumstances extraction could fail, 
but I added a workaround for this just to be on the safe side. 
Thanks for your submission!