From owner-svn-ports-head@freebsd.org Fri May 5 15:34:25 2017 Return-Path: Delivered-To: svn-ports-head@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 A6A71D5F6B0; Fri, 5 May 2017 15:34:25 +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 5E127329; Fri, 5 May 2017 15:34:25 +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 v45FYOlC021092; Fri, 5 May 2017 15:34:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v45FYO0t021089; Fri, 5 May 2017 15:34:24 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705051534.v45FYO0t021089@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, 5 May 2017 15:34:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440163 - 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 15:34:25 -0000 Author: sunpoet Date: Fri May 5 15:34:23 2017 New Revision: 440163 URL: https://svnweb.freebsd.org/changeset/ports/440163 Log: Update to 4.6.0 Changes: https://github.com/tinymce/tinymce/blob/master/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 May 5 15:34:18 2017 (r440162) +++ head/www/tinymce/Makefile Fri May 5 15:34:23 2017 (r440163) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tinymce -PORTVERSION= 4.5.7 +PORTVERSION= 4.6.0 CATEGORIES= www MASTER_SITES= http://download.ephox.com/${PORTNAME}/community/ \ LOCAL/sunpoet Modified: head/www/tinymce/distinfo ============================================================================== --- head/www/tinymce/distinfo Fri May 5 15:34:18 2017 (r440162) +++ head/www/tinymce/distinfo Fri May 5 15:34:23 2017 (r440163) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493220199 -SHA256 (tinymce_4.5.7.zip) = 39b5dff845ca2f40945ffe22f21bb0983191a4dc537a36b77e28c9bee80571fa -SIZE (tinymce_4.5.7.zip) = 387105 +TIMESTAMP = 1493987269 +SHA256 (tinymce_4.6.0.zip) = 49cbe223c64873ae02589d2fc23a4e2a2b50a3c377b840abce3db27927f33c2f +SIZE (tinymce_4.6.0.zip) = 442472 Modified: head/www/tinymce/pkg-plist ============================================================================== --- head/www/tinymce/pkg-plist Fri May 5 15:34:18 2017 (r440162) +++ head/www/tinymce/pkg-plist Fri May 5 15:34:23 2017 (r440163) @@ -35,11 +35,10 @@ %%WWWDIR%%/js/tinymce/plugins/emoticons/img/smiley-wink.gif %%WWWDIR%%/js/tinymce/plugins/emoticons/img/smiley-yell.gif %%WWWDIR%%/js/tinymce/plugins/emoticons/plugin.min.js -%%WWWDIR%%/js/tinymce/plugins/example/dialog.html -%%WWWDIR%%/js/tinymce/plugins/example/plugin.min.js -%%WWWDIR%%/js/tinymce/plugins/example_dependency/plugin.min.js %%WWWDIR%%/js/tinymce/plugins/fullpage/plugin.min.js %%WWWDIR%%/js/tinymce/plugins/fullscreen/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/help/img/logo.png +%%WWWDIR%%/js/tinymce/plugins/help/plugin.min.js %%WWWDIR%%/js/tinymce/plugins/hr/plugin.min.js %%WWWDIR%%/js/tinymce/plugins/image/plugin.min.js %%WWWDIR%%/js/tinymce/plugins/imagetools/plugin.min.js @@ -82,7 +81,6 @@ %%WWWDIR%%/js/tinymce/skins/lightgray/img/loader.gif %%WWWDIR%%/js/tinymce/skins/lightgray/img/object.gif %%WWWDIR%%/js/tinymce/skins/lightgray/img/trans.gif -%%WWWDIR%%/js/tinymce/skins/lightgray/skin.ie7.min.css %%WWWDIR%%/js/tinymce/skins/lightgray/skin.min.css %%WWWDIR%%/js/tinymce/themes/inlite/theme.min.js %%WWWDIR%%/js/tinymce/themes/modern/theme.min.js