mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
- Update to 0.5
PR: 146850 Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com> (maintainer)
This commit is contained in:
parent
f9c16871ba
commit
9da23f6ad2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=255794
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= leechblock
|
||||
PORTVERSION= 0.4.3
|
||||
PORTVERSION= 0.5
|
||||
DISTVERSIONSUFFIX= -fx
|
||||
CATEGORIES= www
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (xpi/leechblock-0.4.3-fx.xpi) = b9bd8430248e791d235e472d5d11c21a
|
||||
SHA256 (xpi/leechblock-0.4.3-fx.xpi) = 706a0fe8d5237251e5215d632e8f455bea0854e8eb360ee3b44f6b1e8a722688
|
||||
SIZE (xpi/leechblock-0.4.3-fx.xpi) = 43552
|
||||
MD5 (xpi/leechblock-0.5-fx.xpi) = 1d0fee62152289f3d1eb9ed18c418123
|
||||
SHA256 (xpi/leechblock-0.5-fx.xpi) = 0eef257a7e2cbfbd2e8a7a0e31131012ce1f272435a723b7930d2ed13feef657
|
||||
SIZE (xpi/leechblock-0.5-fx.xpi) = 42825
|
||||
|
@ -1,6 +1,7 @@
|
||||
LeechBlock is a simple productivity tool designed to block those
|
||||
time-wasting sites that can suck the life out of your working day. All
|
||||
you need to do is specify which sites to block and when to block them.
|
||||
Deepest Sender is a blogging client that runs inside Firefox,
|
||||
SeaMonkey, and XULRunner.
|
||||
|
||||
WWW: http://www.proginosko.com/leechblock.html
|
||||
Author: James Anderson
|
||||
|
@ -13,8 +13,6 @@
|
||||
%%XPI_XPIDIR%%/chrome/content/utils.js
|
||||
%%XPI_XPIDIR%%/chrome/locale/en-US/blocked.html
|
||||
%%XPI_XPIDIR%%/chrome/locale/en-US/leechblock.dtd
|
||||
%%XPI_XPIDIR%%/chrome/locale/pt-BR/blocked.html
|
||||
%%XPI_XPIDIR%%/chrome/locale/pt-BR/leechblock.dtd
|
||||
%%XPI_XPIDIR%%/chrome/skin/leechblock32.png
|
||||
%%XPI_XPIDIR%%/chrome/skin/leechblock64.png
|
||||
%%XPI_XPIDIR%%/chrome.manifest
|
||||
@ -23,7 +21,6 @@
|
||||
%%XPI_XPIDIR%%/install.rdf
|
||||
@dirrm %%XPI_XPIDIR%%/chrome/content
|
||||
@dirrm %%XPI_XPIDIR%%/chrome/locale/en-US
|
||||
@dirrm %%XPI_XPIDIR%%/chrome/locale/pt-BR
|
||||
@dirrm %%XPI_XPIDIR%%/chrome/locale
|
||||
@dirrm %%XPI_XPIDIR%%/chrome/skin
|
||||
@dirrm %%XPI_XPIDIR%%/chrome
|
||||
|
Loading…
Reference in New Issue
Block a user