diff options
author | Chin-San Huang <chinsan@FreeBSD.org> | 2009-01-03 07:13:47 +0000 |
---|---|---|
committer | Chin-San Huang <chinsan@FreeBSD.org> | 2009-01-03 07:13:47 +0000 |
commit | 51ab7a14bac10b666742909006c38b0c2576b6f2 (patch) | |
tree | 8285e8840c3fe331f6777f55f6d3fb5ee2113b28 /www/xpi-web_developer | |
parent | d0e722ca3e37862936c67389f09c0ac8f25b0135 (diff) |
- Set DEPRECATED with my xpi-* ports at first.
They could installed and updated more easily by user's browser(firefox).
- EXPIRATION_DATE on 2009-01-31
Notes
Notes:
svn path=/head/; revision=225169
Diffstat (limited to 'www/xpi-web_developer')
-rw-r--r-- | www/xpi-web_developer/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/xpi-web_developer/Makefile b/www/xpi-web_developer/Makefile index 800e3e449187..b608d70e4cac 100644 --- a/www/xpi-web_developer/Makefile +++ b/www/xpi-web_developer/Makefile @@ -13,6 +13,9 @@ CATEGORIES= www MAINTAINER= chinsan@FreeBSD.org COMMENT= An extension to add various web developer tools +DEPRECATED= Ports could installed and updated more easily by user's browser(firefox) +EXPIRATION_DATE=2009-01-31 + XPI_NUM= 60 XPI_ID= {c45c406e-ab73-11d8-be73-000a95be3b12} XPI_FILES= chrome/webdeveloper.jar chrome.manifest install.js \ |