diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2011-09-24 11:20:07 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2011-09-24 11:20:07 +0000 |
commit | b1da0caa1489f3d6b56afcf04b52e2fe04cd8e25 (patch) | |
tree | 9dbccdbf8515dd4ce0f0cc6b9204d94470e7a24d | |
parent | Deprecate, not compatible with Firefox > 2. (diff) |
Deprecate, not compatible with Firefox > 3.
PR: ports/160957
Submitted by: Simon Olofsson <simon@olofsson.de> (maintainer)
Approved by: miwi, wen (mentors implicit)
Notes
Notes:
svn path=/head/; revision=282301
-rw-r--r-- | www/xpi-mozex/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/xpi-mozex/Makefile b/www/xpi-mozex/Makefile index fccb755ce03a..bc47cc9750d7 100644 --- a/www/xpi-mozex/Makefile +++ b/www/xpi-mozex/Makefile @@ -13,6 +13,9 @@ MASTER_SITES= MOZDEV MAINTAINER= simon@olofsson.de COMMENT= External commands integration +DEPRECATED= Development has been ceased and not compatible with Firefox > 3. +EXPIRATION_DATE= 2011-12-01 + XPI_ID= {01bc0112-afff-4fb5-8772-191bf35a8ffb} XPI_FILES= chrome/mozex.jar install.js install.rdf chrome.manifest XPI_DIRS= chrome |