Bug 68543

Summary: Anjuta md5 checksum fails
Product: Ports & Packages Reporter: João Grilo <grilo>
Component: Individual Port(s)Assignee: freebsd-gnome (Nobody) <gnome>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description João Grilo 2004-07-01 09:30:26 UTC
The MD5 checksum for the devel/anjuta port fails. The ports system still looks in the mirrors for a file that matches the given digest, but none is found. This is because the source code in the project's homepage (http://anjuta.sf.net) has shortened by 4 bytes:
current:   8556047
expected:  8556051

I'm not sure why this happened, but it could something as simply as a maintainer cleaning up some whitespace. I did not take the time to inform myself, since their mailing list look a tad inactive.

Fix: 

Change devel/anjuta/distinfo

OLD: 
MD5 (anjuta-1.2.2.tar.gz) = a30858dba0b902064d0d702cedfdc84f
SIZE (anjuta-1.2.2.tar.gz) = 8556051

NEW: 
MD5 (anjuta-1.2.2.tar.gz) = 85709c7c8b29969ddccc04ee2b16456f
SIZE (anjuta-1.2.2.tar.gz) = 8556047

NOTE: I'm not sure if this is the correct solution. Running some kind of diff would do the trick, but I'm not UNIX-savy enough to do it without reading heaps of manpages.
How-To-Repeat: Go to ports/devel/anjuta and type "make checksum".
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2004-07-01 19:26:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainer(s).
Comment 2 Jeremy Messenger freebsd_committer freebsd_triage 2004-07-01 19:35:03 UTC
State Changed
From-To: open->closed

There's something wrong with your connection. The size is correct and I am 
able to download and extract just fine. Check here: 

http://sourceforge.net/project/showfiles.php?group_id=14222&package_id=11898&release_id=230724 

See in that page for the size, it said 8556051 so it never has change. You 
should try it again by 'make distclean ; make install'. If it still doesn't 
work for you, then you still can grab it from url above and put it in 
/usr/ports/distfiles/ and try it again by 'make install'.