ports/163552: www/xpi-jsview: make it working with new firefox version

Barbara barbara.xxx1975 at libero.it
Fri Dec 23 01:50:10 UTC 2011


>Number:         163552
>Category:       ports
>Synopsis:       www/xpi-jsview: 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:09 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 at satanasso.local.net:/usr/obj/usr/src/sys/SATANASSO  i386

>Description:
Make www/xpi-jsview working with new firefox version from ports
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2011-11-12 18:52:12.000000000 +0100
+++ Makefile	2011-12-23 02:28:46.000000000 +0100
@@ -7,6 +7,7 @@
 
 PORTNAME=	jsview
 PORTVERSION=	2.0.8
+PORTREVISION=	1
 DISTVERSIONSUFFIX=	-fx+sm
 CATEGORIES=	www
 
@@ -23,4 +24,8 @@
 XPI_DIRS=	chrome defaults/preferences defaults
 
 .include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
+
+post-patch:
+	@${FIND} ${WRKSRC} -name \*.orig -exec ${RM} \{} \;
+
 .include <bsd.port.mk>
--- files/patch-install.rdf.orig	1970-01-01 01:00:00.000000000 +0100
+++ files/patch-install.rdf	2011-12-23 02:05:24.000000000 +0100
@@ -0,0 +1,11 @@
+--- install.rdf.orig	2011-09-28 00:41:20.000000000 +0200
++++ install.rdf	2011-12-23 02:05:15.000000000 +0100
+@@ -54,7 +54,7 @@
+ 			<Description>
+ 				<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
+ 				<em:minVersion>2.0</em:minVersion>
+-				<em:maxVersion>9.0a1</em:maxVersion>
++				<em:maxVersion>99.*</em:maxVersion>
+ 			</Description>
+ 		</em:targetApplication>
+ 


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list