Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DDD7784F71 for ; Sun, 24 Dec 2023 14:24:52 +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 lAdOvz8nShGo for ; Sun, 24 Dec 2023 14:24:52 +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 6EA9D84D44 for ; Sun, 24 Dec 2023 14:24:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5FDE2FA42; Sun, 24 Dec 2023 14:24:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1703427892157520" MIME-Version: 1.0 Date: Sun, 24 Dec 2023 14:24:52 +0000 From: "Zafer Aydogan" Subject: CVS commit: pkgsrc/devel/semi To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: zafer@netbsd.org X-Mailer: log_accum Message-Id: <20231224142452.5FDE2FA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1703427892157520 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:24:52 UTC 2023 Modified Files: pkgsrc/devel/semi: Makefile Log Message: fetch from backup To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 pkgsrc/devel/semi/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1703427892157520 Content-Disposition: inline Content-Length: 707 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/semi/Makefile diff -u pkgsrc/devel/semi/Makefile:1.39 pkgsrc/devel/semi/Makefile:1.40 --- pkgsrc/devel/semi/Makefile:1.39 Tue Jun 6 12:41:16 2023 +++ pkgsrc/devel/semi/Makefile Sun Dec 24 14:24:52 2023 @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.39 2023/06/06 12:41:16 riastradh Exp $ +# $NetBSD: Makefile,v 1.40 2023/12/24 14:24:52 zafer Exp $ # DISTNAME= semi-1.14.6 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} PKGREVISION= 8 CATEGORIES= devel -MASTER_SITES= http://www.kanji.zinbun.kyoto-u.ac.jp/~tomo/comp/emacsen/lisp/semi/semi-1.14-for-flim-1.14/ +MASTER_SITES= # # This fix will be unnecessary for the next release. PATCH_SITES= ${MASTER_SITE_LOCAL} --_----------=_1703427892157520--