Bug 82635

Summary: distfile for port /usr/ports/net-mgmt/cidr/ cannot be fetched.
Product: Ports & Packages Reporter: Andreas Schaefer <AndiSHFR>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Andreas Schaefer 2005-06-25 11:50:16 UTC
made a cvsup on June 25 2005 and tried to build port

/usr/ports/net-mgmt/cidr

The distfile cidr-current.tar.gz cannot be fetch from MASTER_SITE

http://geeksoul.com/robert/cidr/

make complains about checksum mismatch because what is actually downloaded is a html file file "Comming soon ...".

How-To-Repeat: cd /usr/ports/net-mgmt/cidr
make install clean
..
cat /usr/ports/distfiles/cidr-current.tar.gz
Comment 1 Emanuel Haupt 2005-06-25 13:48:34 UTC
i can offer the following patch:

--- net-mgmt_cidr_Makefile.patch begins here ---
--- Makefile.orig	Sat Jun 25 14:43:35 2005
+++ Makefile	Sat Jun 25 14:44:39 2005
@@ -7,8 +7,7 @@
 PORTNAME=	cidr
 PORTVERSION=	2.3.2
 CATEGORIES=	net-mgmt
-MASTER_SITES=	http://geeksoul.com/robert/cidr/
-MASTER_SITES+=	${MASTER_SITE_LOCAL}
+MASTER_SITES=	http://critical.ch/distfiles/
 MASTER_SITE_SUBDIR=	nork
 DISTNAME=	cidr-current

--- net-mgmt_cidr_Makefile.patch ends here ---
Comment 2 Florent Thoumie 2005-06-30 20:10:07 UTC
	JFYI, I'm committing this patch to make the distfile fetchable 
	again ASAP.

	Please follow-up to this PR if you have any problem with that.

-- 
Florent Thoumie
flz@xbsd.org
Comment 3 Florent Thoumie freebsd_committer freebsd_triage 2005-06-30 20:10:50 UTC
State Changed
From-To: open->closed

Committed, thanks!