From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 1 10:30:11 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 183C71065674 for ; Thu, 1 Jul 2010 10:30:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E72C28FC1B for ; Thu, 1 Jul 2010 10:30:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o61AUA21036709 for ; Thu, 1 Jul 2010 10:30:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o61AUA2i036706; Thu, 1 Jul 2010 10:30:10 GMT (envelope-from gnats) Resent-Date: Thu, 1 Jul 2010 10:30:10 GMT Resent-Message-Id: <201007011030.o61AUA2i036706@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, Lapo Luchini Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6344B1065670 for ; Thu, 1 Jul 2010 10:24:48 +0000 (UTC) (envelope-from lapo@lapo.it) Received: from andxor.it (relay.andxor.it [195.223.2.3]) by mx1.freebsd.org (Postfix) with SMTP id ADE118FC22 for ; Thu, 1 Jul 2010 10:24:46 +0000 (UTC) Received: (qmail 9741 invoked from network); 1 Jul 2010 10:24:43 -0000 Received: from unknown (HELO lapo.andxor.it) (192.168.2.22) by andxor.it with SMTP; 1 Jul 2010 10:24:43 -0000 Received: from lapo.andxor.it (localhost.andxor.it [127.0.0.1]) by lapo.andxor.it (8.14.3/8.14.3) with ESMTP id o61AOhEx062740; Thu, 1 Jul 2010 12:24:43 +0200 (CEST) (envelope-from lapo@lapo.andxor.it) Received: (from lapo@localhost) by lapo.andxor.it (8.14.3/8.14.3/Submit) id o61AOhTd062739; Thu, 1 Jul 2010 12:24:43 +0200 (CEST) (envelope-from lapo) Message-Id: <201007011024.o61AOhTd062739@lapo.andxor.it> Date: Thu, 1 Jul 2010 12:24:43 +0200 (CEST) From: Lapo Luchini To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Lapo Luchini , miwi@FreeBSD.org Subject: ports/148282: [PATCH] www/xpi-tabmixplus: fix XPI_ID 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: Thu, 01 Jul 2010 10:30:11 -0000 >Number: 148282 >Category: ports >Synopsis: [PATCH] www/xpi-tabmixplus: fix XPI_ID >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jul 01 10:30:10 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Lapo Luchini >Release: FreeBSD 8.0-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD lapo.andxor.it 8.0-RELEASE-p3 FreeBSD 8.0-RELEASE-p3 #0: Tue May 25 20:54:11 UTC 2010 >Description: This Makefile contains the wrong XPI_ID, which was probably generated by `make xpi-gen` due to the bug described (and patched) in PR ports/126876. Fortunately, this is currently the *only* port that gave been bitten by that bug, so there is no conflict in installation directories (since the XPI_ID is used in the path and that bug produces almost always the same XPI_ID, the one of the "Firefox" application itself). Port maintainer (miwi@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- xpi-tabmixplus-0.3.8.3_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/www/xpi-tabmixplus/Makefile /usr/home/lapo/ports/xpi-tabmixplus/Makefile --- /usr/ports/www/xpi-tabmixplus/Makefile 2010-06-05 19:07:36.000000000 +0200 +++ /usr/home/lapo/ports/xpi-tabmixplus/Makefile 2010-07-01 12:15:31.000000000 +0200 @@ -8,6 +8,7 @@ PORTNAME= tabmixplus DISTVERSION= 0.3.8.3 DISTVERSIONSUFFIX= -fx +PORTREVISION= 1 CATEGORIES= www MAINTAINER= miwi@FreeBSD.org @@ -15,7 +16,7 @@ XPI_DISTNAME= tab_mix_plus XPI_NUM= 1122 -XPI_ID= {ec8030f7-c20a-464f-9b0e-13a3a9e97384} +XPI_ID= {dc572301-7619-498c-a57d-39143191b318} XPI_FILES= chrome/tabmixplus.jar chrome.manifest \ defaults/preferences/tabmix.js install.rdf \ icon.png Files /usr/ports/www/xpi-tabmixplus/xpi-tabmixplus-0.3.8.3_1.tbz and /usr/home/lapo/ports/xpi-tabmixplus/xpi-tabmixplus-0.3.8.3_1.tbz differ --- xpi-tabmixplus-0.3.8.3_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: