Date: Tue, 28 Jan 2014 14:40:41 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341583 - in head: devel/otrs mail/horde3-imp mail/mutt mail/mutt14 mail/openwebmail Message-ID: <201401281440.s0SEefos016707@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Tue Jan 28 14:40:41 2014 New Revision: 341583 URL: http://svnweb.freebsd.org/changeset/ports/341583 QAT: https://qat.redports.org/buildarchive/r341583/ Log: Switch ispell to aspell-ispell Modified: head/devel/otrs/Makefile head/mail/horde3-imp/Makefile head/mail/mutt/Makefile head/mail/mutt14/Makefile head/mail/openwebmail/Makefile Modified: head/devel/otrs/Makefile ============================================================================== --- head/devel/otrs/Makefile Tue Jan 28 14:37:13 2014 (r341582) +++ head/devel/otrs/Makefile Tue Jan 28 14:40:41 2014 (r341583) @@ -132,7 +132,7 @@ RUN_DEPENDS+= p5-IO-Compress>=2.017:${PO .endif .if ${PORT_OPTIONS:MISPELL} -RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell +RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/aspell-ispell .endif .if ${PORT_OPTIONS:MASPELL} Modified: head/mail/horde3-imp/Makefile ============================================================================== --- head/mail/horde3-imp/Makefile Tue Jan 28 14:37:13 2014 (r341582) +++ head/mail/horde3-imp/Makefile Tue Jan 28 14:40:41 2014 (r341583) @@ -55,7 +55,7 @@ RUN_DEPENDS+= ${PEARDIR}/Mail/mimeDecode .if !defined(WITHOUT_ASPELL) RUN_DEPENDS+= ${LOCALBASE}/bin/aspell:${PORTSDIR}/textproc/aspell .elif defined(WITH_ISPELL) -RUN_DEPENDS+= ${LOCALBASE}/bin/ispell:${PORTSDIR}/textproc/ispell +RUN_DEPENDS+= ${LOCALBASE}/bin/ispell:${PORTSDIR}/textproc/aspell-ispell .endif .if defined(WITH_HTML) Modified: head/mail/mutt/Makefile ============================================================================== --- head/mail/mutt/Makefile Tue Jan 28 14:37:13 2014 (r341582) +++ head/mail/mutt/Makefile Tue Jan 28 14:40:41 2014 (r341583) @@ -150,8 +150,8 @@ RUN_DEPENDS+= ${LOCALBASE}/etc/mime.type BUILD_DEPENDS+= aspell:${PORTSDIR}/textproc/aspell RUN_DEPENDS+= aspell:${PORTSDIR}/textproc/aspell .elif ${PORT_OPTIONS:MISPELL} -BUILD_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell -RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell +BUILD_DEPENDS+= ispell:${PORTSDIR}/textproc/aspell-ispell +RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/aspell-ispell .endif .if defined(PACKAGE_BUILDING) RUN_DEPENDS+= urlview:${PORTSDIR}/textproc/urlview Modified: head/mail/mutt14/Makefile ============================================================================== --- head/mail/mutt14/Makefile Tue Jan 28 14:37:13 2014 (r341582) +++ head/mail/mutt14/Makefile Tue Jan 28 14:40:41 2014 (r341583) @@ -57,8 +57,8 @@ NO_STAGE= yes RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support .if defined(PACKAGE_BUILDING) && !defined (MUTT_LITE) WITH_SLANG= yes -BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell -RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell \ +BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/aspell-ispell +RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/aspell-ispell \ urlview:${PORTSDIR}/textproc/urlview .endif Modified: head/mail/openwebmail/Makefile ============================================================================== --- head/mail/openwebmail/Makefile Tue Jan 28 14:37:13 2014 (r341582) +++ head/mail/openwebmail/Makefile Tue Jan 28 14:40:41 2014 (r341583) @@ -77,7 +77,7 @@ RUN_DEPENDS+= convert:${PORTSDIR}/graphi .endif .if ${PORT_OPTIONS:MISPELL} -RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell +RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/aspell-ispell .endif .if ${PORT_OPTIONS:MLSOF}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401281440.s0SEefos016707>