Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jan 2017 14:02:20 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r431084 - head/mail/roundcube-markasjunk2
Message-ID:  <201701101402.v0AE2KeA005600@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Tue Jan 10 14:02:20 2017
New Revision: 431084
URL: https://svnweb.freebsd.org/changeset/ports/431084

Log:
  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

Modified:
  head/mail/roundcube-markasjunk2/Makefile
  head/mail/roundcube-markasjunk2/distinfo
  head/mail/roundcube-markasjunk2/pkg-plist

Modified: head/mail/roundcube-markasjunk2/Makefile
==============================================================================
--- head/mail/roundcube-markasjunk2/Makefile	Tue Jan 10 13:41:40 2017	(r431083)
+++ head/mail/roundcube-markasjunk2/Makefile	Tue Jan 10 14:02:20 2017	(r431084)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	markasjunk2
-PORTVERSION=	1.9
+PORTVERSION=	1.10
 CATEGORIES=	mail
 PKGNAMEPREFIX=	roundcube-
 

Modified: head/mail/roundcube-markasjunk2/distinfo
==============================================================================
--- head/mail/roundcube-markasjunk2/distinfo	Tue Jan 10 13:41:40 2017	(r431083)
+++ head/mail/roundcube-markasjunk2/distinfo	Tue Jan 10 14:02:20 2017	(r431084)
@@ -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

Modified: head/mail/roundcube-markasjunk2/pkg-plist
==============================================================================
--- head/mail/roundcube-markasjunk2/pkg-plist	Tue Jan 10 13:41:40 2017	(r431083)
+++ head/mail/roundcube-markasjunk2/pkg-plist	Tue Jan 10 14:02:20 2017	(r431084)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701101402.v0AE2KeA005600>