ports/148282: [PATCH] www/xpi-tabmixplus: fix XPI_ID

Lapo Luchini lapo at lapo.it
Thu Jul 1 10:30:11 UTC 2010


>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 at 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 at 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:



More information about the freebsd-ports-bugs mailing list