From owner-svn-ports-head@freebsd.org Sat Oct 3 17:09:09 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 CF674A0E920; Sat, 3 Oct 2015 17:09:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 818271AEE; Sat, 3 Oct 2015 17:09:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t93H99ZL010812; Sat, 3 Oct 2015 17:09:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t93H98Jj010807; Sat, 3 Oct 2015 17:09:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201510031709.t93H98Jj010807@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 3 Oct 2015 17:09:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398505 - 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: Sat, 03 Oct 2015 17:09:09 -0000 Author: sunpoet Date: Sat Oct 3 17:09:07 2015 New Revision: 398505 URL: https://svnweb.freebsd.org/changeset/ports/398505 Log: - Update to 4.2.6 - Add LICENSE_FILE - Add NO_ARCH 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 Sat Oct 3 17:09:02 2015 (r398504) +++ head/www/tinymce/Makefile Sat Oct 3 17:09:07 2015 (r398505) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tinymce -PORTVERSION= 4.1.10 +PORTVERSION= 4.2.6 CATEGORIES= www MASTER_SITES= http://download.moxiecode.com/${PORTNAME}/ \ LOCAL/sunpoet @@ -12,9 +12,11 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Open source JavaScript HTML WYSIWYG editor for web sites LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/LICENSE.TXT CONFLICTS_INSTALL= tinymce-[0-35-9]* tinymce3-[0-9]* +NO_ARCH= yes NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME} USES= cpe zip Modified: head/www/tinymce/distinfo ============================================================================== --- head/www/tinymce/distinfo Sat Oct 3 17:09:02 2015 (r398504) +++ head/www/tinymce/distinfo Sat Oct 3 17:09:07 2015 (r398505) @@ -1,2 +1,2 @@ -SHA256 (tinymce_4.1.10.zip) = 73d6da161c2340cdc5347125345d0aa9b4753ec629834f62a1f30f8c3b6ff834 -SIZE (tinymce_4.1.10.zip) = 307442 +SHA256 (tinymce_4.2.6.zip) = e3a67da4a7c98df1f08152f6aeb515521b9407b3d6296e0a792d7f43e1e7d162 +SIZE (tinymce_4.2.6.zip) = 333465 Modified: head/www/tinymce/pkg-plist ============================================================================== --- head/www/tinymce/pkg-plist Sat Oct 3 17:09:02 2015 (r398504) +++ head/www/tinymce/pkg-plist Sat Oct 3 17:09:07 2015 (r398505) @@ -39,6 +39,7 @@ %%WWWDIR%%/js/tinymce/plugins/fullscreen/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 %%WWWDIR%%/js/tinymce/plugins/importcss/plugin.min.js %%WWWDIR%%/js/tinymce/plugins/insertdatetime/plugin.min.js %%WWWDIR%%/js/tinymce/plugins/layer/plugin.min.js