diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-10-09 13:44:21 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-10-09 13:44:21 +0000 |
commit | 9b624c5d74b3daf624b0dcdc45de5d1bf75767a4 (patch) | |
tree | c66c31c80f6fd22f3e082c6048613db4fe70aa64 /www | |
parent | 7bcb14f9e95946ba612f85a8506ba8bef6cf3182 (diff) |
- Update to 3.4.6
- Add my LOCAL to MASTER_SITES
- Use COPYTREE_SHARE to guarantee the permission of installed files
Changes: http://www.tinymce.com/develop/changelog/index.php?type=tinymce
Notes
Notes:
svn path=/head/; revision=283241
Diffstat (limited to 'www')
-rw-r--r-- | www/tinymce3/Makefile | 14 | ||||
-rw-r--r-- | www/tinymce3/distinfo | 4 | ||||
-rw-r--r-- | www/tinymce3/pkg-plist | 5 |
3 files changed, 17 insertions, 6 deletions
diff --git a/www/tinymce3/Makefile b/www/tinymce3/Makefile index ca4dc36f257c..2ffe59d21d7b 100644 --- a/www/tinymce3/Makefile +++ b/www/tinymce3/Makefile @@ -6,9 +6,10 @@ # PORTNAME= tinymce -PORTVERSION= 3.4.5 +PORTVERSION= 3.4.6 CATEGORIES= www -MASTER_SITES= http://cloud.github.com/downloads/${PORTNAME}/${PORTNAME}/ +MASTER_SITES= http://cloud.github.com/downloads/${PORTNAME}/${PORTNAME}/ \ + LOCAL/sunpoet DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org @@ -18,8 +19,13 @@ 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 + do-install: - ${INSTALL} -d -m 0755 ${WWWDIR} - (cd ${WRKSRC} && ${FIND} . | ${CPIO} -pdmu -R${WWWOWN}:${WWWGRP} ${WWWDIR}) + cd ${WRKSRC}/ && ${COPYTREE_SHARE} . ${WWWDIR}/ + ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}/ .include <bsd.port.mk> diff --git a/www/tinymce3/distinfo b/www/tinymce3/distinfo index 16fac3a9b89c..811548fd6cca 100644 --- a/www/tinymce3/distinfo +++ b/www/tinymce3/distinfo @@ -1,2 +1,2 @@ -SHA256 (tinymce_3.4.5.zip) = cc2a5ff42a05203c604aaa9a2d00eaa5172207fcd163090bac85100919b0ce72 -SIZE (tinymce_3.4.5.zip) = 813685 +SHA256 (tinymce_3.4.6.zip) = 5310c77f844ced05591be332f7f25538949e5ef9849395e9e28ba6b057677ba8 +SIZE (tinymce_3.4.6.zip) = 817087 diff --git a/www/tinymce3/pkg-plist b/www/tinymce3/pkg-plist index e4fa6865f0ef..c67ba3a81ea2 100644 --- a/www/tinymce3/pkg-plist +++ b/www/tinymce3/pkg-plist @@ -156,10 +156,12 @@ %%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 @@ -315,8 +317,11 @@ @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 |