From owner-svn-ports-head@FreeBSD.ORG Sun Jan 26 15:09:19 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 5AE1BE9F; Sun, 26 Jan 2014 15:09:19 +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 2CF071E94; Sun, 26 Jan 2014 15:09:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0QF9JGx088051; Sun, 26 Jan 2014 15:09:19 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0QF9Iab088042; Sun, 26 Jan 2014 15:09:18 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201401261509.s0QF9Iab088042@svn.freebsd.org> From: Martin Wilke Date: Sun, 26 Jan 2014 15:09:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341203 - in head/www: xpi-flagfox xpi-flashblock xpi-flashgot xpi-flatbmark xpi-forecastfox 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:09:19 -0000 Author: miwi Date: Sun Jan 26 15:09:17 2014 New Revision: 341203 URL: http://svnweb.freebsd.org/changeset/ports/341203 QAT: https://qat.redports.org/buildarchive/r341203/ Log: - Stage support Modified: head/www/xpi-flagfox/Makefile head/www/xpi-flashblock/Makefile head/www/xpi-flashgot/Makefile head/www/xpi-flatbmark/Makefile head/www/xpi-forecastfox/Makefile Modified: head/www/xpi-flagfox/Makefile ============================================================================== --- head/www/xpi-flagfox/Makefile Sun Jan 26 15:08:55 2014 (r341202) +++ head/www/xpi-flagfox/Makefile Sun Jan 26 15:09:17 2014 (r341203) @@ -12,6 +12,5 @@ COMMENT= Displays a country flag of the XPI_NUM= 5791 XPI_ID= {1018e4d6-728f-4b20-ad56-37578a4de76b} -NO_STAGE= yes .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include Modified: head/www/xpi-flashblock/Makefile ============================================================================== --- head/www/xpi-flashblock/Makefile Sun Jan 26 15:08:55 2014 (r341202) +++ head/www/xpi-flashblock/Makefile Sun Jan 26 15:09:17 2014 (r341203) @@ -14,7 +14,6 @@ USE_XPI= *firefox* XPI_ID= {3d7eb24f-2740-49df-8937-200b1cc08f8a} XPI_NUM= 433 -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|8\.0<|99.*<|' \ ${WRKSRC}/install.rdf Modified: head/www/xpi-flashgot/Makefile ============================================================================== --- head/www/xpi-flashgot/Makefile Sun Jan 26 15:08:55 2014 (r341202) +++ head/www/xpi-flashgot/Makefile Sun Jan 26 15:09:17 2014 (r341203) @@ -12,6 +12,5 @@ COMMENT= Download links using popular do XPI_ID= {19503e42-ca3c-4c27-b1e2-9cdb2170ee34} XPI_NUM= 220 -NO_STAGE= yes .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include Modified: head/www/xpi-flatbmark/Makefile ============================================================================== --- head/www/xpi-flatbmark/Makefile Sun Jan 26 15:08:55 2014 (r341202) +++ head/www/xpi-flatbmark/Makefile Sun Jan 26 15:09:17 2014 (r341203) @@ -15,6 +15,5 @@ XPI_ID= {5362CD9D-AC69-43e5-8E7D-92EDE5 XPI_FILES= chrome/flatbmark.jar install.rdf chrome.manifest XPI_DIRS= chrome -NO_STAGE= yes .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include Modified: head/www/xpi-forecastfox/Makefile ============================================================================== --- head/www/xpi-forecastfox/Makefile Sun Jan 26 15:08:55 2014 (r341202) +++ head/www/xpi-forecastfox/Makefile Sun Jan 26 15:09:17 2014 (r341203) @@ -15,6 +15,5 @@ XPI_NUM= 398 XPI_FILES= chrome/forecastfox.jar chrome.manifest icon.png install.rdf XPI_DIRS= chrome -NO_STAGE= yes .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include