From owner-svn-ports-all@freebsd.org Fri Mar 31 20:39:07 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 5C4D9D27A04; Fri, 31 Mar 2017 20:39:07 +0000 (UTC) (envelope-from sunpoet@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 13D92276; Fri, 31 Mar 2017 20:39:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2VKd6Sj039747; Fri, 31 Mar 2017 20:39:06 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2VKd5IC039743; Fri, 31 Mar 2017 20:39:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703312039.v2VKd5IC039743@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 31 Mar 2017 20:39:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437375 - head/www/tinymce X-SVN-Group: ports-head 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: Fri, 31 Mar 2017 20:39:07 -0000 Author: sunpoet Date: Fri Mar 31 20:39:05 2017 New Revision: 437375 URL: https://svnweb.freebsd.org/changeset/ports/437375 Log: Update to 4.5.6 Changes: https://github.com/tinymce/tinymce/blob/4.5.x/changelog.txt Modified: head/www/tinymce/Makefile head/www/tinymce/distinfo head/www/tinymce/pkg-plist Modified: head/www/tinymce/Makefile ============================================================================== --- head/www/tinymce/Makefile Fri Mar 31 20:39:01 2017 (r437374) +++ head/www/tinymce/Makefile Fri Mar 31 20:39:05 2017 (r437375) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tinymce -PORTVERSION= 4.5.5 +PORTVERSION= 4.5.6 CATEGORIES= www MASTER_SITES= http://download.ephox.com/${PORTNAME}/community/ \ LOCAL/sunpoet Modified: head/www/tinymce/distinfo ============================================================================== --- head/www/tinymce/distinfo Fri Mar 31 20:39:01 2017 (r437374) +++ head/www/tinymce/distinfo Fri Mar 31 20:39:05 2017 (r437375) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488984311 -SHA256 (tinymce_4.5.5.zip) = 640ee89a07e45acd5c35825f8ef5d73be42521ac40c0fa1f8ea7f334453afed6 -SIZE (tinymce_4.5.5.zip) = 386904 +TIMESTAMP = 1490965926 +SHA256 (tinymce_4.5.6.zip) = 344b5b9328ccde52acfa08d44c509775e079e7ac889f3c34f672191753a58a4d +SIZE (tinymce_4.5.6.zip) = 388206 Modified: head/www/tinymce/pkg-plist ============================================================================== --- head/www/tinymce/pkg-plist Fri Mar 31 20:39:01 2017 (r437374) +++ head/www/tinymce/pkg-plist Fri Mar 31 20:39:05 2017 (r437375) @@ -45,6 +45,7 @@ %%WWWDIR%%/js/tinymce/plugins/imagetools/plugin.min.js %%WWWDIR%%/js/tinymce/plugins/importcss/plugin.min.js %%WWWDIR%%/js/tinymce/plugins/insertdatetime/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/layer/plugin.min.js %%WWWDIR%%/js/tinymce/plugins/legacyoutput/plugin.min.js %%WWWDIR%%/js/tinymce/plugins/link/plugin.min.js %%WWWDIR%%/js/tinymce/plugins/lists/plugin.min.js