From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 2 03:50:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B14B0D18 for ; Fri, 2 May 2014 03:50:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 70D2C12AF for ; Fri, 2 May 2014 03:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s423o0jM078315 for ; Fri, 2 May 2014 03:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s423o05p078314; Fri, 2 May 2014 03:50:00 GMT (envelope-from gnats) Resent-Date: Fri, 2 May 2014 03:50:00 GMT Resent-Message-Id: <201405020350.s423o05p078314@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, Mark Linimon Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 59F7FAFF for ; Fri, 2 May 2014 03:40:58 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 471091214 for ; Fri, 2 May 2014 03:40:58 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s423ewhU075326 for ; Fri, 2 May 2014 03:40:58 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s423ewL5075325; Fri, 2 May 2014 03:40:58 GMT (envelope-from linimon) Message-Id: <201405020340.s423ewL5075325@freefall.freebsd.org> Date: Fri, 2 May 2014 03:40:58 GMT From: Mark Linimon To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/189218: [patch] assign maintainership of Mk/bsd.stage.mk X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Mark Linimon List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 May 2014 03:50:00 -0000 >Number: 189218 >Category: ports >Synopsis: [patch] assign maintainership of Mk/bsd.stage.mk >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri May 02 03:50:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Mark Linimon >Release: FreeBSD 11.0-CURRENT amd64 >Organization: FreeBSD.org >Environment: System: FreeBSD freefall.freebsd.org 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r264289: Wed Apr 9 02:48:19 UTC 2014 peter@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL amd64 >Description: bsd.stage.mk ought to be owned by portmgr, like bsd.port.mk and bsd.pkgng.mk. >How-To-Repeat: >Fix: Tested with 'make describe'. Should probably be further tested. Index: Mk/bsd.stage.mk =================================================================== --- Mk/bsd.stage.mk (revision 352420) +++ Mk/bsd.stage.mk (working copy) @@ -2,6 +2,10 @@ # $FreeBSD$ # +STAGE_Include_MAINTAINER= portmgr@FreeBSD.org + +.if !defined(_STAGEMKINCLUDED) + STAGEDIR?= ${WRKDIR}/stage DESTDIRNAME?= DESTDIR @@ -108,3 +112,6 @@ @${ECHO_MSG} "====> Running Q/A tests (stage-qa)" @${SETENV} ${QA_ENV} ${SH} ${SCRIPTSDIR}/qa.sh .endif + +.endif # !defined(_STAGEMKINCLUDED) + >Release-Note: >Audit-Trail: >Unformatted: