From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 24 06:00:24 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 217E11065695 for ; Sun, 24 Oct 2010 06:00:24 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DB6318FC19 for ; Sun, 24 Oct 2010 06:00:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o9O60Ng0010527 for ; Sun, 24 Oct 2010 06:00:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o9O60NEH010508; Sun, 24 Oct 2010 06:00:23 GMT (envelope-from gnats) Resent-Date: Sun, 24 Oct 2010 06:00:23 GMT Resent-Message-Id: <201010240600.o9O60NEH010508@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sahil Tandon Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AE5C510656A5 for ; Sun, 24 Oct 2010 05:53:26 +0000 (UTC) (envelope-from sahil@spartan.hamla.org) Received: from spartan.hamla.org (spartan.hamla.org [206.251.255.30]) by mx1.freebsd.org (Postfix) with ESMTP id 9BBA58FC1C for ; Sun, 24 Oct 2010 05:53:26 +0000 (UTC) Received: by spartan.hamla.org (Postfix, from userid 1001) id 80A7217179; Sun, 24 Oct 2010 01:53:26 -0400 (EDT) Message-Id: <20101024055326.80A7217179@spartan.hamla.org> Date: Sun, 24 Oct 2010 01:53:26 -0400 (EDT) From: Sahil Tandon To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: brooks@FreeBSD.org Subject: ports/151675: [PATCH] sysutils/sge62: fix MASTER_SITES:n usage X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sahil Tandon List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Oct 2010 06:00:24 -0000 >Number: 151675 >Category: ports >Synopsis: [PATCH] sysutils/sge62: fix MASTER_SITES:n usage >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Oct 24 06:00:23 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Sahil Tandon >Release: FreeBSD 9.0-CURRENT i386 >Organization: >Environment: >Description: Fix MASTER_SITES:n usage so that the ":n" postfix is added to *all* elements of MASTER_SITE_LOCAL, not just the final one. To observe the difference, run the following command while inside the port's dir before and after applying the patch: % make -V MASTER_SITES >How-To-Repeat: >Fix: --- sge62.diff begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/sysutils/sge62/Makefile,v retrieving revision 1.50 diff -u -r1.50 Makefile --- Makefile 31 May 2010 02:01:07 -0000 1.50 +++ Makefile 24 Oct 2010 05:49:45 -0000 @@ -10,8 +10,8 @@ PORTREVISION= 2 CATEGORIES= sysutils parallel MASTER_SITES= http://gridengine.sunsource.net/files/documents/7/197/:src \ - ${MASTER_SITE_LOCAL}:src -MASTER_SITE_SUBDIR= brooks + ${MASTER_SITE_LOCAL:S/$/:src/} +MASTER_SITE_SUBDIR= brooks/:src DISTNAME= ge-V${SGE_RELEASE:S/.//}_TAG-src DISTFILES= ${DISTNAME}.tar.gz:src EXTRACT_ONLY= ${DISTNAME}.tar.gz --- sge62.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: