From owner-svn-ports-head@FreeBSD.ORG Sun Jan 26 15:11:57 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org 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 76EA1634; Sun, 26 Jan 2014 15:11:57 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4905A1F15; Sun, 26 Jan 2014 15:11:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0QFBve8091980; Sun, 26 Jan 2014 15:11:57 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0QFBulC091975; Sun, 26 Jan 2014 15:11:56 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201401261511.s0QFBulC091975@svn.freebsd.org> From: Martin Wilke Date: Sun, 26 Jan 2014 15:11:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341211 - in head/www: xpi-live_pagerank xpi-locale-switcher xpi-menueditor xpi-mldonkey xpi-modify_headers X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Jan 2014 15:11:57 -0000 Author: miwi Date: Sun Jan 26 15:11:55 2014 New Revision: 341211 URL: http://svnweb.freebsd.org/changeset/ports/341211 QAT: https://qat.redports.org/buildarchive/r341211/ Log: - Stage support Modified: head/www/xpi-live_pagerank/Makefile head/www/xpi-locale-switcher/Makefile head/www/xpi-menueditor/Makefile head/www/xpi-mldonkey/Makefile head/www/xpi-modify_headers/Makefile Modified: head/www/xpi-live_pagerank/Makefile ============================================================================== --- head/www/xpi-live_pagerank/Makefile Sun Jan 26 15:11:22 2014 (r341210) +++ head/www/xpi-live_pagerank/Makefile Sun Jan 26 15:11:55 2014 (r341211) @@ -15,6 +15,5 @@ XPI_FILES= chrome.manifest chrome/livepr install.rdf XPI_DIRS= chrome -NO_STAGE= yes .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include Modified: head/www/xpi-locale-switcher/Makefile ============================================================================== --- head/www/xpi-locale-switcher/Makefile Sun Jan 26 15:11:22 2014 (r341210) +++ head/www/xpi-locale-switcher/Makefile Sun Jan 26 15:11:55 2014 (r341211) @@ -16,6 +16,5 @@ XPI_FILES= chrome/content/switch-tbird.x chrome/content/switch.xul chrome.manifest install.rdf XPI_DIRS= chrome/content chrome -NO_STAGE= yes .include "${.CURDIR}/../../www/xpi-adblock/Makefile.xpi" .include Modified: head/www/xpi-menueditor/Makefile ============================================================================== --- head/www/xpi-menueditor/Makefile Sun Jan 26 15:11:22 2014 (r341210) +++ head/www/xpi-menueditor/Makefile Sun Jan 26 15:11:55 2014 (r341211) @@ -13,6 +13,5 @@ XPI_DISTNAME= menu_editor XPI_ID= {EDA7B1D7-F793-4e03-B074-E6F303317FB0} XPI_NUM= 710 -NO_STAGE= yes .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include Modified: head/www/xpi-mldonkey/Makefile ============================================================================== --- head/www/xpi-mldonkey/Makefile Sun Jan 26 15:11:22 2014 (r341210) +++ head/www/xpi-mldonkey/Makefile Sun Jan 26 15:11:55 2014 (r341211) @@ -15,6 +15,5 @@ XPI_FILES= chrome/mldonkey.jar component install.rdf chrome.manifest XPI_DIRS= chrome components defaults/preferences defaults -NO_STAGE= yes .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include Modified: head/www/xpi-modify_headers/Makefile ============================================================================== --- head/www/xpi-modify_headers/Makefile Sun Jan 26 15:11:22 2014 (r341210) +++ head/www/xpi-modify_headers/Makefile Sun Jan 26 15:11:55 2014 (r341211) @@ -66,7 +66,6 @@ XPI_DIRS= chrome/content/bindings \ defaults/preferences \ defaults -NO_STAGE= yes post-patch: @${FIND} ${WRKSRC} -name \*.orig -exec ${RM} \{} \;