diff options
author | ale <ale@FreeBSD.org> | 2010-12-29 00:49:23 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2010-12-29 00:49:23 +0800 |
commit | 022c1dbd41c744803d948e34b4dd06c5df7aaa01 (patch) | |
tree | 605f0e93bec103959f9a9392a430f0cc572a78ff /www/xpi-adblock_plus | |
parent | 367e70002df335531331c37404a46bd132b43e1b (diff) | |
download | freebsd-ports-gnome-022c1dbd41c744803d948e34b4dd06c5df7aaa01.tar.gz freebsd-ports-gnome-022c1dbd41c744803d948e34b4dd06c5df7aaa01.tar.zst freebsd-ports-gnome-022c1dbd41c744803d948e34b4dd06c5df7aaa01.zip |
Update to 1.3.3 release.
Diffstat (limited to 'www/xpi-adblock_plus')
-rw-r--r-- | www/xpi-adblock_plus/Makefile | 21 | ||||
-rw-r--r-- | www/xpi-adblock_plus/distinfo | 5 |
2 files changed, 17 insertions, 9 deletions
diff --git a/www/xpi-adblock_plus/Makefile b/www/xpi-adblock_plus/Makefile index 05b88412a8b3..b769cb620a4b 100644 --- a/www/xpi-adblock_plus/Makefile +++ b/www/xpi-adblock_plus/Makefile @@ -6,8 +6,8 @@ # PORTNAME= adblock_plus -PORTVERSION= 1.2.2 -DISTVERSIONSUFFIX= -fx+sm+tb+fn +PORTVERSION= 1.3.3 +DISTVERSIONSUFFIX= -fn+fx+sm+tb CATEGORIES= www MAINTAINER= ale@FreeBSD.org @@ -15,10 +15,19 @@ COMMENT= A content filtering extension XPI_NUM= 1865 XPI_ID= {d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d} -XPI_FILES= chrome/adblockplus.jar chrome.manifest components/AdblockPlus.js \ - defaults/preferences/adblockplus.js \ - icon.png install.rdf -XPI_DIRS= chrome components defaults/preferences defaults +XPI_FILES= chrome/adblockplus.jar chrome.manifest components/Initializer.js \ + defaults/patterns.ini defaults/preferences/adblockplus.js \ + icon.png install.rdf \ + modules/AppIntegration.jsm modules/AppIntegrationFennec.jsm \ + modules/Bootstrap.jsm modules/ContentPolicy.jsm \ + modules/ElemHide.jsm modules/FilterClasses.jsm \ + modules/FilterListener.jsm modules/FilterStorage.jsm \ + modules/Matcher.jsm modules/ObjectTabs.jsm \ + modules/Prefs.jsm modules/Public.jsm \ + modules/RequestNotifier.jsm modules/SubscriptionClasses.jsm \ + modules/Synchronizer.jsm modules/Utils.jsm + +XPI_DIRS= chrome components defaults/preferences defaults modules .include "../xpi-adblock/Makefile.xpi" .include <bsd.port.mk> diff --git a/www/xpi-adblock_plus/distinfo b/www/xpi-adblock_plus/distinfo index 673d0e570715..1a4e1b3e93fc 100644 --- a/www/xpi-adblock_plus/distinfo +++ b/www/xpi-adblock_plus/distinfo @@ -1,3 +1,2 @@ -MD5 (xpi/adblock_plus-1.2.2-fx+sm+tb+fn.xpi) = e12eccd287b5c27335a888aaea50d4ee -SHA256 (xpi/adblock_plus-1.2.2-fx+sm+tb+fn.xpi) = 2bb766a6b096e9724df3a584bbe4f2e0ca687f1cd199e1a2c0ce58d4d8487284 -SIZE (xpi/adblock_plus-1.2.2-fx+sm+tb+fn.xpi) = 308178 +SHA256 (xpi/adblock_plus-1.3.3-fn+fx+sm+tb.xpi) = a76f96e4c3a73c3bf6ecf4b5e289a6f89aff449a0b43f3ac2453f6a814c0677d +SIZE (xpi/adblock_plus-1.3.3-fn+fx+sm+tb.xpi) = 418041 |