Bug 26138

Summary: net/ipcheck port relies on non-version-numbered distfile integrity
Product: Ports & Packages Reporter: anarcat <anarcat>
Component: Individual Port(s)Assignee: Mario Sergio Fujikawa Ferreira <lioux>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description anarcat 2001-03-27 01:40:00 UTC
The net/ipcheck distfile is not version-numbered ("ipcheck.py").

The author of the software recently updated the file, it seems, and 
the checksum fails.

Fix: Workaround:

# make install clean MASTER_SITE_OVERRIDE=ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/

or

# make install clean NO_CHECKSUM=yes

Fix:

Again, this is more like a workaround. I have tried the new version, but we
could just switch to version 0.88.

I don't know how to deal with this issue. I haven't contacted the author
of the software. The file does not seem to be registered on sourceforge's
cvs. 

# diff -u Makefile.orig Makefile
How-To-Repeat: shall# cd /usr/ports/net/ipcheck/
mashall# make install clean
Comment 1 Mario Sergio Fujikawa Ferreira freebsd_committer freebsd_triage 2001-04-10 21:59:28 UTC
Responsible Changed
From-To: freebsd-ports->lioux

I'm the maintainer.
Comment 2 Mario Sergio Fujikawa Ferreira freebsd_committer freebsd_triage 2001-04-10 22:33:52 UTC
State Changed
From-To: open->closed

Committed, thanks!