From owner-svn-ports-head@FreeBSD.ORG Sun Jan 26 15:14:36 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 74206D0D; Sun, 26 Jan 2014 15:14:36 +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 46CA81F3E; Sun, 26 Jan 2014 15:14:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0QFEae5093320; Sun, 26 Jan 2014 15:14:36 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0QFEZY7093314; Sun, 26 Jan 2014 15:14:35 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201401261514.s0QFEZY7093314@svn.freebsd.org> From: Martin Wilke Date: Sun, 26 Jan 2014 15:14:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341219 - in head/www: xpi-twitterfox xpi-unplug xpi-urllink xpi-user_agent_switcher xpi-vimperator 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:36 -0000 Author: miwi Date: Sun Jan 26 15:14:34 2014 New Revision: 341219 URL: http://svnweb.freebsd.org/changeset/ports/341219 QAT: https://qat.redports.org/buildarchive/r341219/ Log: - Stage support Modified: head/www/xpi-twitterfox/Makefile head/www/xpi-unplug/Makefile head/www/xpi-urllink/Makefile head/www/xpi-user_agent_switcher/Makefile head/www/xpi-vimperator/Makefile Modified: head/www/xpi-twitterfox/Makefile ============================================================================== --- head/www/xpi-twitterfox/Makefile Sun Jan 26 15:14:03 2014 (r341218) +++ head/www/xpi-twitterfox/Makefile Sun Jan 26 15:14:34 2014 (r341219) @@ -20,6 +20,5 @@ XPI_FILES= LICENSE.rtf chrome/TwitterFox defaults/twitterfox_1.8.sqlite install.rdf XPI_DIRS= chrome components defaults/preferences defaults -NO_STAGE= yes .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include Modified: head/www/xpi-unplug/Makefile ============================================================================== --- head/www/xpi-unplug/Makefile Sun Jan 26 15:14:03 2014 (r341218) +++ head/www/xpi-unplug/Makefile Sun Jan 26 15:14:34 2014 (r341219) @@ -12,7 +12,6 @@ COMMENT= Converts embedded media to html XPI_ID= unplug@compunach XPI_NUM= 2254 -NO_STAGE= yes xpi-post-extract: ${FIND} ${WRKSRC} -type d -name CVS|${XARGS} ${RM} -rf Modified: head/www/xpi-urllink/Makefile ============================================================================== --- head/www/xpi-urllink/Makefile Sun Jan 26 15:14:03 2014 (r341218) +++ head/www/xpi-urllink/Makefile Sun Jan 26 15:14:34 2014 (r341219) @@ -16,6 +16,5 @@ XPI_FILES= chrome/urllink.jar chrome.man defaults/preferences/urllink.js install.rdf XPI_DIRS= chrome defaults/preferences defaults -NO_STAGE= yes .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include Modified: head/www/xpi-user_agent_switcher/Makefile ============================================================================== --- head/www/xpi-user_agent_switcher/Makefile Sun Jan 26 15:14:03 2014 (r341218) +++ head/www/xpi-user_agent_switcher/Makefile Sun Jan 26 15:14:34 2014 (r341219) @@ -17,6 +17,5 @@ XPI_FILES= chrome.manifest \ license.txt XPI_DIRS= chrome -NO_STAGE= yes .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include Modified: head/www/xpi-vimperator/Makefile ============================================================================== --- head/www/xpi-vimperator/Makefile Sun Jan 26 15:14:03 2014 (r341218) +++ head/www/xpi-vimperator/Makefile Sun Jan 26 15:14:34 2014 (r341219) @@ -15,6 +15,5 @@ LICENSE_FILE=${WRKSRC}/License.txt XPI_ID= vimperator@mozdev.org XPI_NUM= 4891 -NO_STAGE= yes .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include