Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 92AED1A9239 for ; Thu, 28 Jan 2021 22:35:14 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id BD1A084D71; Thu, 28 Jan 2021 22:35:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 046DB84D58 for ; Thu, 28 Jan 2021 22:35:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 6hXD15sqLRcB for ; Thu, 28 Jan 2021 22:35:12 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 5EEEF84CED for ; Thu, 28 Jan 2021 22:35:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 535AEFA90; Thu, 28 Jan 2021 22:35:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161187331291380" MIME-Version: 1.0 Date: Thu, 28 Jan 2021 22:35:12 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/textproc/ispell-en_GB To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20210128223512.535AEFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161187331291380 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Thu Jan 28 22:35:12 UTC 2021 Modified Files: pkgsrc/textproc/ispell-en_GB: Makefile Log Message: ispell-en_GB: catch up with ispell version It may make more sense to use a Makefile.common in ispell, but for now this fixes things. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/textproc/ispell-en_GB/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161187331291380 Content-Disposition: inline Content-Length: 613 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/ispell-en_GB/Makefile diff -u pkgsrc/textproc/ispell-en_GB/Makefile:1.9 pkgsrc/textproc/ispell-en_GB/Makefile:1.10 --- pkgsrc/textproc/ispell-en_GB/Makefile:1.9 Sun Apr 19 13:50:39 2020 +++ pkgsrc/textproc/ispell-en_GB/Makefile Thu Jan 28 22:35:12 2021 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2020/04/19 13:50:39 gutteridge Exp $ +# $NetBSD: Makefile,v 1.10 2021/01/28 22:35:12 gutteridge Exp $ # -DISTNAME= ispell-3.4.00 +DISTNAME= ispell-3.4.02 PKGNAME= ${DISTNAME:S/-/-${DICT_LANG}-/1} CATEGORIES= textproc MASTER_SITES= http://fmg-www.cs.ucla.edu/geoff/tars/ --_----------=_161187331291380--