Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6E72B84F6C for ; Sun, 24 Dec 2023 14:23:06 +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 cYHH6WcMqb-5 for ; Sun, 24 Dec 2023 14:23:06 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E5A0384D44 for ; Sun, 24 Dec 2023 14:23:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DBE83FA42; Sun, 24 Dec 2023 14:23:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1703427785280380" MIME-Version: 1.0 Date: Sun, 24 Dec 2023 14:23:05 +0000 From: "Zafer Aydogan" Subject: CVS commit: pkgsrc/devel/flim To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: zafer@netbsd.org X-Mailer: log_accum Message-Id: <20231224142305.DBE83FA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1703427785280380 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: zafer Date: Sun Dec 24 14:23:05 UTC 2023 Modified Files: pkgsrc/devel/flim: Makefile Log Message: fetch from backup To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 pkgsrc/devel/flim/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1703427785280380 Content-Disposition: inline Content-Length: 677 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/flim/Makefile diff -u pkgsrc/devel/flim/Makefile:1.44 pkgsrc/devel/flim/Makefile:1.45 --- pkgsrc/devel/flim/Makefile:1.44 Sun Sep 3 14:58:38 2023 +++ pkgsrc/devel/flim/Makefile Sun Dec 24 14:23:05 2023 @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.44 2023/09/03 14:58:38 mef Exp $ +# $NetBSD: Makefile,v 1.45 2023/12/24 14:23:05 zafer Exp $ DISTNAME= flim-1.14.9 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} PKGREVISION= 6 CATEGORIES= devel -MASTER_SITES= http://www.kanji.zinbun.kyoto-u.ac.jp/~tomo/comp/emacsen/lisp/flim/flim-1.14/ +MASTER_SITES= # MAINTAINER= tech-pkg-ja@jp.NetBSD.org HOMEPAGE= http://git.chise.org/elisp/flim/ --_----------=_1703427785280380--