From owner-svn-ports-all@freebsd.org Tue Jan 24 00:02:05 2017 Return-Path: Delivered-To: svn-ports-all@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 01B3ECBE6B4; Tue, 24 Jan 2017 00:02:05 +0000 (UTC) (envelope-from wen@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 AD2DCCEE; Tue, 24 Jan 2017 00:02:04 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0O023aQ098140; Tue, 24 Jan 2017 00:02:03 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0O023Ci098138; Tue, 24 Jan 2017 00:02:03 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201701240002.v0O023Ci098138@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Tue, 24 Jan 2017 00:02:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r432307 - head/www/drupal7-wysiwyg 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.23 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: Tue, 24 Jan 2017 00:02:05 -0000 Author: wen Date: Tue Jan 24 00:02:03 2017 New Revision: 432307 URL: https://svnweb.freebsd.org/changeset/ports/432307 Log: - Update to 7.x.2.3 - Add LICENSE PR: 216397 Submitted by: joneum@bsdproject.de(maintainer) Modified: head/www/drupal7-wysiwyg/Makefile head/www/drupal7-wysiwyg/distinfo Modified: head/www/drupal7-wysiwyg/Makefile ============================================================================== --- head/www/drupal7-wysiwyg/Makefile Mon Jan 23 23:30:20 2017 (r432306) +++ head/www/drupal7-wysiwyg/Makefile Tue Jan 24 00:02:03 2017 (r432307) @@ -2,40 +2,39 @@ # $FreeBSD$ PORTNAME= wysiwyg -DISTVERSION= 7.x-2.2 +DISTVERSION= 7.x-2.3 CATEGORIES= www MAINTAINER= joneum@bsdproject.de COMMENT= Allows implementation of WYSIWYG editors for editing Drupal content -#LICENSE from bsd.drupal.mk +LICENSE= GPLv2 USES= drupal:7,module -MODULE_FILES= editors/css/openwysiwyg.css \ - editors/css/tinymce-2.css \ - editors/css/tinymce-3.css \ +MODULE_FILES= editors/css/tinymce-3.css \ + editors/css/tinymce-4.css \ editors/js/ckeditor-3.0.js \ + editors/js/epiceditor.js \ editors/js/fckeditor-2.6.js \ editors/js/fckeditor.config.js \ editors/js/jwysiwyg.js \ editors/js/markitup.js \ editors/js/nicedit.js \ editors/js/none.js \ - editors/js/openwysiwyg.js \ - editors/js/tinymce-2.js \ editors/js/tinymce-3.js \ + editors/js/tinymce-4.js \ editors/js/whizzywig-56.js \ editors/js/whizzywig-60.js \ editors/js/whizzywig.js \ editors/js/wymeditor.js \ editors/js/yui.js \ editors/ckeditor.inc \ + editors/epiceditor.inc \ editors/fckeditor.inc \ editors/jwysiwyg.inc \ editors/markitup.inc \ editors/nicedit.inc \ - editors/openwysiwyg.inc \ editors/tinymce.inc \ editors/whizzywig.inc \ editors/wymeditor.inc \ @@ -45,6 +44,7 @@ MODULE_FILES= editors/css/openwysiwyg.cs wysiwyg.api.js \ wysiwyg.api.php \ wysiwyg.dialog.inc \ + wysiwyg.features.inc \ wysiwyg.info \ wysiwyg.init.js \ wysiwyg.install \ Modified: head/www/drupal7-wysiwyg/distinfo ============================================================================== --- head/www/drupal7-wysiwyg/distinfo Mon Jan 23 23:30:20 2017 (r432306) +++ head/www/drupal7-wysiwyg/distinfo Tue Jan 24 00:02:03 2017 (r432307) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471063944 -SHA256 (drupal/wysiwyg-7.x-2.2.tar.gz) = 6ebbdf4bbf299b10a177f5000013c3016ff0203a747a9298755790e733860c12 -SIZE (drupal/wysiwyg-7.x-2.2.tar.gz) = 78233 +TIMESTAMP = 1485244393 +SHA256 (drupal/wysiwyg-7.x-2.3.tar.gz) = a09a056234455e2f1378d9c15724db5d6f1216c163ab4844560b659a6868f137 +SIZE (drupal/wysiwyg-7.x-2.3.tar.gz) = 108680