Date: Tue, 24 Jan 2017 00:02:03 +0000 (UTC) From: Wen Heping <wen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r432307 - head/www/drupal7-wysiwyg Message-ID: <201701240002.v0O023Ci098138@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701240002.v0O023Ci098138>