From owner-svn-ports-all@freebsd.org Mon Oct 8 23:43:16 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ABBEE10A47C2; Mon, 8 Oct 2018 23:43:16 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5F87B8591C; Mon, 8 Oct 2018 23:43:16 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3F3291911; Mon, 8 Oct 2018 23:43:16 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w98NhGRx060387; Mon, 8 Oct 2018 23:43:16 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w98NhFpn060384; Mon, 8 Oct 2018 23:43:15 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201810082343.w98NhFpn060384@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Mon, 8 Oct 2018 23:43:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481581 - head/mail/roundcube-thunderbird_labels X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: head/mail/roundcube-thunderbird_labels X-SVN-Commit-Revision: 481581 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Oct 2018 23:43:16 -0000 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 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