From owner-freebsd-gecko@FreeBSD.ORG Mon Feb 13 00:27:50 2012 Return-Path: Delivered-To: gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6C0651065670 for ; Mon, 13 Feb 2012 00:27:50 +0000 (UTC) (envelope-from pgollucci@frieza.p6m7g8.net) Received: from frieza.p6m7g8.net (wsip-174-79-184-239.dc.dc.cox.net [174.79.184.239]) by mx1.freebsd.org (Postfix) with ESMTP id 28C948FC0A for ; Mon, 13 Feb 2012 00:27:49 +0000 (UTC) Received: from frieza.p6m7g8.net (localhost [127.0.0.1]) by frieza.p6m7g8.net (8.14.5/8.14.4) with ESMTP id q1CNwvWu052458; Sun, 12 Feb 2012 23:58:57 GMT (envelope-from pgollucci@frieza.p6m7g8.net) Received: (from pgollucci@localhost) by frieza.p6m7g8.net (8.14.5/8.14.5/Submit) id q1CNwvXq052455; Sun, 12 Feb 2012 23:58:57 GMT (envelope-from pgollucci) Date: Sun, 12 Feb 2012 23:58:57 GMT Message-Id: <201202122358.q1CNwvXq052455@frieza.p6m7g8.net> To: FreeBSD-gnats-submit@freebsd.org From: "Philip M. Gollucci" X-send-pr-version: 3.113 X-GNATS-Notify: Cc: gecko@freebsd.org Subject: [PATCH] www/xpi-downthemall: update to 2.0.13 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 00:27:50 -0000 >Submitter-Id: current-users >Originator: Philip M. Gollucci >Organization: RideCharge Inc / TaxiMagic >Confidential: no >Synopsis: [PATCH] www/xpi-downthemall: update to 2.0.13 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 9.0-RELEASE amd64 >Environment: System: FreeBSD frieza.p6m7g8.net 9.0-RELEASE FreeBSD 9.0-RELEASE #1 r230510M: Wed Feb 27 17:41:35 UTC >Description: - Update to 2.0.13 Port maintainer (gecko@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- xpi-downthemall-2.0.13.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/xpi-downthemall/Makefile,v retrieving revision 1.30 diff -u -u -r1.30 Makefile --- Makefile 28 Jan 2012 10:18:54 -0000 1.30 +++ Makefile 12 Feb 2012 23:36:02 -0000 @@ -6,7 +6,7 @@ # PORTNAME= downthemall -PORTVERSION= 2.0.12 +PORTVERSION= 2.0.13 DISTVERSIONSUFFIX= -fx+sm CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED} Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/xpi-downthemall/distinfo,v retrieving revision 1.24 diff -u -u -r1.24 distinfo --- distinfo 28 Jan 2012 10:18:54 -0000 1.24 +++ distinfo 12 Feb 2012 23:36:02 -0000 @@ -1,2 +1,2 @@ -SHA256 (xpi/downthemall-2.0.12-fx+sm.xpi) = ffef5fa2d146fcf0a1c10f7f4ca7f2a1359c3e940cc8d0f67d762fddea07e469 -SIZE (xpi/downthemall-2.0.12-fx+sm.xpi) = 700460 +SHA256 (xpi/downthemall-2.0.13-fx+sm.xpi) = 323f59a240dedb53e43a6701cd64a362c98c8536731493d5a82517e6cdec7c0c +SIZE (xpi/downthemall-2.0.13-fx+sm.xpi) = 709293 --- xpi-downthemall-2.0.13.patch ends here ---