From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 2 16:40:17 2007 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8EE6616A40A for ; Fri, 2 Feb 2007 16:40:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 69E3413C4B2 for ; Fri, 2 Feb 2007 16:40:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l12GeHG3029552 for ; Fri, 2 Feb 2007 16:40:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l12GeHhm029551; Fri, 2 Feb 2007 16:40:17 GMT (envelope-from gnats) Resent-Date: Fri, 2 Feb 2007 16:40:17 GMT Resent-Message-Id: <200702021640.l12GeHhm029551@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Simon Olofsson" Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 47A6B16A403 for ; Fri, 2 Feb 2007 16:39:27 +0000 (UTC) (envelope-from simon@olofsson.de) Received: from mail-in-01.arcor-online.net (mail-in-01.arcor-online.net [151.189.21.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8102A13C428 for ; Fri, 2 Feb 2007 16:39:26 +0000 (UTC) (envelope-from simon@olofsson.de) Received: from mail-in-03-z2.arcor-online.net (mail-in-03-z2.arcor-online.net [151.189.8.15]) by mail-in-01.arcor-online.net (Postfix) with ESMTP id 6D80F15B79B; Fri, 2 Feb 2007 17:39:18 +0100 (CET) Received: from mail-in-05.arcor-online.net (mail-in-05.arcor-online.net [151.189.21.45]) by mail-in-03-z2.arcor-online.net (Postfix) with ESMTP id 585A92D36F1; Fri, 2 Feb 2007 17:39:18 +0100 (CET) Received: from gul.lan.gath3n.de (dslb-084-060-189-053.pools.arcor-ip.net [84.60.189.53]) by mail-in-05.arcor-online.net (Postfix) with SMTP id E48601C3210; Fri, 2 Feb 2007 17:39:17 +0100 (CET) Received: by gul.lan.gath3n.de (sSMTP sendmail emulation); Fri, 2 Feb 2007 17:39:17 +0100 Message-Id: <20070202163917.E48601C3210@mail-in-05.arcor-online.net> Date: Fri, 2 Feb 2007 17:39:17 +0100 From: "Simon Olofsson" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: chinsan@FreeBSD.org Subject: ports/108690: [PATCH] www/xpi-web_developer: update to 1.1.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Feb 2007 16:40:17 -0000 >Number: 108690 >Category: ports >Synopsis: [PATCH] www/xpi-web_developer: update to 1.1.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Feb 02 16:40:16 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Simon Olofsson >Release: FreeBSD 6.2-STABLE i386 >Organization: >Environment: System: FreeBSD gul.lan.gath3n.de 6.2-STABLE FreeBSD 6.2-STABLE #44: Wed Jan 31 20:07:12 CET 2007 >Description: - Update to 1.1.3 Port maintainer (chinsan@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- xpi-web_developer-1.1.3.patch begins here --- diff -ruN -ruN --exclude=CVS /usr/ports/www/xpi-web_developer/Makefile /usr/home/simon/ports/www/xpi-web_developer/Makefile --- /usr/ports/www/xpi-web_developer/Makefile Wed Nov 22 08:39:45 2006 +++ /usr/home/simon/ports/www/xpi-web_developer/Makefile Fri Feb 2 17:24:34 2007 @@ -6,8 +6,7 @@ # PORTNAME= web_developer -PORTVERSION= 1.0.2 -PORTREVISION= 1 +PORTVERSION= 1.1.3 DISTVERSIONSUFFIX= -fx+fl CATEGORIES= www @@ -18,9 +17,6 @@ XPI_FILES= chrome/webdeveloper.jar chrome.manifest install.js \ install.rdf license.txt XPI_DIRS= chrome - -post-patch: - @${REINPLACE_CMD} -i '' -e '/13a3a9e97384/n;s|1\.5\.0\.\*|2.0.0.*|' ${WRKSRC}/install.rdf .include "../xpi-adblock/Makefile.xpi" .include diff -ruN -ruN --exclude=CVS /usr/ports/www/xpi-web_developer/distinfo /usr/home/simon/ports/www/xpi-web_developer/distinfo --- /usr/ports/www/xpi-web_developer/distinfo Sun May 7 15:02:13 2006 +++ /usr/home/simon/ports/www/xpi-web_developer/distinfo Fri Feb 2 17:25:03 2007 @@ -1,3 +1,3 @@ -MD5 (xpi/web_developer-1.0.2-fx+fl.xpi) = ed530fc64106089d817048119e1e41cf -SHA256 (xpi/web_developer-1.0.2-fx+fl.xpi) = deaf6c3219745ea53a22e9b06cbc26de9b088ab42b816c01d0451ebc83b6357e -SIZE (xpi/web_developer-1.0.2-fx+fl.xpi) = 148819 +MD5 (xpi/web_developer-1.1.3-fx+fl.xpi) = a433b9662580c1202e6a1e1510b44139 +SHA256 (xpi/web_developer-1.1.3-fx+fl.xpi) = 541cf1afe5847eccde561e3bf69d717c2d0ec51aef5e82252d616c11d5103edf +SIZE (xpi/web_developer-1.1.3-fx+fl.xpi) = 177646 --- xpi-web_developer-1.1.3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: