Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 May 2007 22:19:27 +0800 (CST)
From:      chinsan <chinsan@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        jmz@FreeBSD.org
Subject:   ports/112715: [PATCH] textproc/ispell: correct the deprecated `/stand' and make portlint more happy
Message-ID:  <20070516141927.0D9A11145E@chinsan.twbbs.org>
Resent-Message-ID: <200705161420.l4GEK56J083628@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070516141927.0D9A11145E>