View | Details | Raw Unified | Return to bug 202980
Collapse All | Expand All

(-)mail/squirrelmail/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	squirrelmail
4
PORTNAME=	squirrelmail
5
PORTVERSION=	20150324
5
PORTVERSION=	20150324
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	mail www
7
CATEGORIES=	mail www
8
MASTER_SITES=	LOCAL/adamw/squirrelmail
8
MASTER_SITES=	LOCAL/adamw/squirrelmail
9
DISTNAME=	${PORTNAME}-${PORTVERSION}_0200-SVN.stable
9
DISTNAME=	${PORTNAME}-${PORTVERSION}_0200-SVN.stable
Lines 51-57 Link Here
51
LDAP_USE=	PHP=ldap
51
LDAP_USE=	PHP=ldap
52
52
53
post-patch:
53
post-patch:
54
	@${REINPLACE_CMD} -e 's|ispell|${LOCALBASE}/bin/ispell|g' \
54
	@${REINPLACE_CMD} -e 's|ispell|${LOCALBASE}/bin/aspell|g' \
55
		${WRKSRC}/plugins/squirrelspell/sqspell_config.php
55
		${WRKSRC}/plugins/squirrelspell/sqspell_config.php
56
	@${REINPLACE_CMD} -e 's|/usr/bin/fortune|/usr/games/fortune|g' \
56
	@${REINPLACE_CMD} -e 's|/usr/bin/fortune|/usr/games/fortune|g' \
57
		${WRKSRC}/plugins/fortune/fortune_functions.php
57
		${WRKSRC}/plugins/fortune/fortune_functions.php
(-)mail/squirrelmail/files/patch-plugins-squirrelspell-sqspell_config.php (+12 lines)
Line 0 Link Here
1
--- plugins/squirrelspell/sqspell_config.php	2015-09-08 19:26:46.011383074 -0400
2
+++ plugins/squirrelspell/sqspell_config.php	2015-09-08 19:27:02.034382624 -0400
3
@@ -22,9 +22,6 @@
4
  *
5
  * $SQSPELL_APP = array( 'English' => 'ispell -a',
6
  *                     'Spanish' => 'ispell -d spanish -a' );
7
- * You can replace ispell with aspell keeping the same commandline:
8
- * $SQSPELL_APP = array( 'English' => 'aspell -a',
9
- *                     'Spanish' => 'aspell -d spanish -a' );
10
  */
11
 $SQSPELL_APP = array('English' => 'ispell -a',
12
 			'Spanish' => 'ispell -d spanish -a');

Return to bug 202980