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

(-)/usr/home/simon/ports/www/xpi-web_developer/Makefile (+4 lines)
Lines 8-13 Link Here
8
PORTNAME=	web_developer
8
PORTNAME=	web_developer
9
PORTVERSION=	1.0.2
9
PORTVERSION=	1.0.2
10
DISTVERSIONSUFFIX=	-fx+fl
10
DISTVERSIONSUFFIX=	-fx+fl
11
PORTREVISION=	1
11
CATEGORIES=	www
12
CATEGORIES=	www
12
13
13
MAINTAINER=	chinsan@FreeBSD.org
14
MAINTAINER=	chinsan@FreeBSD.org
Lines 17-22 Link Here
17
XPI_FILES=	chrome/webdeveloper.jar chrome.manifest install.js \
18
XPI_FILES=	chrome/webdeveloper.jar chrome.manifest install.js \
18
		install.rdf license.txt
19
		install.rdf license.txt
19
XPI_DIRS=	chrome
20
XPI_DIRS=	chrome
21
22
post-patch:
23
	@${RM} -f ${WRKSRC}/install.rdf.orig
20
24
21
.include "../xpi-adblock/Makefile.xpi"
25
.include "../xpi-adblock/Makefile.xpi"
22
.include <bsd.port.mk>
26
.include <bsd.port.mk>
(-)/usr/home/simon/ports/www/xpi-web_developer/files/patch-install.rdf (+11 lines)
Line 0 Link Here
1
--- install.rdf.orig	Tue Nov 21 22:23:23 2006
2
+++ install.rdf	Tue Nov 21 22:23:37 2006
3
@@ -23,7 +23,7 @@
4
         <em:targetApplication>
5
             <Description>
6
                 <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
7
-                <em:maxVersion>1.5.0.*</em:maxVersion>
8
+                <em:maxVersion>2.0.0.*</em:maxVersion>
9
                 <em:minVersion>1.0</em:minVersion>
10
             </Description>
11
         </em:targetApplication>

Return to bug 105726