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

(-)xpi-modify_headers/Makefile (-3 / +7 lines)
Lines 6-14 Link Here
6
#
6
#
7
7
8
PORTNAME=	modify_headers
8
PORTNAME=	modify_headers
9
PORTVERSION=	0.7.0.2
9
PORTVERSION=	0.7.1.1
10
DISTVERSIONSUFFIX=	-fx+sm
10
DISTVERSIONSUFFIX=	-fx
11
PORTREVISION=	1
12
CATEGORIES=	www
11
CATEGORIES=	www
13
12
14
MAINTAINER=	kamikaze@bsdforen.de
13
MAINTAINER=	kamikaze@bsdforen.de
Lines 25-30 Link Here
25
		chrome/content/export.js \
24
		chrome/content/export.js \
26
		chrome/content/exportimport.js \
25
		chrome/content/exportimport.js \
27
		chrome/content/exportwizard.xul \
26
		chrome/content/exportwizard.xul \
27
		chrome/content/icons/ModifyHeaders-16.png \
28
		chrome/content/icons/ModifyHeaders-32.png \
29
		chrome/content/icons/ModifyHeaders-48.png \
30
		chrome/content/icons/ModifyHeaders-grey-16.png \
31
		chrome/content/icons/ModifyHeaders-grey-32.png \
28
		chrome/content/icons/badge.png \
32
		chrome/content/icons/badge.png \
29
		chrome/content/icons/bug.png \
33
		chrome/content/icons/bug.png \
30
		chrome/content/icons/first-aid-kit.png \
34
		chrome/content/icons/first-aid-kit.png \
(-)xpi-modify_headers/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (xpi/modify_headers-0.7.0.2-fx+sm.xpi) = 4a61b601e06a22aaf12c0a79a13749bd24f0d7eb50f2e69631eddcbce6488c12
1
SHA256 (xpi/modify_headers-0.7.1.1-fx.xpi) = 9386d82c79742070df7e566a6530885a98b10e627715112c02790188915f1041
2
SIZE (xpi/modify_headers-0.7.0.2-fx+sm.xpi) = 49723
2
SIZE (xpi/modify_headers-0.7.1.1-fx.xpi) = 61705
(-)xpi-modify_headers/files/patch-install.rdf (-11 lines)
Lines 1-11 Link Here
1
--- install.rdf.orig	2011-07-03 23:37:16.000000000 +0200
2
+++ install.rdf	2011-07-03 23:37:28.000000000 +0200
3
@@ -21,7 +21,7 @@
4
             <Description>
5
                 <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
6
                 <em:minVersion>3.6</em:minVersion>
7
-                <em:maxVersion>4.0.*</em:maxVersion>
8
+                <em:maxVersion>6.*</em:maxVersion>
9
             </Description>
10
         </em:targetApplication>
11

Return to bug 163503