Bug 45668 - tcl-Mysql port has out-of-date source
Summary: tcl-Mysql port has out-of-date source
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 (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-24 07:30 UTC by Glenn Trewitt
Modified: 2002-11-24 09:11 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (379 bytes, patch)
2002-11-24 07:30 UTC, Glenn Trewitt
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!