From owner-svn-ports-head@FreeBSD.ORG Sun Jan 26 15:14:59 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 3965CDE6; Sun, 26 Jan 2014 15:14:59 +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 0AB0D1F42; Sun, 26 Jan 2014 15:14:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0QFEwNY093492; Sun, 26 Jan 2014 15:14:58 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0QFEwcS093486; Sun, 26 Jan 2014 15:14:58 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201401261514.s0QFEwcS093486@svn.freebsd.org> From: Martin Wilke Date: Sun, 26 Jan 2014 15:14:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341220 - in head/www: xpi-web_developer xpi-wmlbrowser xpi-xhtml-ruby-support xpi-xmpp4moz xpi-yslow 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:14:59 -0000 Author: miwi Date: Sun Jan 26 15:14:57 2014 New Revision: 341220 URL: http://svnweb.freebsd.org/changeset/ports/341220 QAT: https://qat.redports.org/buildarchive/r341220/ Log: - Stage support Modified: head/www/xpi-web_developer/Makefile head/www/xpi-wmlbrowser/Makefile head/www/xpi-xhtml-ruby-support/Makefile head/www/xpi-xmpp4moz/Makefile head/www/xpi-yslow/Makefile Modified: head/www/xpi-web_developer/Makefile ============================================================================== --- head/www/xpi-web_developer/Makefile Sun Jan 26 15:14:34 2014 (r341219) +++ head/www/xpi-web_developer/Makefile Sun Jan 26 15:14:57 2014 (r341220) @@ -12,6 +12,5 @@ COMMENT= An extension to add various web XPI_NUM= 60 XPI_ID= {c45c406e-ab73-11d8-be73-000a95be3b12} -NO_STAGE= yes .include "../xpi-adblock/Makefile.xpi" .include Modified: head/www/xpi-wmlbrowser/Makefile ============================================================================== --- head/www/xpi-wmlbrowser/Makefile Sun Jan 26 15:14:34 2014 (r341219) +++ head/www/xpi-wmlbrowser/Makefile Sun Jan 26 15:14:57 2014 (r341220) @@ -14,6 +14,5 @@ XPI_FILES= chrome/wmlbrowser.jar compone install.js install.rdf chrome.manifest XPI_DIRS= chrome components defaults/preferences defaults -NO_STAGE= yes .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include Modified: head/www/xpi-xhtml-ruby-support/Makefile ============================================================================== --- head/www/xpi-xhtml-ruby-support/Makefile Sun Jan 26 15:14:34 2014 (r341219) +++ head/www/xpi-xhtml-ruby-support/Makefile Sun Jan 26 15:14:57 2014 (r341220) @@ -16,6 +16,5 @@ XPI_FILES= chrome/rubysupport.jar chrome defaults/preferences/rubysupport.js install.rdf XPI_DIRS= chrome defaults/preferences defaults -NO_STAGE= yes .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include Modified: head/www/xpi-xmpp4moz/Makefile ============================================================================== --- head/www/xpi-xmpp4moz/Makefile Sun Jan 26 15:14:34 2014 (r341219) +++ head/www/xpi-xmpp4moz/Makefile Sun Jan 26 15:14:57 2014 (r341220) @@ -12,6 +12,5 @@ COMMENT= Support for XMPP XPI_ID= xmpp4moz@hyperstruct.net XPI_NUM= 3632 -NO_STAGE= yes .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include Modified: head/www/xpi-yslow/Makefile ============================================================================== --- head/www/xpi-yslow/Makefile Sun Jan 26 15:14:34 2014 (r341219) +++ head/www/xpi-yslow/Makefile Sun Jan 26 15:14:57 2014 (r341220) @@ -14,6 +14,5 @@ RUN_DEPENDS= xpi-firebug>=1.3.0:${PORTSD XPI_NUM= 5369 XPI_ID= yslow@yahoo-inc.com -NO_STAGE= yes .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include