Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B6F7484EE1 for ; Fri, 22 Dec 2023 18:27:40 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id CoQ4aS2iDJrM for ; Fri, 22 Dec 2023 18:27:40 +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 16C1C84CDC for ; Fri, 22 Dec 2023 18:27:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0E72FFA42; Fri, 22 Dec 2023 18:27:40 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170326966071120" MIME-Version: 1.0 Date: Fri, 22 Dec 2023 18:27:40 +0000 From: "Zafer Aydogan" Subject: CVS commit: pkgsrc/textproc/enchant To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: zafer@netbsd.org X-Mailer: log_accum Message-Id: <20231222182740.0E72FFA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_170326966071120 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: zafer Date: Fri Dec 22 18:27:39 UTC 2023 Modified Files: pkgsrc/textproc/enchant: Makefile Log Message: update homepage and master site To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 pkgsrc/textproc/enchant/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_170326966071120 Content-Disposition: inline Content-Length: 837 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/enchant/Makefile diff -u pkgsrc/textproc/enchant/Makefile:1.46 pkgsrc/textproc/enchant/Makefile:1.47 --- pkgsrc/textproc/enchant/Makefile:1.46 Wed Aug 2 19:36:51 2023 +++ pkgsrc/textproc/enchant/Makefile Fri Dec 22 18:27:39 2023 @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.46 2023/08/02 19:36:51 nia Exp $ +# $NetBSD: Makefile,v 1.47 2023/12/22 18:27:39 zafer Exp $ # DISTNAME= enchant-1.6.0 PKGREVISION= 10 CATEGORIES= textproc -MASTER_SITES= http://www.abisource.com/downloads/enchant/1.6.0/ +MASTER_SITES= http://www.nl.abisource.com/downloads/enchant/1.6.0/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://www.abisource.com/projects/enchant/ +HOMEPAGE= http://www.nl.abisource.com/projects/enchant/ COMMENT= Generic spell checking library LICENSE= gnu-lgpl-v2.1 --_----------=_170326966071120--