From owner-svn-ports-all@freebsd.org Mon Sep 2 22:43:29 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B48B6E9B14; Mon, 2 Sep 2019 22:43:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46MlVT4NDGz4PmY; Mon, 2 Sep 2019 22:43:29 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7B23F21318; Mon, 2 Sep 2019 22:43:29 +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 x82MhT4q002249; Mon, 2 Sep 2019 22:43:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x82MhSs7002247; Mon, 2 Sep 2019 22:43:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201909022243.x82MhSs7002247@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 2 Sep 2019 22:43:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r510866 - head/www/tinymce X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/tinymce X-SVN-Commit-Revision: 510866 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.29 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, 02 Sep 2019 22:43:29 -0000 Author: sunpoet Date: Mon Sep 2 22:43:28 2019 New Revision: 510866 URL: https://svnweb.freebsd.org/changeset/ports/510866 Log: Update to 5.0.15 Changes: https://github.com/tinymce/tinymce/blob/master/modules/tinymce/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 Mon Sep 2 22:43:23 2019 (r510865) +++ head/www/tinymce/Makefile Mon Sep 2 22:43:28 2019 (r510866) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tinymce -PORTVERSION= 5.0.14 +PORTVERSION= 5.0.15 CATEGORIES= www MASTER_SITES= http://download.tiny.cloud/tinymce/community/ \ LOCAL/sunpoet Modified: head/www/tinymce/distinfo ============================================================================== --- head/www/tinymce/distinfo Mon Sep 2 22:43:23 2019 (r510865) +++ head/www/tinymce/distinfo Mon Sep 2 22:43:28 2019 (r510866) @@ -1,3 +1,3 @@ -TIMESTAMP = 1566229384 -SHA256 (tinymce_5.0.14.zip) = 637672a3fad6968f5a0dafbde763c0e31a808b312fd7b8809f5201bf2710046b -SIZE (tinymce_5.0.14.zip) = 649816 +TIMESTAMP = 1567451236 +SHA256 (tinymce_5.0.15.zip) = 6f3605990ce769e01e5c2df3f640c98a1cad2016d514128eb7b0fd8b9df8a689 +SIZE (tinymce_5.0.15.zip) = 650551 Modified: head/www/tinymce/pkg-plist ============================================================================== --- head/www/tinymce/pkg-plist Mon Sep 2 22:43:23 2019 (r510865) +++ head/www/tinymce/pkg-plist Mon Sep 2 22:43:28 2019 (r510866) @@ -50,6 +50,7 @@ %%WWWDIR%%/js/tinymce/plugins/visualblocks/plugin.min.js %%WWWDIR%%/js/tinymce/plugins/visualchars/plugin.min.js %%WWWDIR%%/js/tinymce/plugins/wordcount/plugin.min.js +%%WWWDIR%%/js/tinymce/skins/content/dark/content.min.css %%WWWDIR%%/js/tinymce/skins/content/default/content.min.css %%WWWDIR%%/js/tinymce/skins/content/document/content.min.css %%WWWDIR%%/js/tinymce/skins/content/writer/content.min.css