From owner-svn-ports-all@FreeBSD.ORG Sat Sep 21 12:18:12 2013 Return-Path: Delivered-To: svn-ports-all@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 ESMTP id 5013537B; Sat, 21 Sep 2013 12:18:12 +0000 (UTC) (envelope-from flo@FreeBSD.org) 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 238A52C5F; Sat, 21 Sep 2013 12:18:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8LCICcU085041; Sat, 21 Sep 2013 12:18:12 GMT (envelope-from flo@svn.freebsd.org) Received: (from flo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8LCIB90085035; Sat, 21 Sep 2013 12:18:11 GMT (envelope-from flo@svn.freebsd.org) Message-Id: <201309211218.r8LCIB90085035@svn.freebsd.org> From: Florian Smeets Date: Sat, 21 Sep 2013 12:18:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327811 - head/www/xpi-greasemonkey X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Sep 2013 12:18:12 -0000 Author: flo Date: Sat Sep 21 12:18:11 2013 New Revision: 327811 URL: http://svnweb.freebsd.org/changeset/ports/327811 Log: Update to 1.12 Modified: head/www/xpi-greasemonkey/Makefile head/www/xpi-greasemonkey/distinfo head/www/xpi-greasemonkey/pkg-plist Modified: head/www/xpi-greasemonkey/Makefile ============================================================================== --- head/www/xpi-greasemonkey/Makefile Sat Sep 21 12:12:51 2013 (r327810) +++ head/www/xpi-greasemonkey/Makefile Sat Sep 21 12:18:11 2013 (r327811) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= greasemonkey -PORTVERSION= 1.10 +PORTVERSION= 1.12 DISTVERSIONSUFFIX= -fx CATEGORIES= www Modified: head/www/xpi-greasemonkey/distinfo ============================================================================== --- head/www/xpi-greasemonkey/distinfo Sat Sep 21 12:12:51 2013 (r327810) +++ head/www/xpi-greasemonkey/distinfo Sat Sep 21 12:18:11 2013 (r327811) @@ -1,2 +1,2 @@ -SHA256 (xpi/greasemonkey-1.10-fx.xpi) = cd0ae794fc995b8924ccda4a8c8771e9d4945a179b23447f032109f29564345f -SIZE (xpi/greasemonkey-1.10-fx.xpi) = 275262 +SHA256 (xpi/greasemonkey-1.12-fx.xpi) = 666f94126c93081981ca725391df5bc1c2480cc1e61ebe367c516dab02471152 +SIZE (xpi/greasemonkey-1.12-fx.xpi) = 282570 Modified: head/www/xpi-greasemonkey/pkg-plist ============================================================================== --- head/www/xpi-greasemonkey/pkg-plist Sat Sep 21 12:12:51 2013 (r327810) +++ head/www/xpi-greasemonkey/pkg-plist Sat Sep 21 12:18:11 2013 (r327811) @@ -22,6 +22,7 @@ %%XPI_XPIDIR%%/content/newscript.xul %%XPI_XPIDIR%%/content/options.js %%XPI_XPIDIR%%/content/options.xul +%%XPI_XPIDIR%%/content/scratchpad-overlay.js %%XPI_XPIDIR%%/content/scratchpad-overlay.xul %%XPI_XPIDIR%%/content/scriptprefs.js %%XPI_XPIDIR%%/content/scriptprefs.xul @@ -259,6 +260,7 @@ %%XPI_XPIDIR%%/modules/util/alert.js %%XPI_XPIDIR%%/modules/util/anonWrap.js %%XPI_XPIDIR%%/modules/util/apiLeakCheck.js +%%XPI_XPIDIR%%/modules/util/checkCoralCache.js %%XPI_XPIDIR%%/modules/util/compareFirefoxVersion.js %%XPI_XPIDIR%%/modules/util/emptyEl.js %%XPI_XPIDIR%%/modules/util/getBinaryContents.js