From owner-svn-ports-all@FreeBSD.ORG Sun Jan 26 15:13:04 2014 Return-Path: Delivered-To: svn-ports-all@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 ECF728C4; Sun, 26 Jan 2014 15:13:03 +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 CD9BC1F24; Sun, 26 Jan 2014 15:13:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0QFD3Wn092542; Sun, 26 Jan 2014 15:13:03 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0QFD2XX092530; Sun, 26 Jan 2014 15:13:02 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201401261513.s0QFD2XX092530@svn.freebsd.org> From: Martin Wilke Date: Sun, 26 Jan 2014 15:13:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341214 - in head/www: xpi-quick-locale-switcher xpi-quickproxy xpi-resurrectpages xpi-sameplace xpi-scrapbook X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Jan 2014 15:13:04 -0000 Author: miwi Date: Sun Jan 26 15:13:02 2014 New Revision: 341214 URL: http://svnweb.freebsd.org/changeset/ports/341214 QAT: https://qat.redports.org/buildarchive/r341214/ Log: - Stage support Modified: head/www/xpi-quick-locale-switcher/Makefile head/www/xpi-quickproxy/Makefile head/www/xpi-resurrectpages/Makefile head/www/xpi-sameplace/Makefile head/www/xpi-scrapbook/Makefile Modified: head/www/xpi-quick-locale-switcher/Makefile ============================================================================== --- head/www/xpi-quick-locale-switcher/Makefile Sun Jan 26 15:12:42 2014 (r341213) +++ head/www/xpi-quick-locale-switcher/Makefile Sun Jan 26 15:13:02 2014 (r341214) @@ -13,6 +13,5 @@ XPI_DISTNAME= quick_locale_switcher XPI_ID= {25A1388B-6B18-46c3-BEBA-A81915D0DE8F} XPI_NUM= 1333 -NO_STAGE= yes .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include Modified: head/www/xpi-quickproxy/Makefile ============================================================================== --- head/www/xpi-quickproxy/Makefile Sun Jan 26 15:12:42 2014 (r341213) +++ head/www/xpi-quickproxy/Makefile Sun Jan 26 15:13:02 2014 (r341214) @@ -14,6 +14,5 @@ XPI_NUM= 1557 XPI_FILES= chrome/quickproxy.jar chrome.manifest install.rdf XPI_DIRS= chrome -NO_STAGE= yes .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include Modified: head/www/xpi-resurrectpages/Makefile ============================================================================== --- head/www/xpi-resurrectpages/Makefile Sun Jan 26 15:12:42 2014 (r341213) +++ head/www/xpi-resurrectpages/Makefile Sun Jan 26 15:13:02 2014 (r341214) @@ -13,6 +13,5 @@ XPI_DISTNAME= resurrect_pages XPI_NUM= 2570 XPI_ID= {0c8fbd76-bdeb-4c52-9b24-d587ce7b9dc3} -NO_STAGE= yes .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include Modified: head/www/xpi-sameplace/Makefile ============================================================================== --- head/www/xpi-sameplace/Makefile Sun Jan 26 15:12:42 2014 (r341213) +++ head/www/xpi-sameplace/Makefile Sun Jan 26 15:13:02 2014 (r341214) @@ -17,6 +17,5 @@ XPI_FILES= chrome/sameplace.jar chrome.m components/ProtocolHandler.js defaults/preferences/sameplace.js install.rdf XPI_DIRS= chrome components defaults/preferences defaults -NO_STAGE= yes .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include Modified: head/www/xpi-scrapbook/Makefile ============================================================================== --- head/www/xpi-scrapbook/Makefile Sun Jan 26 15:12:42 2014 (r341213) +++ head/www/xpi-scrapbook/Makefile Sun Jan 26 15:13:02 2014 (r341214) @@ -14,6 +14,5 @@ XPI_NUM= 427 XPI_FILES= LICENSE.txt chrome/scrapbook.jar chrome.manifest defaults/preferences/scrapbook-prefs.js install.rdf XPI_DIRS= chrome defaults/preferences defaults -NO_STAGE= yes .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include