From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 16 14:20:05 2007 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7C5E616A481 for ; Wed, 16 May 2007 14:20:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 5F76413C46C for ; Wed, 16 May 2007 14:20:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4GEK5x2083629 for ; Wed, 16 May 2007 14:20:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4GEK56J083628; Wed, 16 May 2007 14:20:05 GMT (envelope-from gnats) Resent-Date: Wed, 16 May 2007 14:20:05 GMT Resent-Message-Id: <200705161420.l4GEK56J083628@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, chinsan Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 42C4216A407 for ; Wed, 16 May 2007 14:19:09 +0000 (UTC) (envelope-from chinsan@chinsan.twbbs.org) Received: from chinsan.twbbs.org (220-132-119-51.HINET-IP.hinet.net [220.132.119.51]) by mx1.freebsd.org (Postfix) with ESMTP id D8CDA13C4AE for ; Wed, 16 May 2007 14:19:08 +0000 (UTC) (envelope-from chinsan@chinsan.twbbs.org) Received: by chinsan.twbbs.org (Postfix, from userid 1001) id 0D9A11145E; Wed, 16 May 2007 22:19:27 +0800 (CST) Message-Id: <20070516141927.0D9A11145E@chinsan.twbbs.org> Date: Wed, 16 May 2007 22:19:27 +0800 (CST) From: chinsan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: jmz@FreeBSD.org Subject: ports/112715: [PATCH] textproc/ispell: correct the deprecated `/stand' and make portlint more happy X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2007 14:20:05 -0000 >Number: 112715 >Category: ports >Synopsis: [PATCH] textproc/ispell: correct the deprecated `/stand' and make portlint more happy >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed May 16 14:20:04 GMT 2007 >Closed-Date: >Last-Modified: >Originator: chinsan >Release: FreeBSD 6.2-STABLE i386 >Organization: Taiwan >Environment: System: FreeBSD chinsan.twbbs.org 6.2-STABLE FreeBSD 6.2-STABLE #6: Mon Feb 5 23:22:25 CST >Description: - correct the deprecated `/stand' - make portlint more happy Port maintainer (jmz@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- ispell-3.2.06_18.patch begins here --- diff -ruN --exclude=CVS /usr/ports/textproc/ispell/Makefile /usr/home/chinsan/project/ispell/Makefile --- /usr/ports/textproc/ispell/Makefile Sun Apr 15 20:17:33 2007 +++ /usr/home/chinsan/project/ispell/Makefile Wed May 16 22:16:20 2007 @@ -16,7 +16,8 @@ MAINTAINER?= jmz@FreeBSD.org COMMENT= An interactive spelling checker for multiple languages -ISPELL_FILES= ispell-3.2.06.tar.gz + +ISPELL_FILES= ispell-3.2.06.tar.gz MAN1= ispell.1 MAN4= ispell.4 english.4 @@ -67,7 +68,7 @@ .if defined(ISPELL_BRITISH) SCRIPTS_ENV+= ISPELL_BRITISH=${ISPELL_BRITISH} .if defined(ISPELL_INCLAMERICAN) -SCRIPTS_ENV+= ISPELL_INCLAMERICAN=${ISPELL_INCLAMERICAN} +SCRIPTS_ENV+= ISPELL_INCLAMERICAN=${ISPELL_INCLAMERICAN} .endif .endif .if defined(ISPELL_IT) diff -ruN --exclude=CVS /usr/ports/textproc/ispell/pkg-plist /usr/home/chinsan/project/ispell/pkg-plist --- /usr/ports/textproc/ispell/pkg-plist Sun Feb 23 04:14:57 2003 +++ /usr/home/chinsan/project/ispell/pkg-plist Wed May 16 22:14:15 2007 @@ -8,6 +8,6 @@ bin/ispell bin/munchlist bin/tryaffix -share/ispell/english.aff -share/ispell/english.dict -share/ispell/english.hash +%%DATADIR%%/english.aff +%%DATADIR%%/english.dict +%%DATADIR%%/english.hash diff -ruN --exclude=CVS /usr/ports/textproc/ispell/scripts/configure /usr/home/chinsan/project/ispell/scripts/configure --- /usr/ports/textproc/ispell/scripts/configure Mon Oct 30 03:28:04 2006 +++ /usr/home/chinsan/project/ispell/scripts/configure Wed May 16 22:13:21 2007 @@ -6,7 +6,7 @@ fi if [ ! -f /usr/share/dict/words ]; then echo "you need to install /usr/share/dict/words from the 'dict' distribution first" - echo "(This is done using /stand/sysinstall. The 'textproc/dict' port in the ports" + echo "(This is done using sysinstall. The 'textproc/dict' port in the ports" echo " tree is NOT what you need.)" exit 1 fi --- ispell-3.2.06_18.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: