Received: by mail.netbsd.org (Postfix, from userid 605) id 706A684D64; Fri, 23 Apr 2021 22:25:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AB8B484D0F for ; Fri, 23 Apr 2021 22:25:36 +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 KV5HVJSKCopg for ; Fri, 23 Apr 2021 22:25:36 +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 4319E84CE0 for ; Fri, 23 Apr 2021 22:25:36 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 40544FA95; Fri, 23 Apr 2021 22:25:36 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1619216736228000" MIME-Version: 1.0 Date: Fri, 23 Apr 2021 22:25:36 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/inputmethod/libtabe To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20210423222536.40544FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1619216736228000 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Apr 23 22:25:36 UTC 2021 Modified Files: pkgsrc/inputmethod/libtabe: Makefile Log Message: libtabe: remove dead download link To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 pkgsrc/inputmethod/libtabe/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1619216736228000 Content-Disposition: inline Content-Length: 672 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/inputmethod/libtabe/Makefile diff -u pkgsrc/inputmethod/libtabe/Makefile:1.26 pkgsrc/inputmethod/libtabe/Makefile:1.27 --- pkgsrc/inputmethod/libtabe/Makefile:1.26 Fri Mar 20 11:57:54 2020 +++ pkgsrc/inputmethod/libtabe/Makefile Fri Apr 23 22:25:36 2021 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.26 2020/03/20 11:57:54 nia Exp $ +# $NetBSD: Makefile,v 1.27 2021/04/23 22:25:36 wiz Exp $ DISTNAME= libtabe-0.2.6 PKGREVISION= 3 CATEGORIES= chinese inputmethod -MASTER_SITES= ftp://cle.linux.org.tw/pub/xcin/cvs/ +#MASTER_SITES= ftp://cle.linux.org.tw/pub/xcin/cvs/ MAINTAINER= rxg@NetBSD.org HOMEPAGE= http://libtabe.sourceforge.net/ --_----------=_1619216736228000--