diff options
author | gahr <gahr@FreeBSD.org> | 2017-01-10 22:02:20 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2017-01-10 22:02:20 +0800 |
commit | 033fdfe0df4ffd003cfa68a44f25a592d9f13eb3 (patch) | |
tree | 6a23d8608203ac975476cd2c74bde0edc784b3db /mail | |
parent | 0083cce9e8b72ea8ffa07a35b66f14d081a64b9e (diff) | |
download | freebsd-ports-gnome-033fdfe0df4ffd003cfa68a44f25a592d9f13eb3.tar.gz freebsd-ports-gnome-033fdfe0df4ffd003cfa68a44f25a592d9f13eb3.tar.zst freebsd-ports-gnome-033fdfe0df4ffd003cfa68a44f25a592d9f13eb3.zip |
mail/roundcube-markasjunk2: update to 1.10
* Add JS event markasjunk2-update to allow other plugins to influence the
spam/ham options show
* Add init method to allow drivers to access markasjunk2-update JS event
* Replace config options markasjunk2_mb_toolbar and markasjunk2_cp_toolbar
with new markasjunk2_toolbar option
Diffstat (limited to 'mail')
-rw-r--r-- | mail/roundcube-markasjunk2/Makefile | 2 | ||||
-rw-r--r-- | mail/roundcube-markasjunk2/distinfo | 5 | ||||
-rw-r--r-- | mail/roundcube-markasjunk2/pkg-plist | 2 |
3 files changed, 6 insertions, 3 deletions
diff --git a/mail/roundcube-markasjunk2/Makefile b/mail/roundcube-markasjunk2/Makefile index 1eca15bd39e8..6cd8fbf1c645 100644 --- a/mail/roundcube-markasjunk2/Makefile +++ b/mail/roundcube-markasjunk2/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= markasjunk2 -PORTVERSION= 1.9 +PORTVERSION= 1.10 CATEGORIES= mail PKGNAMEPREFIX= roundcube- diff --git a/mail/roundcube-markasjunk2/distinfo b/mail/roundcube-markasjunk2/distinfo index 7feae823cb27..02014d48b48c 100644 --- a/mail/roundcube-markasjunk2/distinfo +++ b/mail/roundcube-markasjunk2/distinfo @@ -1,2 +1,3 @@ -SHA256 (JohnDoh-Roundcube-Plugin-Mark-as-Junk-2-1.9_GH0.tar.gz) = e4cfd587ad4b4c44f77e100622ba869c45a5ac5d419642c4bd3f0665890b7b9c -SIZE (JohnDoh-Roundcube-Plugin-Mark-as-Junk-2-1.9_GH0.tar.gz) = 28344 +TIMESTAMP = 1484056608 +SHA256 (JohnDoh-Roundcube-Plugin-Mark-as-Junk-2-1.10_GH0.tar.gz) = 496b1b79650aae68e97a3ceac8c1fd319f4ac247f87bbffc7394fe1232d1fc41 +SIZE (JohnDoh-Roundcube-Plugin-Mark-as-Junk-2-1.10_GH0.tar.gz) = 30023 diff --git a/mail/roundcube-markasjunk2/pkg-plist b/mail/roundcube-markasjunk2/pkg-plist index 708681cdf4cb..17904ab84aa3 100644 --- a/mail/roundcube-markasjunk2/pkg-plist +++ b/mail/roundcube-markasjunk2/pkg-plist @@ -10,6 +10,7 @@ %%WWWDIR%%/drivers/email_learn.php %%WWWDIR%%/drivers/sa_blacklist.php %%WWWDIR%%/drivers/sa_detach.php +%%WWWDIR%%/localization/bg_BG.inc %%WWWDIR%%/localization/ca_ES.inc %%WWWDIR%%/localization/cs_CZ.inc %%WWWDIR%%/localization/de_CH.inc @@ -30,6 +31,7 @@ %%WWWDIR%%/localization/pt_BR.inc %%WWWDIR%%/localization/ro_RO.inc %%WWWDIR%%/localization/ru_RU.inc +%%WWWDIR%%/localization/sk_SK.inc %%WWWDIR%%/localization/tr_TR.inc %%WWWDIR%%/localization/zh_TW.inc %%WWWDIR%%/markasjunk2.js |