diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-06-11 22:25:54 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-06-11 22:25:54 +0800 |
commit | 7c5e0d4ff68dbfdb8d6d36b0ee91039c641e2c09 (patch) | |
tree | 74acf499984210e2a86a0cb3cb5109ca72f791f4 | |
parent | f57adf2cf15685af1f4a5400b264ea468c8de192 (diff) | |
download | freebsd-ports-gnome-7c5e0d4ff68dbfdb8d6d36b0ee91039c641e2c09.tar.gz freebsd-ports-gnome-7c5e0d4ff68dbfdb8d6d36b0ee91039c641e2c09.tar.zst freebsd-ports-gnome-7c5e0d4ff68dbfdb8d6d36b0ee91039c641e2c09.zip |
- Update to 3.4.3
Changes: http://tinymce.moxiecode.com/develop/changelog/?type=tinymce
PR: ports/157751
Submitted by: Jin-Sih Lin <linpct@gmail.com>
-rw-r--r-- | www/tinymce3/Makefile | 2 | ||||
-rw-r--r-- | www/tinymce3/distinfo | 4 | ||||
-rw-r--r-- | www/tinymce3/pkg-plist | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/www/tinymce3/Makefile b/www/tinymce3/Makefile index 179815462f1d..11325c7730d8 100644 --- a/www/tinymce3/Makefile +++ b/www/tinymce3/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tinymce -PORTVERSION= 3.4.2 +PORTVERSION= 3.4.3 CATEGORIES= www MASTER_SITES= http://cloud.github.com/downloads/${PORTNAME}/${PORTNAME}/ DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/www/tinymce3/distinfo b/www/tinymce3/distinfo index b55e3fd1ca4a..cbfdd6742f33 100644 --- a/www/tinymce3/distinfo +++ b/www/tinymce3/distinfo @@ -1,2 +1,2 @@ -SHA256 (tinymce_3.4.2.zip) = 4725871bcf1e3579fb7062ccfc2c5a05205b711f14a7bd6f3db44ab2b64ef348 -SIZE (tinymce_3.4.2.zip) = 807501 +SHA256 (tinymce_3.4.3.zip) = f34ddd77dc68f444b9e9afdf861470343fe60b2d37e22dc9b7e39d3561bdb671 +SIZE (tinymce_3.4.3.zip) = 803972 diff --git a/www/tinymce3/pkg-plist b/www/tinymce3/pkg-plist index 73cf534119ce..e4fa6865f0ef 100644 --- a/www/tinymce3/pkg-plist +++ b/www/tinymce3/pkg-plist @@ -88,6 +88,8 @@ %%WWWDIR%%/jscripts/tiny_mce/plugins/example/js/dialog.js %%WWWDIR%%/jscripts/tiny_mce/plugins/example/langs/en.js %%WWWDIR%%/jscripts/tiny_mce/plugins/example/langs/en_dlg.js +%%WWWDIR%%/jscripts/tiny_mce/plugins/example_dependency/editor_plugin.js +%%WWWDIR%%/jscripts/tiny_mce/plugins/example_dependency/editor_plugin_src.js %%WWWDIR%%/jscripts/tiny_mce/plugins/fullpage/css/fullpage.css %%WWWDIR%%/jscripts/tiny_mce/plugins/fullpage/editor_plugin.js %%WWWDIR%%/jscripts/tiny_mce/plugins/fullpage/editor_plugin_src.js @@ -348,6 +350,7 @@ @dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/fullpage/js @dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/fullpage/css @dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/fullpage +@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/example_dependency @dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/example/langs @dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/example/js @dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/example/img |