The source seems to be maintained at SourceForge, which is probably a more reliable site to reference. Also, the old site is gone. Fix: Here is the patch.
> >Fix: > Here is the patch. > > --- Makefile.orig Wed Oct 31 06:15:26 2001 > +++ Makefile Sat Nov 23 23:18:25 2002 > @@ -9,7 +9,7 @@ > PORTVERSION= 20000114 > PORTREVISION= 2 > CATEGORIES= databases ${TCL_NODOT} > -MASTER_SITES= http://www.binevolve.com/~tdarugar/tcl-sql/download/ > +MASTER_SITES= http://unc.dl.sourceforge.net/sourceforge/tcl-sql/ > EXTRACT_SUFX= .tgz > > MAINTAINER= mi@aldan.algebra.com how about this? -MASTER_SITES= http://www.binevolve.com/~tdarugar/tcl-sql/download/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME}
State Changed From-To: open->closed Commited, thanks!