diff options
author | arved <arved@FreeBSD.org> | 2011-07-14 22:42:11 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2011-07-14 22:42:11 +0800 |
commit | daf3a57b78794da079549c9a1c1878d5caaa9da3 (patch) | |
tree | 636c30ec33d1e084f2a7130a963cd8622c58c1a6 /www | |
parent | b492316eda150aaee7c72c80c06b93ea56a81578 (diff) | |
download | freebsd-ports-gnome-daf3a57b78794da079549c9a1c1878d5caaa9da3.tar.gz freebsd-ports-gnome-daf3a57b78794da079549c9a1c1878d5caaa9da3.tar.zst freebsd-ports-gnome-daf3a57b78794da079549c9a1c1878d5caaa9da3.zip |
Support Firefox up to version 6.x
PR: 158632
Submitted by: maintainer
Diffstat (limited to 'www')
-rw-r--r-- | www/xpi-live_http_headers/Makefile | 6 | ||||
-rw-r--r-- | www/xpi-live_http_headers/files/patch-install.rdf | 11 |
2 files changed, 17 insertions, 0 deletions
diff --git a/www/xpi-live_http_headers/Makefile b/www/xpi-live_http_headers/Makefile index 1e785c032c11..93fc86520ed3 100644 --- a/www/xpi-live_http_headers/Makefile +++ b/www/xpi-live_http_headers/Makefile @@ -8,6 +8,7 @@ PORTNAME= live_http_headers PORTVERSION= 0.17 DISTVERSIONSUFFIX= -fx+sm +PORTREVISION= 1 CATEGORIES= www PKGNAMEPREFIX= xpi- @@ -34,5 +35,10 @@ XPI_DIRS= chrome/icons/default \ defaults/preferences \ defaults +USE_DOS2UNIX= yes + +post-patch: + @${FIND} ${WRKSRC} -name \*.orig -exec ${RM} \{} \; + .include "../xpi-adblock/Makefile.xpi" .include <bsd.port.mk> diff --git a/www/xpi-live_http_headers/files/patch-install.rdf b/www/xpi-live_http_headers/files/patch-install.rdf new file mode 100644 index 000000000000..f4a10a86207a --- /dev/null +++ b/www/xpi-live_http_headers/files/patch-install.rdf @@ -0,0 +1,11 @@ +--- install.rdf.orig 2011-07-04 11:13:28.000000000 +0200 ++++ install.rdf 2011-07-04 11:14:04.000000000 +0200 +@@ -16,7 +16,7 @@ + <Description> + <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> + <em:minVersion>0.8</em:minVersion> +- <em:maxVersion>4.0.*</em:maxVersion> ++ <em:maxVersion>6.*</em:maxVersion> + </Description> + </em:targetApplication> + <!-- Flock --> |