From owner-freebsd-ports Fri Jan 3 13:40:10 2003 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF60637B405 for ; Fri, 3 Jan 2003 13:40:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D431E43ED8 for ; Fri, 3 Jan 2003 13:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h03Le2NS051532 for ; Fri, 3 Jan 2003 13:40:02 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h03Le261051531; Fri, 3 Jan 2003 13:40:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF58A37B405 for ; Fri, 3 Jan 2003 13:36:25 -0800 (PST) Received: from postfix3-1.free.fr (postfix3-1.free.fr [213.228.0.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id D15D643ED1 for ; Fri, 3 Jan 2003 13:36:23 -0800 (PST) (envelope-from thierry@pompo.net) Received: from graf.pompo.net (lyon-4-a7-62-147-50-48.dial.proxad.net [62.147.50.48]) by postfix3-1.free.fr (Postfix) with ESMTP id 1D638C0D6 for ; Fri, 3 Jan 2003 22:36:21 +0100 (CET) Received: by graf.pompo.net (Postfix, from userid 1001) id 10D8E78AF; Fri, 3 Jan 2003 22:35:30 +0100 (CET) Message-Id: <20030103213530.10D8E78AF@graf.pompo.net> Date: Fri, 3 Jan 2003 22:35:30 +0100 (CET) From: Thierry Thomas Reply-To: Thierry Thomas To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46739: textproc/aspell: new version of the English dictionary. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 46739 >Category: ports >Synopsis: textproc/aspell: new version of the English dictionary. >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Jan 03 13:40:02 PST 2003 >Closed-Date: >Last-Modified: >Originator: Thierry Thomas >Release: FreeBSD 4.7-STABLE i386 >Organization: Kabbale Eros >Environment: System: FreeBSD graf.pompo.net 4.7-STABLE FreeBSD 4.7-STABLE #0: Sun Dec 29 12:46:07 CET 2002 root@graf.pompo.net:/usr/obj/mntsrc/src/sys/GRAF020727 i386 >Description: Upgrades the English dictionary to v. 0.51. Bumps PORTREVISION. Removes unused PLIST_SUB. >How-To-Repeat: N/A. >Fix: Please apply the following patch: diff -urN textproc/aspell.orig/Makefile textproc/aspell/Makefile --- textproc/aspell.orig/Makefile Fri Nov 29 21:04:34 2002 +++ textproc/aspell/Makefile Fri Jan 3 21:40:43 2003 @@ -7,6 +7,7 @@ PORTNAME?= aspell PORTVERSION= 0.50.3 +PORTREVISION= 1 CATEGORIES+= textproc MASTER_SITES= http://savannah.gnu.org/download/${PORTNAME}/rel/ \ ${MASTER_SITE_GNU} @@ -30,7 +31,6 @@ MAKE_ARGS= NOPORTDOCS=${NOPORTDOCS} INSTALLS_SHLIB= yes -PLIST_SUB= PORTVERSION=${PORTVERSION} WRKSRC= ${WRKDIR}/aspell-${PORTVERSION} # needed for slave ports / options DOCSDIR= ${PREFIX}/share/doc/aspell DATADIR= ${PREFIX}/share/aspell @@ -41,12 +41,15 @@ WORD_LIST_COMPRESS="${PREFIX}/bin/word-list-compress" AVAIL_DICT= br ca cs cy da de el en eo es fo fr it nl no pl pt ro ru sk sv uk DICTVERSION= 0.50 +DICTVERSION2= 0.51 DICTREVISION= 2 DICTREVISION2= 3 +DICTREVISION3= 0 UDICT1= cy UDICT2= el UDICT3= fr UDICT4= uk +UDICT5= en DICT_SUFFIX= .tar.bz2 .include @@ -174,6 +177,8 @@ DISTFILES+= aspell-${DICO}-${DICTVERSION}-${DICTREVISION2}${DICT_SUFFIX} .elif (${UDICT4} == ${DICO}) DISTFILES+= aspell-${DICO}-${DICTVERSION}-${DICTREVISION2}${DICT_SUFFIX} +.elif (${UDICT5} == ${DICO}) +DISTFILES+= aspell-${DICO}-${DICTVERSION2}-${DICTREVISION3}${DICT_SUFFIX} .else DISTFILES+= aspell-${DICO}-${DICTVERSION}-${DICTREVISION}${DICT_SUFFIX} .endif @@ -193,6 +198,9 @@ .elif (${UDICT4} == ${DICO}) @cd ${WRKDIR} && \ ${TAR} -xjf ${DISTDIR}/aspell-${DICO}-${DICTVERSION}-${DICTREVISION2}${DICT_SUFFIX} +.elif (${UDICT5} == ${DICO}) + @cd ${WRKDIR} && \ + ${TAR} -xjf ${DISTDIR}/aspell-${DICO}-${DICTVERSION2}-${DICTREVISION3}${DICT_SUFFIX} .else @cd ${WRKDIR} && \ ${TAR} -xjf ${DISTDIR}/aspell-${DICO}-${DICTVERSION}-${DICTREVISION}${DICT_SUFFIX} @@ -216,6 +224,10 @@ ${GMAKE} install .elif (${UDICT4} == ${DICO}) @cd ${WRKDIR}/aspell-${DICO}-${DICTVERSION}-${DICTREVISION2} && \ + ${CONF_DICT_ENV} ./${CONFIGURE_SCRIPT} && \ + ${GMAKE} install +.elif (${UDICT5} == ${DICO}) + @cd ${WRKDIR}/aspell-${DICO}-${DICTVERSION2}-${DICTREVISION3} && \ ${CONF_DICT_ENV} ./${CONFIGURE_SCRIPT} && \ ${GMAKE} install .else diff -urN textproc/aspell.orig/distinfo textproc/aspell/distinfo --- textproc/aspell.orig/distinfo Fri Nov 29 21:04:34 2002 +++ textproc/aspell/distinfo Fri Jan 3 21:46:14 2003 @@ -6,7 +6,7 @@ MD5 (aspell-da-0.50-2.tar.bz2) = c023f246ef448128e6a3b93388ed57e7 MD5 (aspell-de-0.50-2.tar.bz2) = 204a9737ff0110fb8c7d284bd7200f7d MD5 (aspell-el-0.50-3.tar.bz2) = 0ea2c42ceb9b91f7f5de2c017234ad37 -MD5 (aspell-en-0.50-2.tar.bz2) = 9cee7464f9e6e2eae42443048cd3c855 +MD5 (aspell-en-0.51-0.tar.bz2) = 8f1eab27d02e44b15c833d5a7b24f9cd MD5 (aspell-eo-0.50-2.tar.bz2) = f84147f5909e1a5f7adb86f27c71eb8c MD5 (aspell-es-0.50-2.tar.bz2) = 4a8583e9ef9f4aed03f5a7fe09d40060 MD5 (aspell-fo-0.50-2.tar.bz2) = 9a1031062c72ffce7dac284ed0006a02 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message