From owner-svn-ports-all@FreeBSD.ORG Wed Oct 10 13:08:24 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3A19EE46; Wed, 10 Oct 2012 13:08:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id D077B8FC0C; Wed, 10 Oct 2012 13:08:23 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9AD8Nke032742; Wed, 10 Oct 2012 13:08:23 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9AD8N0V032737; Wed, 10 Oct 2012 13:08:23 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201210101308.q9AD8N0V032737@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 10 Oct 2012 13:08:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305656 - head/www/tinymce3 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.14 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: Wed, 10 Oct 2012 13:08:24 -0000 Author: sunpoet Date: Wed Oct 10 13:08:23 2012 New Revision: 305656 URL: http://svn.freebsd.org/changeset/ports/305656 Log: - Update to 3.5.7 - Cleanup Makefile header Changes: http://www.tinymce.com/develop/changelog/index.php?type=tinymce Modified: head/www/tinymce3/Makefile (contents, props changed) head/www/tinymce3/distinfo (contents, props changed) head/www/tinymce3/pkg-plist (contents, props changed) Modified: head/www/tinymce3/Makefile ============================================================================== --- head/www/tinymce3/Makefile Wed Oct 10 13:05:01 2012 (r305655) +++ head/www/tinymce3/Makefile Wed Oct 10 13:08:23 2012 (r305656) @@ -1,12 +1,8 @@ -# New ports collection makefile for: tinymce -# Date created: 26 Mar 2007 -# Whom: Nick Hilliard -# +# Created by: Nick Hilliard # $FreeBSD$ -# PORTNAME= tinymce -PORTVERSION= 3.4.9 +PORTVERSION= 3.5.7 CATEGORIES= www MASTER_SITES= http://cloud.github.com/downloads/${PORTNAME}/${PORTNAME}/ \ LOCAL/sunpoet Modified: head/www/tinymce3/distinfo ============================================================================== --- head/www/tinymce3/distinfo Wed Oct 10 13:05:01 2012 (r305655) +++ head/www/tinymce3/distinfo Wed Oct 10 13:08:23 2012 (r305656) @@ -1,2 +1,2 @@ -SHA256 (tinymce_3.4.9.zip) = 085909fd8ff12f93de4867d85c98718c474017419f573cb89ba28e9c8ae7324c -SIZE (tinymce_3.4.9.zip) = 814430 +SHA256 (tinymce_3.5.7.zip) = c0a8a037d18aa83f6e3f50766b66602fa631be8d7237d96c39456d0c8476118a +SIZE (tinymce_3.5.7.zip) = 825411 Modified: head/www/tinymce3/pkg-plist ============================================================================== --- head/www/tinymce3/pkg-plist Wed Oct 10 13:05:01 2012 (r305655) +++ head/www/tinymce3/pkg-plist Wed Oct 10 13:08:23 2012 (r305656) @@ -166,6 +166,7 @@ %%WWWDIR%%/jscripts/tiny_mce/plugins/style/js/props.js %%WWWDIR%%/jscripts/tiny_mce/plugins/style/langs/en_dlg.js %%WWWDIR%%/jscripts/tiny_mce/plugins/style/props.htm +%%WWWDIR%%/jscripts/tiny_mce/plugins/style/readme.txt %%WWWDIR%%/jscripts/tiny_mce/plugins/tabfocus/editor_plugin.js %%WWWDIR%%/jscripts/tiny_mce/plugins/tabfocus/editor_plugin_src.js %%WWWDIR%%/jscripts/tiny_mce/plugins/table/cell.htm @@ -189,6 +190,9 @@ %%WWWDIR%%/jscripts/tiny_mce/plugins/template/js/template.js %%WWWDIR%%/jscripts/tiny_mce/plugins/template/langs/en_dlg.js %%WWWDIR%%/jscripts/tiny_mce/plugins/template/template.htm +%%WWWDIR%%/jscripts/tiny_mce/plugins/visualblocks/css/visualblocks.css +%%WWWDIR%%/jscripts/tiny_mce/plugins/visualblocks/editor_plugin.js +%%WWWDIR%%/jscripts/tiny_mce/plugins/visualblocks/editor_plugin_src.js %%WWWDIR%%/jscripts/tiny_mce/plugins/visualchars/editor_plugin.js %%WWWDIR%%/jscripts/tiny_mce/plugins/visualchars/editor_plugin_src.js %%WWWDIR%%/jscripts/tiny_mce/plugins/wordcount/editor_plugin.js @@ -302,6 +306,8 @@ @dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/xhtmlxtras @dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/wordcount @dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/visualchars +@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/visualblocks/css +@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/visualblocks @dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/template/langs @dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/template/js @dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/template/css