diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-10-31 14:01:01 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-10-31 14:01:01 +0000 |
commit | 22cd7fd4156b18f619acb84388a3d580f5012b2a (patch) | |
tree | 87245cbb8c1724b83ed261c7e6bc93f61fc6a3df /www/xpi-mldonkey | |
parent | 5d1ebbdad2c14601c88c8c15c2f70a177b9d6bc4 (diff) |
Notes
Diffstat (limited to 'www/xpi-mldonkey')
-rw-r--r-- | www/xpi-mldonkey/Makefile | 7 | ||||
-rw-r--r-- | www/xpi-mldonkey/distinfo | 6 | ||||
-rw-r--r-- | www/xpi-mldonkey/files/chrome.manifest | 5 |
3 files changed, 11 insertions, 7 deletions
diff --git a/www/xpi-mldonkey/Makefile b/www/xpi-mldonkey/Makefile index 60fe27fda4d1..a1fd9f6656cf 100644 --- a/www/xpi-mldonkey/Makefile +++ b/www/xpi-mldonkey/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mldonkey -PORTVERSION= 1.7 +PORTVERSION= 1.8 CATEGORIES= www net-p2p MASTER_SITES= http://www.informatik.uni-oldenburg.de/~dyna/${PORTNAME}/${PORTVERSION}/ CSME @@ -15,8 +15,9 @@ COMMENT= A ed2k, magnet and sig2dat protocol handling extension XPI_DISTNAME= mldonkey_protocol_handler XPI_ID= {bc72206d-b3ce-4b49-88b9-d59b388a0cde} -XPI_FILES= components/ed2kprotocol.js contents.rdf install.js install.rdf chrome.manifest -XPI_DIRS= components +XPI_FILES= chrome/mldonkey.jar components/ed2kprotocol.js defaults/preferences/defaultprefs.js \ + install.rdf chrome.manifest +XPI_DIRS= chrome components defaults/preferences defaults .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include <bsd.port.mk> diff --git a/www/xpi-mldonkey/distinfo b/www/xpi-mldonkey/distinfo index fdcf8f38e5b4..7a954a8e7c9a 100644 --- a/www/xpi-mldonkey/distinfo +++ b/www/xpi-mldonkey/distinfo @@ -1,3 +1,3 @@ -MD5 (xpi/mldonkey_protocol_handler-1.7.xpi) = 20be3ad138fb9f6bec908591db14585e -SHA256 (xpi/mldonkey_protocol_handler-1.7.xpi) = 7a2d70b8000c01aaac3ceb9ca5204b3c5978a7f20888cc724131e48a918d36ff -SIZE (xpi/mldonkey_protocol_handler-1.7.xpi) = 5502 +MD5 (xpi/mldonkey_protocol_handler-1.8.xpi) = eef59d0e84bbc6d7e319c014f7551a83 +SHA256 (xpi/mldonkey_protocol_handler-1.8.xpi) = 78a430dcc182e542c9fdfc187afb97159d2e17b7dc31368f4df92471a9418e5a +SIZE (xpi/mldonkey_protocol_handler-1.8.xpi) = 10059 diff --git a/www/xpi-mldonkey/files/chrome.manifest b/www/xpi-mldonkey/files/chrome.manifest index 5cf75d8d8bd7..ad1d31b817e0 100644 --- a/www/xpi-mldonkey/files/chrome.manifest +++ b/www/xpi-mldonkey/files/chrome.manifest @@ -1 +1,4 @@ -# Empty manifest + +content mldonkey jar:chrome/mldonkey.jar!/content/mldonkey/ + +skin mldonkey classic/1.0 jar:chrome/mldonkey.jar!/skin/classic/mldonkey/ |