diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-11-07 03:34:55 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-11-07 03:34:55 +0000 |
commit | b0f532ac2a64051c4089a9d8d2c0ae9e124b7493 (patch) | |
tree | 785e86e6d18f0c3b524a5b9b678d2ce18bcd944c /www | |
parent | 689f9a82514ba8c54a92eb71e387a80e1c3d0be8 (diff) | |
download | ports-b0f532ac2a64051c4089a9d8d2c0ae9e124b7493.tar.gz ports-b0f532ac2a64051c4089a9d8d2c0ae9e124b7493.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/tinymce3/Makefile | 10 | ||||
-rw-r--r-- | www/tinymce3/distinfo | 4 | ||||
-rw-r--r-- | www/tinymce3/pkg-plist | 5 |
3 files changed, 7 insertions, 12 deletions
diff --git a/www/tinymce3/Makefile b/www/tinymce3/Makefile index 2ffe59d21d7b..90f1c5cfb321 100644 --- a/www/tinymce3/Makefile +++ b/www/tinymce3/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tinymce -PORTVERSION= 3.4.6 +PORTVERSION= 3.4.7 CATEGORIES= www MASTER_SITES= http://cloud.github.com/downloads/${PORTNAME}/${PORTNAME}/ \ LOCAL/sunpoet @@ -19,10 +19,10 @@ NO_BUILD= yes USE_ZIP= yes WRKSRC= ${WRKDIR}/${PORTNAME} -post-extract: - @${TOUCH} \ - ${WRKSRC}/jscripts/tiny_mce/plugins/spellchecker/classes/utils/.keepme \ - ${WRKSRC}/jscripts/tiny_mce/plugins/spellchecker/includes/.keepme +#post-extract: +# @${TOUCH} \ +# ${WRKSRC}/jscripts/tiny_mce/plugins/spellchecker/classes/utils/.keepme \ +# ${WRKSRC}/jscripts/tiny_mce/plugins/spellchecker/includes/.keepme do-install: cd ${WRKSRC}/ && ${COPYTREE_SHARE} . ${WWWDIR}/ diff --git a/www/tinymce3/distinfo b/www/tinymce3/distinfo index 811548fd6cca..0150b8f281f9 100644 --- a/www/tinymce3/distinfo +++ b/www/tinymce3/distinfo @@ -1,2 +1,2 @@ -SHA256 (tinymce_3.4.6.zip) = 5310c77f844ced05591be332f7f25538949e5ef9849395e9e28ba6b057677ba8 -SIZE (tinymce_3.4.6.zip) = 817087 +SHA256 (tinymce_3.4.7.zip) = 2096c6192e89949fb955165da23eae47968eb48b3fde3fa1075849901c9f7862 +SIZE (tinymce_3.4.7.zip) = 810120 diff --git a/www/tinymce3/pkg-plist b/www/tinymce3/pkg-plist index c67ba3a81ea2..e4fa6865f0ef 100644 --- a/www/tinymce3/pkg-plist +++ b/www/tinymce3/pkg-plist @@ -156,12 +156,10 @@ %%WWWDIR%%/jscripts/tiny_mce/plugins/searchreplace/js/searchreplace.js %%WWWDIR%%/jscripts/tiny_mce/plugins/searchreplace/langs/en_dlg.js %%WWWDIR%%/jscripts/tiny_mce/plugins/searchreplace/searchreplace.htm -%%WWWDIR%%/jscripts/tiny_mce/plugins/spellchecker/classes/utils/.keepme %%WWWDIR%%/jscripts/tiny_mce/plugins/spellchecker/css/content.css %%WWWDIR%%/jscripts/tiny_mce/plugins/spellchecker/editor_plugin.js %%WWWDIR%%/jscripts/tiny_mce/plugins/spellchecker/editor_plugin_src.js %%WWWDIR%%/jscripts/tiny_mce/plugins/spellchecker/img/wline.gif -%%WWWDIR%%/jscripts/tiny_mce/plugins/spellchecker/includes/.keepme %%WWWDIR%%/jscripts/tiny_mce/plugins/style/css/props.css %%WWWDIR%%/jscripts/tiny_mce/plugins/style/editor_plugin.js %%WWWDIR%%/jscripts/tiny_mce/plugins/style/editor_plugin_src.js @@ -317,11 +315,8 @@ @dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/style/js @dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/style/css @dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/style -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/spellchecker/includes @dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/spellchecker/img @dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/spellchecker/css -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/spellchecker/classes/utils -@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/spellchecker/classes @dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/spellchecker @dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/searchreplace/langs @dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/searchreplace/js |