From owner-svn-ports-head@FreeBSD.ORG Tue Feb 4 13:15:01 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3275A31A; Tue, 4 Feb 2014 13:15:01 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 138931AF3; Tue, 4 Feb 2014 13:15:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s14DF0hh067206; Tue, 4 Feb 2014 13:15:00 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s14DF0v5067197; Tue, 4 Feb 2014 13:15:00 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201402041315.s14DF0v5067197@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 4 Feb 2014 13:15:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342518 - head/www/tinymce X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Feb 2014 13:15:01 -0000 Author: sunpoet Date: Tue Feb 4 13:15:00 2014 New Revision: 342518 URL: http://svnweb.freebsd.org/changeset/ports/342518 QAT: https://qat.redports.org/buildarchive/r342518/ Log: - Update to 4.0.16 - Update maintainer section Changes: http://www.tinymce.com/develop/changelog/index.php?type=tinymce Modified: head/www/tinymce/Makefile head/www/tinymce/distinfo head/www/tinymce/pkg-plist Modified: head/www/tinymce/Makefile ============================================================================== --- head/www/tinymce/Makefile Tue Feb 4 13:11:28 2014 (r342517) +++ head/www/tinymce/Makefile Tue Feb 4 13:15:00 2014 (r342518) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tinymce -PORTVERSION= 4.0.12 +PORTVERSION= 4.0.16 CATEGORIES= www MASTER_SITES= http://download.moxiecode.com/${PORTNAME}/ \ LOCAL/sunpoet @@ -29,16 +29,15 @@ MS_EMPTYDIRS= ${WRKDIR}/.ms-empty-direct MS_PLIST= ${WRKDIR}/.ms-pkg-plist genplist: do-clean extract - cd ${WRKSRC}/ && \ - ${FIND} -s * -type d -empty | ${XARGS} >> ${MS_EMPTYDIRS} && \ - ${SED} 's|[^ ]*|&/.keepme|g' ${MS_EMPTYDIRS} | ${XARGS} -J % ${TOUCH} % && \ - ${ECHO} "@owner www" > ${MS_PLIST} && \ - ${ECHO} "@group www" >> ${MS_PLIST} && \ - ${FIND} -s * -type f | ${SED} 's|^|%%WWWDIR%%/|' >> ${MS_PLIST} && \ - ${FIND} -s * -type d | ${TAIL} -r | ${SED} 's|^|@dirrm %%WWWDIR%%/|' >> ${MS_PLIST} && \ - ${ECHO} '@dirrmtry %%WWWDIR%%' >> ${MS_PLIST} && \ - ${ECHO} "@owner" > ${MS_PLIST} && \ - ${ECHO} "@group" >> ${MS_PLIST} + cd ${WRKSRC}/ && ${FIND} -s * -type d -empty | ${XARGS} >> ${MS_EMPTYDIRS} + ${SED} 's|[^ ]*|&/.keepme|g' ${MS_EMPTYDIRS} | ${XARGS} -J % ${TOUCH} % + ${ECHO} "@owner www" > ${MS_PLIST} + ${ECHO} "@group www" >> ${MS_PLIST} + cd ${WRKSRC}/ && ${FIND} -s * -type f | ${SED} 's|^|%%WWWDIR%%/|' >> ${MS_PLIST} + cd ${WRKSRC}/ && ${FIND} -s * -type d | ${TAIL} -r | ${SED} 's|^|@dirrm %%WWWDIR%%/|' >> ${MS_PLIST} + ${ECHO} '@dirrmtry %%WWWDIR%%' >> ${MS_PLIST} + ${ECHO} "@owner" >> ${MS_PLIST} + ${ECHO} "@group" >> ${MS_PLIST} #.for dir in ${MS_DIRRMTRY} # ${REINPLACE_CMD} '/^@dirrm %%WWWDIR%%\/${dir:C/\//\\\//g}$$/ s|@dirrm|&try|' ${MS_PLIST} #.endfor Modified: head/www/tinymce/distinfo ============================================================================== --- head/www/tinymce/distinfo Tue Feb 4 13:11:28 2014 (r342517) +++ head/www/tinymce/distinfo Tue Feb 4 13:15:00 2014 (r342518) @@ -1,2 +1,2 @@ -SHA256 (tinymce_4.0.12.zip) = 8163d36f600e813714479b45f7c44dcd8b5b54ce4ef840768c9d03e3ae820471 -SIZE (tinymce_4.0.12.zip) = 283160 +SHA256 (tinymce_4.0.16.zip) = 45eb1be5dc28d24cca39a38874c95d5dbc77eae29d4a45ce5fbea2287b84216e +SIZE (tinymce_4.0.16.zip) = 286325 Modified: head/www/tinymce/pkg-plist ============================================================================== --- head/www/tinymce/pkg-plist Tue Feb 4 13:11:28 2014 (r342517) +++ head/www/tinymce/pkg-plist Tue Feb 4 13:15:00 2014 (r342518) @@ -77,7 +77,6 @@ %%WWWDIR%%/js/tinymce/skins/lightgray/img/loader.gif %%WWWDIR%%/js/tinymce/skins/lightgray/img/object.gif %%WWWDIR%%/js/tinymce/skins/lightgray/img/trans.gif -%%WWWDIR%%/js/tinymce/skins/lightgray/img/wline.gif %%WWWDIR%%/js/tinymce/skins/lightgray/skin.ie7.min.css %%WWWDIR%%/js/tinymce/skins/lightgray/skin.min.css %%WWWDIR%%/js/tinymce/themes/modern/theme.min.js