View | Details | Raw Unified | Return to bug 155910 | Differences between
and this patch

Collapse All | Expand All

(-)xpi-modify_headers/Makefile (-4 / +42 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	modify_headers
8
PORTNAME=	modify_headers
9
PORTVERSION=	0.6.8
9
PORTVERSION=	0.7.0.2
10
DISTVERSIONSUFFIX=	-fx+sm+mz
10
DISTVERSIONSUFFIX=	-fx+sm
11
CATEGORIES=	www
11
CATEGORIES=	www
12
12
13
MAINTAINER=	kamikaze@bsdforen.de
13
MAINTAINER=	kamikaze@bsdforen.de
Lines 17-31 Link Here
17
XPI_ID=		{b749fc7c-e949-447f-926c-3f4eed6accfe}
17
XPI_ID=		{b749fc7c-e949-447f-926c-3f4eed6accfe}
18
18
19
XPI_FILES=	chrome.manifest \
19
XPI_FILES=	chrome.manifest \
20
		chrome/modifyheaders.jar \
20
		chrome/content/bindings/bindings.xml \
21
		chrome/content/contents.rdf \
22
		chrome/content/disabled.gif \
23
		chrome/content/enabled.gif \
24
		chrome/content/export.js \
25
		chrome/content/exportimport.js \
26
		chrome/content/exportwizard.xul \
27
		chrome/content/icons/badge.png \
28
		chrome/content/icons/bug.png \
29
		chrome/content/icons/first-aid-kit.png \
30
		chrome/content/icons/globe.png \
31
		chrome/content/icons/info.png \
32
		chrome/content/icons/star.png \
33
		chrome/content/icons/thumbs-up.png \
34
		chrome/content/icons/tools.png \
35
		chrome/content/icons/twitter.png \
36
		chrome/content/icons/user.png \
37
		chrome/content/import.js \
38
		chrome/content/importwizard.xul \
39
		chrome/content/modifyheaders.css \
40
		chrome/content/modifyheaders.js \
41
		chrome/content/preferences-tab.xul \
42
		chrome/content/preferences.js \
43
		chrome/content/preferences.xul \
44
		chrome/content/prefs-about.xul \
45
		chrome/content/prefs-headers.xul \
46
		chrome/content/prefs-options.xul \
47
		chrome/content/toolsOverlay.xul \
48
		chrome/locale/en-US/modifyheaders.dtd \
49
		chrome/locale/en-US/modifyheaders.properties \
21
		components/mhIHeader.xpt \
50
		components/mhIHeader.xpt \
51
		components/modifyheaders-autocomplete.js \
22
		components/modifyheaders-service.js \
52
		components/modifyheaders-service.js \
23
		components/nsIModifyheaders.xpt \
53
		components/nsIModifyheaders.xpt \
54
		defaults/preferences/defaults.js \
24
		install.js \
55
		install.js \
25
		install.rdf
56
		install.rdf
26
57
27
XPI_DIRS=	chrome \
58
XPI_DIRS=	chrome \
28
		components
59
		chrome/content \
60
		chrome/content/bindings \
61
		chrome/content/icons \
62
		chrome/locale \
63
		chrome/locale/en-US \
64
		components \
65
		defaults \
66
		defaults/preferences
29
67
30
.include "../xpi-adblock/Makefile.xpi"
68
.include "../xpi-adblock/Makefile.xpi"
31
.include <bsd.port.mk>
69
.include <bsd.port.mk>
(-)xpi-modify_headers/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (xpi/modify_headers-0.6.8-fx+sm+mz.xpi) = bec9150a94b488e4d67df98ad76306fb246b103843e8fbfc1de786da42c355fc
1
SHA256 (xpi/modify_headers-0.7.0.2-fx+sm.xpi) = 4a61b601e06a22aaf12c0a79a13749bd24f0d7eb50f2e69631eddcbce6488c12
2
SIZE (xpi/modify_headers-0.6.8-fx+sm+mz.xpi) = 74883
2
SIZE (xpi/modify_headers-0.7.0.2-fx+sm.xpi) = 49723

Return to bug 155910