From owner-svn-ports-head@FreeBSD.ORG Tue Jan 28 14:15:55 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 46BB9C08; Tue, 28 Jan 2014 14:15:55 +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 31D5C1181; Tue, 28 Jan 2014 14:15:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0SEFtqW007347; Tue, 28 Jan 2014 14:15:55 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0SEFtcx007346; Tue, 28 Jan 2014 14:15:55 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201401281415.s0SEFtcx007346@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 28 Jan 2014 14:15:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341572 - head/mail/alpine 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:15:55 -0000 Author: bapt Date: Tue Jan 28 14:15:54 2014 New Revision: 341572 URL: http://svnweb.freebsd.org/changeset/ports/341572 QAT: https://qat.redports.org/buildarchive/r341572/ Log: Switch ispell to aspell-ispell Modified: head/mail/alpine/Makefile Modified: head/mail/alpine/Makefile ============================================================================== --- head/mail/alpine/Makefile Tue Jan 28 14:15:21 2014 (r341571) +++ head/mail/alpine/Makefile Tue Jan 28 14:15:54 2014 (r341572) @@ -72,8 +72,8 @@ BUILD_DEPENDS+= aspell:${PORTSDIR}/textp RUN_DEPENDS+= aspell:${PORTSDIR}/textproc/aspell .else CONFIGURE_ARGS+= --with-interactive-spellcheck=${LOCALBASE}/bin/ispell -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 .else CONFIGURE_ARGS+=--without-simple-spellcheck --without-interactive-spellcheck