Received: by mail.netbsd.org (Postfix, from userid 605) id 60C2F84F50; Sun, 14 Jan 2024 20:24:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9187684D8C for ; Sun, 14 Jan 2024 20:24:33 +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 L14hVUhbrAql for ; Sun, 14 Jan 2024 20:24:33 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0654484CFC for ; Sun, 14 Jan 2024 20:24:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F16B2FA42; Sun, 14 Jan 2024 20:24:32 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1705263872297910" MIME-Version: 1.0 Date: Sun, 14 Jan 2024 20:24:32 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/textproc/enchant2 To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240114202432.F16B2FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1705263872297910 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: wiz Date: Sun Jan 14 20:24:32 UTC 2024 Modified Files: pkgsrc/textproc/enchant2: Makefile distinfo Log Message: enchant2: update to 2.6.5. 2.6.5 (January 7, 2024) ----------------------- This version permits error messages from spelling providers not to be valid UTF-8. This allows error messages in particular about invalid UTF-8 characters in personal wordlists to be shown to the user. Developers take note! The --with-hunspell-dir configure option is removed (along with all the other ---with-PROVIDER-dir options, which did nothing). Users who have Hunspell dictionaries in non-standard locations should set the Hunspell-specific environment variable DICPATH, or copy the dictionaries into their user’s Enchant configuration directory (for example ~/.config/enchant/hunspell). Doxygen API documentation is now included in the release tarball (it is also now available online). To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 pkgsrc/textproc/enchant2/Makefile cvs rdiff -u -r1.24 -r1.25 pkgsrc/textproc/enchant2/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1705263872297910 Content-Disposition: inline Content-Length: 1646 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/enchant2/Makefile diff -u pkgsrc/textproc/enchant2/Makefile:1.35 pkgsrc/textproc/enchant2/Makefile:1.36 --- pkgsrc/textproc/enchant2/Makefile:1.35 Tue Dec 26 13:33:48 2023 +++ pkgsrc/textproc/enchant2/Makefile Sun Jan 14 20:24:32 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.35 2023/12/26 13:33:48 tnn Exp $ +# $NetBSD: Makefile,v 1.36 2024/01/14 20:24:32 wiz Exp $ -DISTNAME= enchant-2.6.4 +DISTNAME= enchant-2.6.5 PKGNAME= ${DISTNAME:S/enchant/enchant2/} CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=AbiWord/} Index: pkgsrc/textproc/enchant2/distinfo diff -u pkgsrc/textproc/enchant2/distinfo:1.24 pkgsrc/textproc/enchant2/distinfo:1.25 --- pkgsrc/textproc/enchant2/distinfo:1.24 Sun Dec 17 22:31:22 2023 +++ pkgsrc/textproc/enchant2/distinfo Sun Jan 14 20:24:32 2024 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.24 2023/12/17 22:31:22 wiz Exp $ +$NetBSD: distinfo,v 1.25 2024/01/14 20:24:32 wiz Exp $ -BLAKE2s (enchant-2.6.4.tar.gz) = 9e3570bacbc800be46ba07e03ab4707bcb4a11c84133576d73133c0b4c4946e6 -SHA512 (enchant-2.6.4.tar.gz) = 56d683000f91817638ccbc902aaf29ce147e46236974e8049fbf71f8a984597b6941bc373c4e19e50dc7b07fb341df3be5508ef9d59ad96f2e00ecb556b47eae -Size (enchant-2.6.4.tar.gz) = 1018098 bytes +BLAKE2s (enchant-2.6.5.tar.gz) = 92684a63facdfea55ef0edee140720424fff18146f20f6d2e8056f6c853c584d +SHA512 (enchant-2.6.5.tar.gz) = 46701497b38e3732d9cd9bab15dc35976a9255814eeb13e8686a9d7e8bdef7d21d45a2dfee0125904897f4d41f6508df9266dbe8d26a4548a8b37d87d2ecf817 +Size (enchant-2.6.5.tar.gz) = 4435982 bytes SHA1 (patch-config.h.in) = ac10b6900034acb0e961d73b1f9cf1a39bb00775 --_----------=_1705263872297910--