From owner-svn-ports-head@FreeBSD.ORG Sun Jan 26 15:07:53 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 5FCD5C02; Sun, 26 Jan 2014 15:07:53 +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 310DD1E7F; Sun, 26 Jan 2014 15:07:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0QF7rPf087474; Sun, 26 Jan 2014 15:07:53 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0QF7qoJ087469; Sun, 26 Jan 2014 15:07:52 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201401261507.s0QF7qoJ087469@svn.freebsd.org> From: Martin Wilke Date: Sun, 26 Jan 2014 15:07:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341200 - in head/www: xpi-deepestsender xpi-default_full_zoom_level xpi-delicious xpi-downthemall xpi-errorzilla 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:07:53 -0000 Author: miwi Date: Sun Jan 26 15:07:51 2014 New Revision: 341200 URL: http://svnweb.freebsd.org/changeset/ports/341200 QAT: https://qat.redports.org/buildarchive/r341200/ Log: - Stage support Modified: head/www/xpi-deepestsender/Makefile head/www/xpi-default_full_zoom_level/Makefile head/www/xpi-delicious/Makefile head/www/xpi-downthemall/Makefile head/www/xpi-errorzilla/Makefile Modified: head/www/xpi-deepestsender/Makefile ============================================================================== --- head/www/xpi-deepestsender/Makefile Sun Jan 26 15:07:37 2014 (r341199) +++ head/www/xpi-deepestsender/Makefile Sun Jan 26 15:07:51 2014 (r341200) @@ -16,6 +16,5 @@ USE_XPI= *firefox* LICENSE= GPLv2 -NO_STAGE= yes .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include Modified: head/www/xpi-default_full_zoom_level/Makefile ============================================================================== --- head/www/xpi-default_full_zoom_level/Makefile Sun Jan 26 15:07:37 2014 (r341199) +++ head/www/xpi-default_full_zoom_level/Makefile Sun Jan 26 15:07:51 2014 (r341200) @@ -18,7 +18,6 @@ XPI_DIRS= chrome defaults/preferences de REINPLACE_ARGS= -i "" -NO_STAGE= yes post-patch: @${REINPLACE_CMD} '/em:maxVersion/s/"[^"][^"]*"/"3.6.*"/' ${WRKSRC}/install.rdf Modified: head/www/xpi-delicious/Makefile ============================================================================== --- head/www/xpi-delicious/Makefile Sun Jan 26 15:07:37 2014 (r341199) +++ head/www/xpi-delicious/Makefile Sun Jan 26 15:07:51 2014 (r341200) @@ -14,6 +14,5 @@ XPI_ID= {3c2f3d50-ec4f-11d8-9669-080020 XPI_FILES= chrome/delicious.jar defaults/preferences/delicious.js install.rdf chrome.manifest XPI_DIRS= chrome defaults/preferences defaults -NO_STAGE= yes .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include Modified: head/www/xpi-downthemall/Makefile ============================================================================== --- head/www/xpi-downthemall/Makefile Sun Jan 26 15:07:37 2014 (r341199) +++ head/www/xpi-downthemall/Makefile Sun Jan 26 15:07:51 2014 (r341200) @@ -15,6 +15,5 @@ XPI_DISTNAME= downthemall XPI_ID= {DDC359D1-844A-42a7-9AA1-88A850A938A8} -NO_STAGE= yes .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include Modified: head/www/xpi-errorzilla/Makefile ============================================================================== --- head/www/xpi-errorzilla/Makefile Sun Jan 26 15:07:37 2014 (r341199) +++ head/www/xpi-errorzilla/Makefile Sun Jan 26 15:07:51 2014 (r341200) @@ -41,6 +41,5 @@ XPI_DIRS= chrome/content/images \ defaults/preferences \ defaults -NO_STAGE= yes .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include