Received: by mail.netbsd.org (Postfix, from userid 605) id 22A3284F52; Sat, 2 Oct 2021 05:58:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5EDC584E9E for ; Sat, 2 Oct 2021 05:58:58 +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 ZxDZqWoaQBvu for ; Sat, 2 Oct 2021 05:58:58 +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 B5F3E84D1D for ; Sat, 2 Oct 2021 05:58:57 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AEA85FA97; Sat, 2 Oct 2021 05:58:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1633154337205410" MIME-Version: 1.0 Date: Sat, 2 Oct 2021 05:58:57 +0000 From: "Rui-Xiang Guo" Subject: CVS commit: pkgsrc/fonts/mkfontalias To: pkgsrc-changes@NetBSD.org Reply-To: rxg@netbsd.org X-Mailer: log_accum Message-Id: <20211002055857.AEA85FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1633154337205410 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rxg Date: Sat Oct 2 05:58:57 UTC 2021 Modified Files: pkgsrc/fonts/mkfontalias: Makefile Log Message: Use python27, bump version. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 pkgsrc/fonts/mkfontalias/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1633154337205410 Content-Disposition: inline Content-Length: 762 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/fonts/mkfontalias/Makefile diff -u pkgsrc/fonts/mkfontalias/Makefile:1.19 pkgsrc/fonts/mkfontalias/Makefile:1.20 --- pkgsrc/fonts/mkfontalias/Makefile:1.19 Fri Dec 4 20:45:18 2020 +++ pkgsrc/fonts/mkfontalias/Makefile Sat Oct 2 05:58:57 2021 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.19 2020/12/04 20:45:18 nia Exp $ +# $NetBSD: Makefile,v 1.20 2021/10/02 05:58:57 rxg Exp $ # DISTNAME= mkfontalias.py PKGNAME= mkfontalias-20000521 -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= fonts MASTER_SITES= http://home.c2i.net/dark/ EXTRACT_SUFX= # empty @@ -19,6 +19,8 @@ NO_BUILD= yes REPLACE_PYTHON= ${DISTNAME} INSTALLATION_DIRS= bin +PYTHON_VERSIONS_ACCEPTED= 27 + do-extract: ${CP} ${_DISTDIR}/${DISTNAME} ${WRKSRC} --_----------=_1633154337205410--