From owner-cvs-all@FreeBSD.ORG Mon Nov 8 15:35:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 282B316A4CE; Mon, 8 Nov 2004 15:35:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A02843D4C; Mon, 8 Nov 2004 15:35:46 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id iA8FZjwo026243; Mon, 8 Nov 2004 15:35:45 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id iA8FZjjK026242; Mon, 8 Nov 2004 15:35:45 GMT (envelope-from thierry) Message-Id: <200411081535.iA8FZjjK026242@repoman.freebsd.org> From: Thierry Thomas Date: Mon, 8 Nov 2004 15:35:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/aspell Makefile distinfo pkg-plist ports/textproc/aspell/files patch-Makefile.in patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Nov 2004 15:35:46 -0000 thierry 2004-11-08 15:35:45 UTC FreeBSD ports repository Modified files: textproc/aspell Makefile distinfo pkg-plist textproc/aspell/files patch-Makefile.in patch-configure Log: Upgrade to 0.60.1. This release adds a new Nroff and Texinfo filter and fixes a number of bugs and portability problems. Warning: aspell-0.60.1 is now incompatible with the base ncurses. To keep the ncurses interfaces, please define WITH_NCURSES: aspell will then depend on the port devel/ncurses. Since devel/ncurses is not packageable, this is not the default. Revision Changes Path 1.66 +20 -7 ports/textproc/aspell/Makefile 1.34 +2 -2 ports/textproc/aspell/distinfo 1.5 +9 -9 ports/textproc/aspell/files/patch-Makefile.in 1.6 +23 -5 ports/textproc/aspell/files/patch-configure 1.26 +2 -0 ports/textproc/aspell/pkg-plist