From owner-svn-ports-head@FreeBSD.ORG Sun Jan 26 15:12:43 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 D8DAF7EB; Sun, 26 Jan 2014 15:12:43 +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 A82691F21; Sun, 26 Jan 2014 15:12:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0QFChZk092358; Sun, 26 Jan 2014 15:12:43 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0QFCgvF092353; Sun, 26 Jan 2014 15:12:42 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201401261512.s0QFCgvF092353@svn.freebsd.org> From: Martin Wilke Date: Sun, 26 Jan 2014 15:12:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341213 - in head/www: xpi-pdf_download xpi-pencil xpi-pentadactyl xpi-permatabs xpi-prism 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:12:43 -0000 Author: miwi Date: Sun Jan 26 15:12:42 2014 New Revision: 341213 URL: http://svnweb.freebsd.org/changeset/ports/341213 QAT: https://qat.redports.org/buildarchive/r341213/ Log: - Stage support Modified: head/www/xpi-pdf_download/Makefile head/www/xpi-pencil/Makefile head/www/xpi-pentadactyl/Makefile head/www/xpi-permatabs/Makefile head/www/xpi-prism/Makefile Modified: head/www/xpi-pdf_download/Makefile ============================================================================== --- head/www/xpi-pdf_download/Makefile Sun Jan 26 15:12:21 2014 (r341212) +++ head/www/xpi-pdf_download/Makefile Sun Jan 26 15:12:42 2014 (r341213) @@ -15,6 +15,5 @@ XPI_FILES= chrome/pdfdownload.jar chrome defaults/preferences/prefs.js XPI_DIRS= chrome defaults/preferences defaults -NO_STAGE= yes .include "../xpi-adblock/Makefile.xpi" .include Modified: head/www/xpi-pencil/Makefile ============================================================================== --- head/www/xpi-pencil/Makefile Sun Jan 26 15:12:21 2014 (r341212) +++ head/www/xpi-pencil/Makefile Sun Jan 26 15:12:42 2014 (r341213) @@ -14,6 +14,5 @@ COMMENT= Firefox addon to do GUI prototy XPI_DISTNAME= Pencil XPI_ID= pencil@evolus.vn -NO_STAGE= yes .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include Modified: head/www/xpi-pentadactyl/Makefile ============================================================================== --- head/www/xpi-pentadactyl/Makefile Sun Jan 26 15:12:21 2014 (r341212) +++ head/www/xpi-pentadactyl/Makefile Sun Jan 26 15:12:42 2014 (r341213) @@ -13,6 +13,5 @@ COMMENT= Firefox for Vim and Links addic XPI_NUM= 235854 XPI_ID= pentadactyl@dactyl.googlecode.com -NO_STAGE= yes .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include Modified: head/www/xpi-permatabs/Makefile ============================================================================== --- head/www/xpi-permatabs/Makefile Sun Jan 26 15:12:21 2014 (r341212) +++ head/www/xpi-permatabs/Makefile Sun Jan 26 15:12:42 2014 (r341213) @@ -12,6 +12,5 @@ COMMENT= Turn tabs of your choice into p XPI_ID= {20291fcc-1471-46c8-8213-0911f5ce6d65} XPI_NUM= 2558 -NO_STAGE= yes .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include Modified: head/www/xpi-prism/Makefile ============================================================================== --- head/www/xpi-prism/Makefile Sun Jan 26 15:12:21 2014 (r341212) +++ head/www/xpi-prism/Makefile Sun Jan 26 15:12:42 2014 (r341213) @@ -11,6 +11,5 @@ COMMENT= Create Prism applications direc XPI_ID= refractor@developer.mozilla.org -NO_STAGE= yes .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include