From owner-svn-ports-head@FreeBSD.ORG Sun Jan 26 15:11:23 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 9D279557; Sun, 26 Jan 2014 15:11:23 +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 6F0C31F0D; Sun, 26 Jan 2014 15:11:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0QFBNDh091787; Sun, 26 Jan 2014 15:11:23 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0QFBM1B091781; Sun, 26 Jan 2014 15:11:22 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201401261511.s0QFBM1B091781@svn.freebsd.org> From: Martin Wilke Date: Sun, 26 Jan 2014 15:11:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341210 - in head/www: xpi-jsview xpi-jv xpi-leechblock xpi-linkification xpi-live_http_headers 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:11:23 -0000 Author: miwi Date: Sun Jan 26 15:11:22 2014 New Revision: 341210 URL: http://svnweb.freebsd.org/changeset/ports/341210 QAT: https://qat.redports.org/buildarchive/r341210/ Log: - Stage support Modified: head/www/xpi-jsview/Makefile head/www/xpi-jv/Makefile head/www/xpi-leechblock/Makefile head/www/xpi-linkification/Makefile head/www/xpi-live_http_headers/Makefile Modified: head/www/xpi-jsview/Makefile ============================================================================== --- head/www/xpi-jsview/Makefile Sun Jan 26 15:10:59 2014 (r341209) +++ head/www/xpi-jsview/Makefile Sun Jan 26 15:11:22 2014 (r341210) @@ -19,7 +19,6 @@ XPI_NUM= 2076 XPI_FILES= chrome/jsview.jar chrome.manifest defaults/preferences/jsview.js install.js install.rdf XPI_DIRS= chrome defaults/preferences defaults -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|9\.0a1<|99.*<|' ${WRKSRC}/install.rdf Modified: head/www/xpi-jv/Makefile ============================================================================== --- head/www/xpi-jv/Makefile Sun Jan 26 15:10:59 2014 (r341209) +++ head/www/xpi-jv/Makefile Sun Jan 26 15:11:22 2014 (r341210) @@ -20,7 +20,6 @@ XPI_DIRS= chrome \ REINPLACE_ARGS= -i "" -NO_STAGE= yes post-patch: @${REINPLACE_CMD} "/em:maxVersion/s/3\.5\.\*/3.6.*/" ${WRKSRC}/install.rdf Modified: head/www/xpi-leechblock/Makefile ============================================================================== --- head/www/xpi-leechblock/Makefile Sun Jan 26 15:10:59 2014 (r341209) +++ head/www/xpi-leechblock/Makefile Sun Jan 26 15:11:22 2014 (r341210) @@ -12,6 +12,5 @@ COMMENT= Blocks time-wasting sites XPI_ID= {a95d8332-e4b4-6e7f-98ac-20b733364387} XPI_NUM= 4476 -NO_STAGE= yes .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include Modified: head/www/xpi-linkification/Makefile ============================================================================== --- head/www/xpi-linkification/Makefile Sun Jan 26 15:10:59 2014 (r341209) +++ head/www/xpi-linkification/Makefile Sun Jan 26 15:11:22 2014 (r341210) @@ -15,6 +15,5 @@ XPI_FILES= chrome/linkification.jar chro install.js install.rdf XPI_DIRS= chrome defaults/preferences defaults -NO_STAGE= yes .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include Modified: head/www/xpi-live_http_headers/Makefile ============================================================================== --- head/www/xpi-live_http_headers/Makefile Sun Jan 26 15:10:59 2014 (r341209) +++ head/www/xpi-live_http_headers/Makefile Sun Jan 26 15:11:22 2014 (r341210) @@ -34,7 +34,6 @@ XPI_DIRS= chrome/icons/default \ USE_DOS2UNIX= yes DOS2UNIX_REGEX= .*\.(js|rdf|txt) -NO_STAGE= yes post-patch: @${FIND} ${WRKSRC} -name \*.orig -exec ${RM} \{} \;