View | Details | Raw Unified | Return to bug 163552
Collapse All | Expand All

(-)Makefile (+5 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	jsview
8
PORTNAME=	jsview
9
PORTVERSION=	2.0.8
9
PORTVERSION=	2.0.8
10
PORTREVISION=	1
10
DISTVERSIONSUFFIX=	-fx+sm
11
DISTVERSIONSUFFIX=	-fx+sm
11
CATEGORIES=	www
12
CATEGORIES=	www
12
13
Lines 23-26 Link Here
23
XPI_DIRS=	chrome defaults/preferences defaults
24
XPI_DIRS=	chrome defaults/preferences defaults
24
25
25
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
26
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
27
28
post-patch:
29
	@${FIND} ${WRKSRC} -name \*.orig -exec ${RM} \{} \;
30
26
.include <bsd.port.mk>
31
.include <bsd.port.mk>
(-)files/patch-install.rdf (+11 lines)
Line 0 Link Here
1
--- install.rdf.orig	2011-09-28 00:41:20.000000000 +0200
2
+++ install.rdf	2011-12-23 02:05:15.000000000 +0100
3
@@ -54,7 +54,7 @@
4
 			<Description>
5
 				<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
6
 				<em:minVersion>2.0</em:minVersion>
7
-				<em:maxVersion>9.0a1</em:maxVersion>
8
+				<em:maxVersion>99.*</em:maxVersion>
9
 			</Description>
10
 		</em:targetApplication>
11

Return to bug 163552