From owner-svn-ports-head@FreeBSD.ORG Sun Jan 26 15:10:08 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 8AE871EA; Sun, 26 Jan 2014 15:10:08 +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 5CD5B1EA5; Sun, 26 Jan 2014 15:10:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0QFA8Ea088573; Sun, 26 Jan 2014 15:10:08 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0QFA7cq088567; Sun, 26 Jan 2014 15:10:07 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201401261510.s0QFA7cq088567@svn.freebsd.org> From: Martin Wilke Date: Sun, 26 Jan 2014 15:10:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341206 - in head/www: xpi-ghostery xpi-gmail-manager xpi-google-notebook xpi-google_shortcuts xpi-grab_and_drag 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:10:08 -0000 Author: miwi Date: Sun Jan 26 15:10:06 2014 New Revision: 341206 URL: http://svnweb.freebsd.org/changeset/ports/341206 QAT: https://qat.redports.org/buildarchive/r341206/ Log: - Stage support Modified: head/www/xpi-ghostery/Makefile head/www/xpi-gmail-manager/Makefile head/www/xpi-google-notebook/Makefile head/www/xpi-google_shortcuts/Makefile head/www/xpi-grab_and_drag/Makefile Modified: head/www/xpi-ghostery/Makefile ============================================================================== --- head/www/xpi-ghostery/Makefile Sun Jan 26 15:09:46 2014 (r341205) +++ head/www/xpi-ghostery/Makefile Sun Jan 26 15:10:06 2014 (r341206) @@ -12,6 +12,5 @@ COMMENT= Alerts/Block web bugs, ad and w XPI_NUM= 9609 XPI_ID= firefox@ghostery.com -NO_STAGE= yes .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include Modified: head/www/xpi-gmail-manager/Makefile ============================================================================== --- head/www/xpi-gmail-manager/Makefile Sun Jan 26 15:09:46 2014 (r341205) +++ head/www/xpi-gmail-manager/Makefile Sun Jan 26 15:10:06 2014 (r341206) @@ -14,6 +14,5 @@ XPI_DISTNAME= gmail_manager XPI_NUM= 1320 XPI_ID= {582195F5-92E7-40a0-A127-DB71295901D7} -NO_STAGE= yes .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include Modified: head/www/xpi-google-notebook/Makefile ============================================================================== --- head/www/xpi-google-notebook/Makefile Sun Jan 26 15:09:46 2014 (r341205) +++ head/www/xpi-google-notebook/Makefile Sun Jan 26 15:10:06 2014 (r341206) @@ -13,6 +13,5 @@ COMMENT= An extension to allow notetakin XPI_ID= notebook@google.com -NO_STAGE= yes .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include Modified: head/www/xpi-google_shortcuts/Makefile ============================================================================== --- head/www/xpi-google_shortcuts/Makefile Sun Jan 26 15:09:46 2014 (r341205) +++ head/www/xpi-google_shortcuts/Makefile Sun Jan 26 15:10:06 2014 (r341206) @@ -15,6 +15,5 @@ XPI_FILES= chrome/googleshortcuts.jar ch defaults/preferences/install.js install.rdf XPI_DIRS= chrome defaults/preferences defaults -NO_STAGE= yes .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include Modified: head/www/xpi-grab_and_drag/Makefile ============================================================================== --- head/www/xpi-grab_and_drag/Makefile Sun Jan 26 15:09:46 2014 (r341205) +++ head/www/xpi-grab_and_drag/Makefile Sun Jan 26 15:10:06 2014 (r341206) @@ -16,6 +16,5 @@ XPI_FILES= chrome.manifest chrome/graban icon.png install.rdf license.txt XPI_DIRS= chrome defaults/preferences defaults -NO_STAGE= yes .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include