From owner-svn-ports-all@freebsd.org Thu Aug 17 16:39:22 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B92E5DC8E94; Thu, 17 Aug 2017 16:39:22 +0000 (UTC) (envelope-from swills@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 mx1.freebsd.org (Postfix) with ESMTPS id 831ED7E859; Thu, 17 Aug 2017 16:39:22 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v7HGdLer022357; Thu, 17 Aug 2017 16:39:21 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v7HGdLvG022354; Thu, 17 Aug 2017 16:39:21 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201708171639.v7HGdLvG022354@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Thu, 17 Aug 2017 16:39:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r448148 - head/mail/roundcube-contextmenu X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/mail/roundcube-contextmenu X-SVN-Commit-Revision: 448148 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.23 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: Thu, 17 Aug 2017 16:39:22 -0000 Author: swills Date: Thu Aug 17 16:39:21 2017 New Revision: 448148 URL: https://svnweb.freebsd.org/changeset/ports/448148 Log: mail/roundcube-contextmenu: update to 2.3 PR: 221584 Submitted by: Alexander Moisseev (maintainer) Modified: head/mail/roundcube-contextmenu/Makefile head/mail/roundcube-contextmenu/distinfo head/mail/roundcube-contextmenu/pkg-plist Modified: head/mail/roundcube-contextmenu/Makefile ============================================================================== --- head/mail/roundcube-contextmenu/Makefile Thu Aug 17 16:38:29 2017 (r448147) +++ head/mail/roundcube-contextmenu/Makefile Thu Aug 17 16:39:21 2017 (r448148) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= contextmenu -PORTVERSION= 2.1.2 +PORTVERSION= 2.3 CATEGORIES= mail PKGNAMEPREFIX= roundcube- @@ -11,7 +11,7 @@ COMMENT= RoundCube webmail contextmenu plugin LICENSE= GPLv3 -RUN_DEPENDS= roundcube>=1.1:mail/roundcube +RUN_DEPENDS= roundcube>=1.3:mail/roundcube NO_BUILD= yes NO_ARCH= yes Modified: head/mail/roundcube-contextmenu/distinfo ============================================================================== --- head/mail/roundcube-contextmenu/distinfo Thu Aug 17 16:38:29 2017 (r448147) +++ head/mail/roundcube-contextmenu/distinfo Thu Aug 17 16:39:21 2017 (r448148) @@ -1,2 +1,3 @@ -SHA256 (JohnDoh-Roundcube-Plugin-Context-Menu-2.1.2_GH0.tar.gz) = d38950728dd917d4f8d82656d3564c033a04c416adbe9bf6b352d87d2eab21af -SIZE (JohnDoh-Roundcube-Plugin-Context-Menu-2.1.2_GH0.tar.gz) = 48454 +TIMESTAMP = 1502958712 +SHA256 (JohnDoh-Roundcube-Plugin-Context-Menu-2.3_GH0.tar.gz) = 63e231607c1cd6e703cf698b263d493d2eb4e10582c7cb47aec3a4fb266acf5b +SIZE (JohnDoh-Roundcube-Plugin-Context-Menu-2.3_GH0.tar.gz) = 39642 Modified: head/mail/roundcube-contextmenu/pkg-plist ============================================================================== --- head/mail/roundcube-contextmenu/pkg-plist Thu Aug 17 16:38:29 2017 (r448147) +++ head/mail/roundcube-contextmenu/pkg-plist Thu Aug 17 16:39:21 2017 (r448148) @@ -11,6 +11,7 @@ %%RCDIR_REL%%/plugins/contextmenu/localization/de_DE.inc %%RCDIR_REL%%/plugins/contextmenu/localization/en_GB.inc %%RCDIR_REL%%/plugins/contextmenu/localization/en_US.inc +%%RCDIR_REL%%/plugins/contextmenu/localization/es_AR.inc %%RCDIR_REL%%/plugins/contextmenu/localization/es_ES.inc %%RCDIR_REL%%/plugins/contextmenu/localization/fr_FR.inc %%RCDIR_REL%%/plugins/contextmenu/localization/gl_ES.inc