Bug 45668

Summary: tcl-Mysql port has out-of-date source
Product: Ports & Packages Reporter: Glenn Trewitt <trewitt>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me CC: freebsd-2024
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Glenn Trewitt 2002-11-24 07:30:01 UTC
	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.
Comment 1 Jim Geovedi 2002-11-24 08:31:11 UTC
> >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}
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2002-11-24 09:11:36 UTC
State Changed
From-To: open->closed

Commited, thanks!