From owner-freebsd-ports Tue Nov 5 14:20:16 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4329837B401 for ; Tue, 5 Nov 2002 14:20:14 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 997B843E42 for ; Tue, 5 Nov 2002 14:20:12 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gA5MKCx3013513 for ; Tue, 5 Nov 2002 14:20:12 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gA5MKCZg013512; Tue, 5 Nov 2002 14:20:12 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85D4037B401 for ; Tue, 5 Nov 2002 14:11:22 -0800 (PST) Received: from lyra.enemy.org (lyra.enemy.org [62.116.11.42]) by mx1.FreeBSD.org (Postfix) with SMTP id 3ED0E43E3B for ; Tue, 5 Nov 2002 14:11:21 -0800 (PST) (envelope-from shammer@satanii.enemy.org) Received: (qmail 21204 invoked from network); 5 Nov 2002 22:11:41 -0000 Received: from unknown (HELO satanii.enemy.org) (62.116.11.3) by lyra.enemy.org with SMTP; 5 Nov 2002 22:11:41 -0000 Received: from satanii.enemy.org (localhost [127.0.0.1]) by satanii.enemy.org (8.12.6/8.12.6) with ESMTP id gA5MBovt054548 for ; Tue, 5 Nov 2002 23:11:50 +0100 (CET) (envelope-from shammer@satanii.enemy.org) Received: (from shammer@localhost) by satanii.enemy.org (8.12.6/8.12.6/Submit) id gA5MBnEC054546; Tue, 5 Nov 2002 23:11:49 +0100 (CET) Message-Id: <200211052211.gA5MBnEC054546@satanii.enemy.org> Date: Tue, 5 Nov 2002 23:11:49 +0100 (CET) From: Josef El-Rayes Reply-To: Josef El-Rayes To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44955: MASTER_SITE_SUBDIR update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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