From owner-svn-ports-head@FreeBSD.ORG Tue Jan 28 14:40:42 2014 Return-Path: Delivered-To: svn-ports-head@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 D322CDE7; Tue, 28 Jan 2014 14:40:42 +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 BE0AD1359; Tue, 28 Jan 2014 14:40:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0SEegKF016972; Tue, 28 Jan 2014 14:40:42 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0SEefos016707; Tue, 28 Jan 2014 14:40:41 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201401281440.s0SEefos016707@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 28 Jan 2014 14:40:41 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jan 2014 14:40:43 -0000 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}