Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B72F184CE3 for ; Fri, 22 Dec 2023 19:35:34 +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 HCX27p3zwRvd for ; Fri, 22 Dec 2023 19:35:34 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 423BA84CD7 for ; Fri, 22 Dec 2023 19:35:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 34DA3FA42; Fri, 22 Dec 2023 19:35:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1703273734178040" MIME-Version: 1.0 Date: Fri, 22 Dec 2023 19:35:34 +0000 From: "Zafer Aydogan" Subject: CVS commit: pkgsrc/lang/utilisp To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: zafer@netbsd.org X-Mailer: log_accum Message-Id: <20231222193534.34DA3FA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1703273734178040 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: zafer Date: Fri Dec 22 19:35:34 UTC 2023 Modified Files: pkgsrc/lang/utilisp: Makefile Log Message: fetch from backup To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/lang/utilisp/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1703273734178040 Content-Disposition: inline Content-Length: 677 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/utilisp/Makefile diff -u pkgsrc/lang/utilisp/Makefile:1.11 pkgsrc/lang/utilisp/Makefile:1.12 --- pkgsrc/lang/utilisp/Makefile:1.11 Fri Sep 22 07:06:35 2017 +++ pkgsrc/lang/utilisp/Makefile Fri Dec 22 19:35:34 2023 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.11 2017/09/22 07:06:35 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2023/12/22 19:35:34 zafer Exp $ DISTNAME= utilispc-1.13 PKGNAME= utilisp-1.13 CATEGORIES= lang -MASTER_SITES= https://dell.tanaka.ecc.u-tokyo.ac.jp/~ktanaka/UtiLisp/ +MASTER_SITES= # MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://gps.tanaka.ecc.u-tokyo.ac.jp/wadalabfont/pukiwiki.php?%5B%5BUtiLisp%2FC%5D%5D --_----------=_1703273734178040--