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

(-)Makefile (-5 / +4 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	server_spy
8
PORTNAME=	server_spy
9
PORTVERSION=	0.2.1
9
PORTVERSION=	0.2.1
10
PORTREVISION=	1
10
DISTVERSIONSUFFIX=	-fx
11
DISTVERSIONSUFFIX=	-fx
11
CATEGORIES=	www
12
CATEGORIES=	www
12
13
Lines 46-56 Link Here
46
		chrome/chromeFiles/locale \
47
		chrome/chromeFiles/locale \
47
		chrome/chromeFiles/content chrome/chromeFiles chrome
48
		chrome/chromeFiles/content chrome/chromeFiles chrome
48
49
49
post-patch:
50
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
50
	@${REINPLACE_CMD} -e 's|4\.0b8pre|8.*|' ${WRKSRC}/install.rdf
51
51
52
pre-install:
52
:post-patch
53
	@${RM} -f ${WRKSRC}/install.rdf.bak
53
	@${FIND} ${WRKSRC} -name \*.orig -exec ${RM} \{} \;
54
54
55
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
56
.include <bsd.port.mk>
55
.include <bsd.port.mk>
(-)files/patch-install.rdf (+11 lines)
Line 0 Link Here
1
--- install.rdf.orig	2010-11-15 16:52:49.000000000 +0100
2
+++ install.rdf	2011-12-23 02:07:11.000000000 +0100
3
@@ -14,7 +14,7 @@
4
       <Description>
5
         <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
6
         <em:minVersion>3.6</em:minVersion>
7
-        <em:maxVersion>4.0b8pre</em:maxVersion>
8
+        <em:maxVersion>99.*</em:maxVersion>
9
       </Description>
10
     </em:targetApplication>
11

Return to bug 163553