Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Nov 2013 17:13:38 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r334868 - head/www/hastymail2
Message-ID:  <201311251713.rAPHDc20031855@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311251713.rAPHDc20031855>