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

(-)Makefile (-1 / +5 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	flashblock
8
PORTNAME=	flashblock
9
PORTVERSION=	1.5.15.1
9
PORTVERSION=	1.5.15.1
10
PORTREVISION=	1
10
PORTREVISION=	2
11
DISTVERSIONSUFFIX=	-fx
11
DISTVERSIONSUFFIX=	-fx
12
CATEGORIES=	www
12
CATEGORIES=	www
13
13
Lines 22-25 Link Here
22
XPI_DIRS=	chrome defaults/preferences defaults
22
XPI_DIRS=	chrome defaults/preferences defaults
23
23
24
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
24
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
25
26
post-patch:
27
	@${FIND} ${WRKSRC} -name \*.orig -exec ${RM} \{} \;
28
25
.include <bsd.port.mk>
29
.include <bsd.port.mk>
(-)files/patch-install.rdf (+11 lines)
Line 0 Link Here
1
--- install.rdf.orig	2011-07-17 03:39:58.000000000 +0200
2
+++ install.rdf	2011-12-23 02:00:00.000000000 +0100
3
@@ -27,7 +27,7 @@
4
             <Description>
5
                 <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
6
                 <em:minVersion>3.0</em:minVersion>
7
-                <em:maxVersion>8.0</em:maxVersion>
8
+                <em:maxVersion>99.*</em:maxVersion>
9
             </Description>
10
         </em:targetApplication>
11

Return to bug 163551