From owner-svn-ports-all@FreeBSD.ORG Sun Jan 26 15:14:05 2014 Return-Path: Delivered-To: svn-ports-all@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 0D2FFC30; Sun, 26 Jan 2014 15:14:05 +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 E21551F38; Sun, 26 Jan 2014 15:14:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0QFE4Op093125; Sun, 26 Jan 2014 15:14:04 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0QFE3nW093119; Sun, 26 Jan 2014 15:14:03 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201401261514.s0QFE3nW093119@svn.freebsd.org> From: Martin Wilke Date: Sun, 26 Jan 2014 15:14:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341218 - in head/www: xpi-tabletools xpi-tabmixplus xpi-tagzilla xpi-togglewordwrap xpi-torbutton 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:14:05 -0000 Author: miwi Date: Sun Jan 26 15:14:03 2014 New Revision: 341218 URL: http://svnweb.freebsd.org/changeset/ports/341218 QAT: https://qat.redports.org/buildarchive/r341218/ Log: - Stage support Modified: head/www/xpi-tabletools/Makefile head/www/xpi-tabmixplus/Makefile head/www/xpi-tagzilla/Makefile head/www/xpi-togglewordwrap/Makefile head/www/xpi-torbutton/Makefile Modified: head/www/xpi-tabletools/Makefile ============================================================================== --- head/www/xpi-tabletools/Makefile Sun Jan 26 15:13:43 2014 (r341217) +++ head/www/xpi-tabletools/Makefile Sun Jan 26 15:14:03 2014 (r341218) @@ -13,6 +13,5 @@ COMMENT= Sort any HTML data table XPI_NUM= 2637 XPI_ID= {7C7F5C11-4ACD-4CDB-9293-2E3F46654E2A} -NO_STAGE= yes .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include Modified: head/www/xpi-tabmixplus/Makefile ============================================================================== --- head/www/xpi-tabmixplus/Makefile Sun Jan 26 15:13:43 2014 (r341217) +++ head/www/xpi-tabmixplus/Makefile Sun Jan 26 15:14:03 2014 (r341218) @@ -13,6 +13,5 @@ XPI_DISTNAME= tab_mix_plus XPI_NUM= 1122 XPI_ID= {dc572301-7619-498c-a57d-39143191b318} -NO_STAGE= yes .include "../xpi-adblock/Makefile.xpi" .include Modified: head/www/xpi-tagzilla/Makefile ============================================================================== --- head/www/xpi-tagzilla/Makefile Sun Jan 26 15:13:43 2014 (r341217) +++ head/www/xpi-tagzilla/Makefile Sun Jan 26 15:14:03 2014 (r341218) @@ -15,9 +15,10 @@ RUN_DEPENDS= ${LOCALBASE}/lib/xpi/{DF8E5 LICENSE= MPL # also "GPL" but doesn't specify version and doesn't contain license text XPI_ID= {4eac6fec-f68b-4797-be7a-ffeea73e1495} -XPI_FILES= chrome/tagzilla.jar chrome.manifest components/tzprefs-service.js defaults/preferences/tagzilla_prefs.js install.js install.rdf release-notes.txt translator.credits.txt +XPI_FILES= chrome/tagzilla.jar chrome.manifest components/tzprefs-service.js \ + defaults/preferences/tagzilla_prefs.js install.js install.rdf \ + release-notes.txt translator.credits.txt XPI_DIRS= chrome components defaults/preferences defaults -NO_STAGE= yes .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include Modified: head/www/xpi-togglewordwrap/Makefile ============================================================================== --- head/www/xpi-togglewordwrap/Makefile Sun Jan 26 15:13:43 2014 (r341217) +++ head/www/xpi-togglewordwrap/Makefile Sun Jan 26 15:14:03 2014 (r341218) @@ -13,6 +13,5 @@ XPI_DISTNAME= toggle_word_wrap XPI_NUM= 2351 XPI_ID= {cafe3945-058e-47e3-87f8-75bc120b9638} -NO_STAGE= yes .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include Modified: head/www/xpi-torbutton/Makefile ============================================================================== --- head/www/xpi-torbutton/Makefile Sun Jan 26 15:13:43 2014 (r341217) +++ head/www/xpi-torbutton/Makefile Sun Jan 26 15:14:03 2014 (r341218) @@ -12,6 +12,5 @@ COMMENT= Quickly toggle use of the Tor n XPI_NUM= 2275 XPI_ID= {e0204bd5-9d31-402b-a99d-a6aa8ffebdca} -NO_STAGE= yes .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include