diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-06-07 07:56:43 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-06-07 07:56:43 +0000 |
commit | 09a4dbf903bd0a305540b4a6f5b69c6cda323a95 (patch) | |
tree | 4dedfabb4db3b44fbfad93fb0f910698d2c2365e /www/xpi-mozex | |
parent | clean up startup scripts. (diff) |
- Rename mozex-firefox to xpi-mozex
- Update to 1.9.2
- Take maintainership
PR: ports/98130
Submitted by: Simon Olofsson <simon@olofsson.de>
Repocopy by: marcus
Diffstat (limited to 'www/xpi-mozex')
-rw-r--r-- | www/xpi-mozex/Makefile | 6 | ||||
-rw-r--r-- | www/xpi-mozex/distinfo | 6 | ||||
-rw-r--r-- | www/xpi-mozex/pkg-descr | 3 |
3 files changed, 8 insertions, 7 deletions
diff --git a/www/xpi-mozex/Makefile b/www/xpi-mozex/Makefile index 14ee27cae5b2..1dccc90c1a82 100644 --- a/www/xpi-mozex/Makefile +++ b/www/xpi-mozex/Makefile @@ -6,13 +6,13 @@ # PORTNAME= mozex -PORTVERSION= 1.9.0 +PORTVERSION= 1.9.2 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZDEV} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org -COMMENT= Mozex allows Firefox's users to use external programs for mail, news, etc. +MAINTAINER= simon@olofsson.de +COMMENT= External commands integration XPI_ID= {01bc0112-afff-4fb5-8772-191bf35a8ffb} XPI_FILES= chrome/mozex.jar install.js install.rdf chrome.manifest diff --git a/www/xpi-mozex/distinfo b/www/xpi-mozex/distinfo index 20b00d2512bf..5ad734e7dd80 100644 --- a/www/xpi-mozex/distinfo +++ b/www/xpi-mozex/distinfo @@ -1,3 +1,3 @@ -MD5 (xpi/mozex-1.9.0.xpi) = a492bbe8076f70f4c4f43306d22973ba -SHA256 (xpi/mozex-1.9.0.xpi) = b9f357d05ec14d62e834a65106723dae7843a21bff8232d23e12fc2c1bd6321a -SIZE (xpi/mozex-1.9.0.xpi) = 60082 +MD5 (xpi/mozex-1.9.2.xpi) = 261d6e7153955a0c47419903fc927c6d +SHA256 (xpi/mozex-1.9.2.xpi) = 4bcaacf554d07a5d88fb4241b9c20107778943d6b549db9b0273ff1b7ae84aa8 +SIZE (xpi/mozex-1.9.2.xpi) = 61049 diff --git a/www/xpi-mozex/pkg-descr b/www/xpi-mozex/pkg-descr index fe15d0df1edf..8aed5e4e2a24 100644 --- a/www/xpi-mozex/pkg-descr +++ b/www/xpi-mozex/pkg-descr @@ -7,4 +7,5 @@ external programs for these actions: * handle mailto, news, telnet and FTP links * download files -WWW: http://mozex.mozdev.org/index.html +Author: Vladimir Marek <vlmarek@volny.cz> +WWW: http://mozex.mozdev.org/ |