- 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
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2011-10-09 13:44:21 +00:00
parent 7bcb14f9e9
commit 9b624c5d74
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=283241
3 changed files with 17 additions and 6 deletions

View file

@ -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>

View file

@ -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

View file

@ -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