diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-04-12 02:34:21 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-04-12 02:34:21 +0000 |
commit | 189575db954e3a92d00b7460cbe6b50bf149f1aa (patch) | |
tree | f7067444ee8e5636bd792f7569cf3d19fa53ee4a /www/xpi-modify_headers | |
parent | bd0c6d40cbac0bb54eade724f325e1fd12daca9e (diff) | |
download | ports-189575db954e3a92d00b7460cbe6b50bf149f1aa.tar.gz ports-189575db954e3a92d00b7460cbe6b50bf149f1aa.zip |
Notes
Diffstat (limited to 'www/xpi-modify_headers')
-rw-r--r-- | www/xpi-modify_headers/Makefile | 48 | ||||
-rw-r--r-- | www/xpi-modify_headers/distinfo | 4 |
2 files changed, 45 insertions, 7 deletions
diff --git a/www/xpi-modify_headers/Makefile b/www/xpi-modify_headers/Makefile index a324f6ad33b9..dc6c47536fa6 100644 --- a/www/xpi-modify_headers/Makefile +++ b/www/xpi-modify_headers/Makefile @@ -6,8 +6,8 @@ # PORTNAME= modify_headers -PORTVERSION= 0.6.8 -DISTVERSIONSUFFIX= -fx+sm+mz +PORTVERSION= 0.7.0.2 +DISTVERSIONSUFFIX= -fx+sm CATEGORIES= www MAINTAINER= kamikaze@bsdforen.de @@ -17,15 +17,53 @@ XPI_NUM= 967 XPI_ID= {b749fc7c-e949-447f-926c-3f4eed6accfe} XPI_FILES= chrome.manifest \ - chrome/modifyheaders.jar \ + chrome/content/bindings/bindings.xml \ + chrome/content/contents.rdf \ + chrome/content/disabled.gif \ + chrome/content/enabled.gif \ + chrome/content/export.js \ + chrome/content/exportimport.js \ + chrome/content/exportwizard.xul \ + chrome/content/icons/badge.png \ + chrome/content/icons/bug.png \ + chrome/content/icons/first-aid-kit.png \ + chrome/content/icons/globe.png \ + chrome/content/icons/info.png \ + chrome/content/icons/star.png \ + chrome/content/icons/thumbs-up.png \ + chrome/content/icons/tools.png \ + chrome/content/icons/twitter.png \ + chrome/content/icons/user.png \ + chrome/content/import.js \ + chrome/content/importwizard.xul \ + chrome/content/modifyheaders.css \ + chrome/content/modifyheaders.js \ + chrome/content/preferences-tab.xul \ + chrome/content/preferences.js \ + chrome/content/preferences.xul \ + chrome/content/prefs-about.xul \ + chrome/content/prefs-headers.xul \ + chrome/content/prefs-options.xul \ + chrome/content/toolsOverlay.xul \ + chrome/locale/en-US/modifyheaders.dtd \ + chrome/locale/en-US/modifyheaders.properties \ components/mhIHeader.xpt \ + components/modifyheaders-autocomplete.js \ components/modifyheaders-service.js \ components/nsIModifyheaders.xpt \ + defaults/preferences/defaults.js \ install.js \ install.rdf -XPI_DIRS= chrome \ - components +XPI_DIRS= chrome/content/bindings \ + chrome/content/icons \ + chrome/content \ + chrome/locale/en-US \ + chrome/locale \ + chrome \ + components \ + defaults/preferences \ + defaults .include "../xpi-adblock/Makefile.xpi" .include <bsd.port.mk> diff --git a/www/xpi-modify_headers/distinfo b/www/xpi-modify_headers/distinfo index 9cd616f66a43..d2f2deb7b67e 100644 --- a/www/xpi-modify_headers/distinfo +++ b/www/xpi-modify_headers/distinfo @@ -1,2 +1,2 @@ -SHA256 (xpi/modify_headers-0.6.8-fx+sm+mz.xpi) = bec9150a94b488e4d67df98ad76306fb246b103843e8fbfc1de786da42c355fc -SIZE (xpi/modify_headers-0.6.8-fx+sm+mz.xpi) = 74883 +SHA256 (xpi/modify_headers-0.7.0.2-fx+sm.xpi) = 4a61b601e06a22aaf12c0a79a13749bd24f0d7eb50f2e69631eddcbce6488c12 +SIZE (xpi/modify_headers-0.7.0.2-fx+sm.xpi) = 49723 |