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
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 ---
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
State Changed From-To: open->closed Committed, thanks!