svn commit: r334868 - head/www/hastymail2

Adam Weinberger adamw at FreeBSD.org
Mon Nov 25 17:13:38 UTC 2013


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
- at 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
+ at 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
- at exec if [ ! -f %D/%%WWWDIR%%/plugins/spellchecker/config.php ]; then cp -p %D/%F %B/config.php; fi
+ at 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


More information about the svn-ports-all mailing list