From owner-svn-ports-head@FreeBSD.ORG Sun Jan 26 15:12:22 2014 Return-Path: Delivered-To: svn-ports-head@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 E533270D; Sun, 26 Jan 2014 15:12:22 +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 B7D491F19; Sun, 26 Jan 2014 15:12:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0QFCM2e092188; Sun, 26 Jan 2014 15:12:22 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0QFCLPN092182; Sun, 26 Jan 2014 15:12:21 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201401261512.s0QFCLPN092182@svn.freebsd.org> From: Martin Wilke Date: Sun, 26 Jan 2014 15:12:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341212 - in head/www: xpi-mrtech-local-install xpi-neo-diggler xpi-no-referrer xpi-noscript xpi-passwordmaker 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:12:23 -0000 Author: miwi Date: Sun Jan 26 15:12:21 2014 New Revision: 341212 URL: http://svnweb.freebsd.org/changeset/ports/341212 QAT: https://qat.redports.org/buildarchive/r341212/ Log: - Stage support Modified: head/www/xpi-mrtech-local-install/Makefile head/www/xpi-neo-diggler/Makefile head/www/xpi-no-referrer/Makefile head/www/xpi-noscript/Makefile head/www/xpi-passwordmaker/Makefile Modified: head/www/xpi-mrtech-local-install/Makefile ============================================================================== --- head/www/xpi-mrtech-local-install/Makefile Sun Jan 26 15:11:55 2014 (r341211) +++ head/www/xpi-mrtech-local-install/Makefile Sun Jan 26 15:12:21 2014 (r341212) @@ -13,6 +13,5 @@ XPI_DISTNAME= mr_tech_local_install XPI_NUM= 421 XPI_ID= {9669CC8F-B388-42FE-86F4-CB5E7F5A8BDC} -NO_STAGE= yes .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include Modified: head/www/xpi-neo-diggler/Makefile ============================================================================== --- head/www/xpi-neo-diggler/Makefile Sun Jan 26 15:11:55 2014 (r341211) +++ head/www/xpi-neo-diggler/Makefile Sun Jan 26 15:12:21 2014 (r341212) @@ -16,6 +16,5 @@ XPI_FILES= chrome.manifest install.rdf \ chrome/diggler.jar defaults/preferences/diggler.js XPI_DIRS= chrome defaults/preferences defaults -NO_STAGE= yes .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include Modified: head/www/xpi-no-referrer/Makefile ============================================================================== --- head/www/xpi-no-referrer/Makefile Sun Jan 26 15:11:55 2014 (r341211) +++ head/www/xpi-no-referrer/Makefile Sun Jan 26 15:12:21 2014 (r341212) @@ -15,6 +15,5 @@ XPI_FILES= chrome/icon.gif chrome/referr chrome.manifest install.rdf XPI_DIRS= chrome -NO_STAGE= yes .include "../xpi-adblock/Makefile.xpi" .include Modified: head/www/xpi-noscript/Makefile ============================================================================== --- head/www/xpi-noscript/Makefile Sun Jan 26 15:11:55 2014 (r341211) +++ head/www/xpi-noscript/Makefile Sun Jan 26 15:12:21 2014 (r341212) @@ -12,6 +12,5 @@ COMMENT= A security-enhancing Java/JS fi XPI_ID= {73a6fe31-595d-460b-a920-fcc0f8843232} XPI_NUM= 722 -NO_STAGE= yes .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include Modified: head/www/xpi-passwordmaker/Makefile ============================================================================== --- head/www/xpi-passwordmaker/Makefile Sun Jan 26 15:11:55 2014 (r341211) +++ head/www/xpi-passwordmaker/Makefile Sun Jan 26 15:12:21 2014 (r341212) @@ -16,6 +16,5 @@ XPI_FILES= LICENSE chrome/passwdmaker.ja install.js install.rdf XPI_DIRS= chrome components defaults/preferences defaults -NO_STAGE= yes .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include