Date: Mon, 8 Oct 2018 23:43:15 +0000 (UTC) From: Wen Heping <wen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481581 - head/mail/roundcube-thunderbird_labels Message-ID: <201810082343.w98NhFpn060384@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wen Date: Mon Oct 8 23:43:15 2018 New Revision: 481581 URL: https://svnweb.freebsd.org/changeset/ports/481581 Log: - Update to 1.3.0 - Update WWW PR: 231375 Submitted by: moiseev@mezonplus.ru(maintainer) Modified: head/mail/roundcube-thunderbird_labels/Makefile head/mail/roundcube-thunderbird_labels/distinfo head/mail/roundcube-thunderbird_labels/pkg-descr head/mail/roundcube-thunderbird_labels/pkg-plist Modified: head/mail/roundcube-thunderbird_labels/Makefile ============================================================================== --- head/mail/roundcube-thunderbird_labels/Makefile Mon Oct 8 23:41:25 2018 (r481580) +++ head/mail/roundcube-thunderbird_labels/Makefile Mon Oct 8 23:43:15 2018 (r481581) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= thunderbird_labels -PORTVERSION= 1.1.4 +PORTVERSION= 1.3.0 DISTVERSIONPREFIX= v CATEGORIES= mail PKGNAMEPREFIX= roundcube- @@ -42,6 +42,8 @@ do-install: @${MKDIR} ${STAGEDIR}${PLUGINDIR} cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PLUGINDIR} cd ${STAGEDIR}${PLUGINDIR} && \ - ${MV} config.inc.php config.inc.php.sample + ${MV} config.inc.php config.inc.php.sample && \ + ${RM} coffee2js.sh docs/_config.yml && \ + ${RM} -r coffeescripts .include <bsd.port.mk> Modified: head/mail/roundcube-thunderbird_labels/distinfo ============================================================================== --- head/mail/roundcube-thunderbird_labels/distinfo Mon Oct 8 23:41:25 2018 (r481580) +++ head/mail/roundcube-thunderbird_labels/distinfo Mon Oct 8 23:43:15 2018 (r481581) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525673693 -SHA256 (mike-kfed-roundcube-thunderbird_labels-v1.1.4_GH0.tar.gz) = 1e4bd87af37b4db97466340c1fe0353816365e0ca36a3bad42574295787c857d -SIZE (mike-kfed-roundcube-thunderbird_labels-v1.1.4_GH0.tar.gz) = 184886 +TIMESTAMP = 1536993054 +SHA256 (mike-kfed-roundcube-thunderbird_labels-v1.3.0_GH0.tar.gz) = f2a1257c527a476a4c0fde9bf312c97924d267704a23a62a0b73f749b217a999 +SIZE (mike-kfed-roundcube-thunderbird_labels-v1.3.0_GH0.tar.gz) = 193503 Modified: head/mail/roundcube-thunderbird_labels/pkg-descr ============================================================================== --- head/mail/roundcube-thunderbird_labels/pkg-descr Mon Oct 8 23:41:25 2018 (r481580) +++ head/mail/roundcube-thunderbird_labels/pkg-descr Mon Oct 8 23:43:15 2018 (r481581) @@ -2,4 +2,4 @@ Thunderbird Labels plugin for RoundCube webmail. Displays the message rows using the same colors as Thunderbird does. Label of a message can be changed/set exactly like in Thunderbird. -WWW: https://github.com/mike-kfed/rcmail-thunderbird-labels +WWW: https://github.com/mike-kfed/roundcube-thunderbird_labels Modified: head/mail/roundcube-thunderbird_labels/pkg-plist ============================================================================== --- head/mail/roundcube-thunderbird_labels/pkg-plist Mon Oct 8 23:41:25 2018 (r481580) +++ head/mail/roundcube-thunderbird_labels/pkg-plist Mon Oct 8 23:43:15 2018 (r481581) @@ -22,6 +22,8 @@ %%PLUGINDIR_REL%%/localization/ru_RU.inc %%PLUGINDIR_REL%%/localization/sk_SK.inc %%PLUGINDIR_REL%%/localization/uk_UA.inc +%%PLUGINDIR_REL%%/node_modules/roundcube/index.js +%%PLUGINDIR_REL%%/node_modules/roundcube/package.json %%PLUGINDIR_REL%%/skins/classic/tb_label.css %%PLUGINDIR_REL%%/skins/classic/thunderbird_32.png %%PLUGINDIR_REL%%/skins/default/tb_label.css @@ -30,4 +32,5 @@ %%PLUGINDIR_REL%%/skins/larry/thunderbird_24.png %%PLUGINDIR_REL%%/skins/larry/thunderbird_32.png %%PLUGINDIR_REL%%/tb_label.js +%%PLUGINDIR_REL%%/tb_label_contextmenu.js %%PLUGINDIR_REL%%/thunderbird_labels.php
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810082343.w98NhFpn060384>