From owner-svn-ports-all@FreeBSD.ORG Mon Nov 25 17:13:38 2013 Return-Path: Delivered-To: svn-ports-all@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 D2506F41; Mon, 25 Nov 2013 17:13:38 +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 A75972908; Mon, 25 Nov 2013 17:13:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPHDckG031857; Mon, 25 Nov 2013 17:13:38 GMT (envelope-from adamw@svn.freebsd.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPHDc20031855; Mon, 25 Nov 2013 17:13:38 GMT (envelope-from adamw@svn.freebsd.org) Message-Id: <201311251713.rAPHDc20031855@svn.freebsd.org> From: Adam Weinberger Date: Mon, 25 Nov 2013 17:13:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334868 - head/www/hastymail2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 17:13:38 -0000 Author: adamw Date: Mon Nov 25 17:13:37 2013 New Revision: 334868 URL: http://svnweb.freebsd.org/changeset/ports/334868 Log: Correct plist error Modified: head/www/hastymail2/Makefile head/www/hastymail2/pkg-plist Modified: head/www/hastymail2/Makefile ============================================================================== --- head/www/hastymail2/Makefile Mon Nov 25 17:04:17 2013 (r334867) +++ head/www/hastymail2/Makefile Mon Nov 25 17:13:37 2013 (r334868) @@ -3,7 +3,7 @@ PORTNAME= hastymail2 PORTVERSION= 1.1 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= www mail MASTER_SITES= SF/hastymail/Hastymail2%20Stable%20Releases/Hastymail2%201.1/ Modified: head/www/hastymail2/pkg-plist ============================================================================== --- head/www/hastymail2/pkg-plist Mon Nov 25 17:04:17 2013 (r334867) +++ head/www/hastymail2/pkg-plist Mon Nov 25 17:13:37 2013 (r334868) @@ -429,9 +429,9 @@ %%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/spellchecker/classes/SpellChecker.php %%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/spellchecker/classes/utils/JSON.php %%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/spellchecker/classes/utils/Logger.php -@unexec if cmp -s %D/%%WWWDIR%%/plugins/spellchecker/config.php.sample %D/%%WWWDIR%%/plugins/spellchecker/config.php; then rm -f %D/%%WWWDIR%%/plugins/spellchecker/config.php; fi +@unexec if cmp -s %D/%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/spellchecker/config.php.sample %D/%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/spellchecker/config.php; then rm -f %D/%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/spellchecker/config.php; fi %%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/spellchecker/config.php.sample -@exec if [ ! -f %D/%%WWWDIR%%/plugins/spellchecker/config.php ]; then cp -p %D/%F %B/config.php; fi +@exec if [ ! -f %D/%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/spellchecker/config.php ]; then cp -p %D/%F %B/config.php; fi %%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/spellchecker/css/content.css %%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/spellchecker/editor_plugin.js %%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/spellchecker/editor_plugin_src.js