Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Nov 2002 23:11:49 +0100 (CET)
From:      Josef El-Rayes <j.el-rayes@daemon.li>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/44955: MASTER_SITE_SUBDIR update
Message-ID:  <200211052211.gA5MBnEC054546@satanii.enemy.org>

next in thread | raw e-mail | index | archive | help

>Number:         44955
>Category:       ports
>Synopsis:       MASTER_SITE_SUBDIR update
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 05 14:20:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Josef El-Rayes
>Release:        FreeBSD 4.7-RELEASE alpha
>Organization:
>Environment:
System: FreeBSD satanii.enemy.org 4.7-RELEASE FreeBSD 4.7-RELEASE #3: Sun Oct 13 23:53:31 CEST 2002 root@satanii.enemy.org:/usr/src/sys/compile/S2 alpha


	
>Description:
	currently the MASTER_SITE_SUBDIR includes a variable with the version number of kde but this is not correct vor downloading the distfile 
>How-To-Repeat:
	
>Fix:
i replaced the kde_version variable with the old version (3.0.3) of kde, this works until kdevelop puts the distfile in the 3.0.4 folder on the kde mirror
	

--- Makefile.diff begins here ---
--- Makefile.orig	Tue Nov  5 23:04:10 2002
+++ Makefile	Tue Nov  5 22:53:19 2002
@@ -9,7 +9,7 @@
 PORTVERSION=	2.1.3
 CATEGORIES?=	devel kde
 MASTER_SITES=	${MASTER_SITE_KDE}
-MASTER_SITE_SUBDIR=	stable/${KDE_VERSION}/src
+MASTER_SITE_SUBDIR=	stable/3.0.3/src
 DISTNAME=	${KDE_DISTNAME}
 DIST_SUBDIR=	KDE
 
--- Makefile.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211052211.gA5MBnEC054546>