Bug 82635 - distfile for port /usr/ports/net-mgmt/cidr/ cannot be fetched.
Summary: distfile for port /usr/ports/net-mgmt/cidr/ cannot be fetched.
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: 2005-06-25 11:50 UTC by Andreas Schaefer
Modified: 2005-06-30 20:11 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 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!