diff options
author | pav <pav@FreeBSD.org> | 2006-06-07 15:56:43 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-06-07 15:56:43 +0800 |
commit | 67a171b842b3e51d6915faa59fcc3a26f165699a (patch) | |
tree | f8500faf58d6ebbfa54ca9e3adb2f791f601b13a /www/xpi-mozex | |
parent | 10d1dcb387489cfd8119a35b13f3bf96811d2beb (diff) | |
download | freebsd-ports-gnome-67a171b842b3e51d6915faa59fcc3a26f165699a.tar.gz freebsd-ports-gnome-67a171b842b3e51d6915faa59fcc3a26f165699a.tar.zst freebsd-ports-gnome-67a171b842b3e51d6915faa59fcc3a26f165699a.zip |
- 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/ |