From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 23 01:50:10 2011 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 C590A1065678 for ; Fri, 23 Dec 2011 01:50:10 +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 9DB8F8FC1C for ; Fri, 23 Dec 2011 01:50:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id pBN1oA6q045191 for ; Fri, 23 Dec 2011 01:50:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id pBN1oAgq045184; Fri, 23 Dec 2011 01:50:10 GMT (envelope-from gnats) Resent-Date: Fri, 23 Dec 2011 01:50:10 GMT Resent-Message-Id: <201112230150.pBN1oAgq045184@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, Barbara Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 39DE1106566B for ; Fri, 23 Dec 2011 01:46:01 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 2410D8FC12 for ; Fri, 23 Dec 2011 01:46:01 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id pBN1k1pK002590 for ; Fri, 23 Dec 2011 01:46:01 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id pBN1k0VA002589; Fri, 23 Dec 2011 01:46:00 GMT (envelope-from nobody) Message-Id: <201112230146.pBN1k0VA002589@red.freebsd.org> Date: Fri, 23 Dec 2011 01:46:00 GMT From: Barbara To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/163554: www/xpi-showip: make it working with new firefox version 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, 23 Dec 2011 01:50:10 -0000 >Number: 163554 >Category: ports >Synopsis: www/xpi-showip: make it working with new firefox version >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Dec 23 01:50:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Barbara >Release: RELENG_8 >Organization: >Environment: FreeBSD satanasso.local.net 8.2-STABLE FreeBSD 8.2-STABLE #0: Sat Dec 17 20:05:39 CET 2011 root@satanasso.local.net:/usr/obj/usr/src/sys/SATANASSO i386 >Description: Make www/xpi-showip working with new firefox version from ports >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.orig 2011-11-24 16:00:59.000000000 +0100 +++ Makefile 2011-12-23 02:41:09.000000000 +0100 @@ -7,6 +7,7 @@ PORTNAME= showip PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -29,11 +30,9 @@ XPI_DIRS= chrome -post-patch: - @${REINPLACE_CMD} -e 's|5\.\*|8.*|' ${WRKSRC}/install.rdf +.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" -pre-install: - @${RM} -f ${WRKSRC}/install.rdf.bak +post-patch: + @${FIND} ${WRKSRC} -name \*.orig -exec ${RM} \{} \; -.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include --- files/patch-install.rdf.orig 1970-01-01 01:00:00.000000000 +0100 +++ files/patch-install.rdf 2011-12-23 02:08:54.000000000 +0100 @@ -0,0 +1,11 @@ +--- install.rdf.orig 2011-06-05 22:25:40.000000000 +0200 ++++ install.rdf 2011-12-23 02:08:47.000000000 +0100 +@@ -55,7 +55,7 @@ + + {ec8030f7-c20a-464f-9b0e-13a3a9e97384} + 3.0 +- 5.* ++ 99.* + + + >Release-Note: >Audit-Trail: >Unformatted: