From owner-svn-ports-head@freebsd.org Mon Nov 23 18:24:19 2015 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 7825CA357A3; Mon, 23 Nov 2015 18:24:19 +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 101181620; Mon, 23 Nov 2015 18:24:18 +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 tANIOI2R067097; Mon, 23 Nov 2015 18:24:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tANIOHIf067094; Mon, 23 Nov 2015 18:24:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511231824.tANIOHIf067094@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, 23 Nov 2015 18:24:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402292 - 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.20 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: Mon, 23 Nov 2015 18:24:19 -0000 Author: sunpoet Date: Mon Nov 23 18:24:17 2015 New Revision: 402292 URL: https://svnweb.freebsd.org/changeset/ports/402292 Log: - Update to 4.3.0 Changes: http://www.tinymce.com/develop/changelog/index.php?type=tinymce Modified: head/www/tinymce/Makefile head/www/tinymce/distinfo head/www/tinymce/pkg-plist Modified: head/www/tinymce/Makefile ============================================================================== --- head/www/tinymce/Makefile Mon Nov 23 18:24:11 2015 (r402291) +++ head/www/tinymce/Makefile Mon Nov 23 18:24:17 2015 (r402292) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tinymce -PORTVERSION= 4.2.8 +PORTVERSION= 4.3.0 CATEGORIES= www MASTER_SITES= http://download.moxiecode.com/${PORTNAME}/ \ LOCAL/sunpoet Modified: head/www/tinymce/distinfo ============================================================================== --- head/www/tinymce/distinfo Mon Nov 23 18:24:11 2015 (r402291) +++ head/www/tinymce/distinfo Mon Nov 23 18:24:17 2015 (r402292) @@ -1,2 +1,2 @@ -SHA256 (tinymce_4.2.8.zip) = 728e4e80239ae60cb692dfc52f2f8d3a5432bc9ecb69d5ac54c09f9e589a0cf1 -SIZE (tinymce_4.2.8.zip) = 334545 +SHA256 (tinymce_4.3.0.zip) = a36e02cad5c928b7027dd1439773dea3fbe07e2013ea525ab07ca64a143fce99 +SIZE (tinymce_4.3.0.zip) = 366633 Modified: head/www/tinymce/pkg-plist ============================================================================== --- head/www/tinymce/pkg-plist Mon Nov 23 18:24:11 2015 (r402291) +++ head/www/tinymce/pkg-plist Mon Nov 23 18:24:17 2015 (r402292) @@ -12,6 +12,8 @@ %%WWWDIR%%/js/tinymce/plugins/bbcode/plugin.min.js %%WWWDIR%%/js/tinymce/plugins/charmap/plugin.min.js %%WWWDIR%%/js/tinymce/plugins/code/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/codesample/css/prism.css +%%WWWDIR%%/js/tinymce/plugins/codesample/plugin.min.js %%WWWDIR%%/js/tinymce/plugins/colorpicker/plugin.min.js %%WWWDIR%%/js/tinymce/plugins/contextmenu/plugin.min.js %%WWWDIR%%/js/tinymce/plugins/directionality/plugin.min.js