From owner-svn-ports-head@FreeBSD.ORG Sun Jan 26 15:08:56 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 EB3AADC0; Sun, 26 Jan 2014 15:08:56 +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 BCB981E8C; Sun, 26 Jan 2014 15:08:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0QF8u7F087852; Sun, 26 Jan 2014 15:08:56 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0QF8t9u087847; Sun, 26 Jan 2014 15:08:55 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201401261508.s0QF8t9u087847@svn.freebsd.org> From: Martin Wilke Date: Sun, 26 Jan 2014 15:08:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341202 - in head/www: xpi-fasterfox xpi-firebug xpi-firefox-showcase xpi-firemobilesimulator xpi-fission 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:08:57 -0000 Author: miwi Date: Sun Jan 26 15:08:55 2014 New Revision: 341202 URL: http://svnweb.freebsd.org/changeset/ports/341202 QAT: https://qat.redports.org/buildarchive/r341202/ Log: - Stage support Modified: head/www/xpi-fasterfox/Makefile head/www/xpi-firebug/Makefile head/www/xpi-firefox-showcase/Makefile head/www/xpi-firemobilesimulator/Makefile head/www/xpi-fission/Makefile Modified: head/www/xpi-fasterfox/Makefile ============================================================================== --- head/www/xpi-fasterfox/Makefile Sun Jan 26 15:08:31 2014 (r341201) +++ head/www/xpi-fasterfox/Makefile Sun Jan 26 15:08:55 2014 (r341202) @@ -15,6 +15,5 @@ XPI_FILES= chrome/fasterfox.jar chrome.m install.rdf readme.txt XPI_DIRS= chrome defaults/preferences defaults -NO_STAGE= yes .include "../xpi-adblock/Makefile.xpi" .include Modified: head/www/xpi-firebug/Makefile ============================================================================== --- head/www/xpi-firebug/Makefile Sun Jan 26 15:08:31 2014 (r341201) +++ head/www/xpi-firebug/Makefile Sun Jan 26 15:08:55 2014 (r341202) @@ -15,6 +15,5 @@ LICENSE= BSD3CLAUSE XPI_NUM= 1843 XPI_ID= firebug@software.joehewitt.com -NO_STAGE= yes .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include Modified: head/www/xpi-firefox-showcase/Makefile ============================================================================== --- head/www/xpi-firefox-showcase/Makefile Sun Jan 26 15:08:31 2014 (r341201) +++ head/www/xpi-firefox-showcase/Makefile Sun Jan 26 15:08:55 2014 (r341202) @@ -16,6 +16,5 @@ XPI_FILES= chrome/showcase.jar component install.rdf chrome.manifest LICENSE XPI_DIRS= chrome components defaults/preferences defaults -NO_STAGE= yes .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include Modified: head/www/xpi-firemobilesimulator/Makefile ============================================================================== --- head/www/xpi-firemobilesimulator/Makefile Sun Jan 26 15:08:31 2014 (r341201) +++ head/www/xpi-firemobilesimulator/Makefile Sun Jan 26 15:08:55 2014 (r341202) @@ -21,6 +21,5 @@ XPI_FILES= chrome.manifest chrome/msim.j XPI_DIRS= chrome components \ defaults/preferences defaults -NO_STAGE= yes .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include Modified: head/www/xpi-fission/Makefile ============================================================================== --- head/www/xpi-fission/Makefile Sun Jan 26 15:08:31 2014 (r341201) +++ head/www/xpi-fission/Makefile Sun Jan 26 15:08:55 2014 (r341202) @@ -15,6 +15,5 @@ XPI_FILES= chrome/fission.jar chrome.man license.txt XPI_DIRS= chrome defaults/preferences defaults -NO_STAGE= yes .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include