diff options
author | Wen Heping <wen@FreeBSD.org> | 2018-10-08 23:43:15 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2018-10-08 23:43:15 +0000 |
commit | d1cf9ce4e2da3922de52725d0d5c1f724e7836cd (patch) | |
tree | 5ceca5bbbebb610385b9311b100ec8c09912f3de | |
parent | 25736b5fcb6f70377eae554969e905ea521f7c64 (diff) | |
download | ports-d1cf9ce4e2da3922de52725d0d5c1f724e7836cd.tar.gz ports-d1cf9ce4e2da3922de52725d0d5c1f724e7836cd.zip |
Notes
-rw-r--r-- | mail/roundcube-thunderbird_labels/Makefile | 6 | ||||
-rw-r--r-- | mail/roundcube-thunderbird_labels/distinfo | 6 | ||||
-rw-r--r-- | mail/roundcube-thunderbird_labels/pkg-descr | 2 | ||||
-rw-r--r-- | mail/roundcube-thunderbird_labels/pkg-plist | 3 |
4 files changed, 11 insertions, 6 deletions
diff --git a/mail/roundcube-thunderbird_labels/Makefile b/mail/roundcube-thunderbird_labels/Makefile index 080d7b59d6d0..dc06875cd84d 100644 --- a/mail/roundcube-thunderbird_labels/Makefile +++ b/mail/roundcube-thunderbird_labels/Makefile @@ -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> diff --git a/mail/roundcube-thunderbird_labels/distinfo b/mail/roundcube-thunderbird_labels/distinfo index ad4de3bd0f88..051f0f04ef12 100644 --- a/mail/roundcube-thunderbird_labels/distinfo +++ b/mail/roundcube-thunderbird_labels/distinfo @@ -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 diff --git a/mail/roundcube-thunderbird_labels/pkg-descr b/mail/roundcube-thunderbird_labels/pkg-descr index 7e76c2ef2e50..640bd7e421ac 100644 --- a/mail/roundcube-thunderbird_labels/pkg-descr +++ b/mail/roundcube-thunderbird_labels/pkg-descr @@ -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 diff --git a/mail/roundcube-thunderbird_labels/pkg-plist b/mail/roundcube-thunderbird_labels/pkg-plist index 2a9b47825a10..66ceba882ca7 100644 --- a/mail/roundcube-thunderbird_labels/pkg-plist +++ b/mail/roundcube-thunderbird_labels/pkg-plist @@ -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 |