Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 3BE6F1A921F for ; Thu, 31 Dec 2020 22:40:19 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 7902184D47; Thu, 31 Dec 2020 22:40:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B5A3F84D2C for ; Thu, 31 Dec 2020 22:40:17 +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 ieQiz3jsrtF2 for ; Thu, 31 Dec 2020 22:40:17 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3612584CE1 for ; Thu, 31 Dec 2020 22:40:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2FA7BFA9D; Thu, 31 Dec 2020 22:40:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1609454417168470" MIME-Version: 1.0 Date: Thu, 31 Dec 2020 22:40:17 +0000 From: "Frederic Cambus" Subject: CVS commit: pkgsrc/fonts/t1utils To: pkgsrc-changes@NetBSD.org Reply-To: fcambus@netbsd.org X-Mailer: log_accum Message-Id: <20201231224017.2FA7BFA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1609454417168470 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fcambus Date: Thu Dec 31 22:40:17 UTC 2020 Modified Files: pkgsrc/fonts/t1utils: Makefile distinfo Log Message: t1utils: update to 1.42. ## Version 1.42 - 27.Oct.2020 * Compile fixes for OSes that do not declare a function. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/fonts/t1utils/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/fonts/t1utils/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1609454417168470 Content-Disposition: inline Content-Length: 1726 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/fonts/t1utils/Makefile diff -u pkgsrc/fonts/t1utils/Makefile:1.17 pkgsrc/fonts/t1utils/Makefile:1.18 --- pkgsrc/fonts/t1utils/Makefile:1.17 Sun Jan 26 17:31:12 2020 +++ pkgsrc/fonts/t1utils/Makefile Thu Dec 31 22:40:17 2020 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.17 2020/01/26 17:31:12 rillig Exp $ +# $NetBSD: Makefile,v 1.18 2020/12/31 22:40:17 fcambus Exp $ -DISTNAME= t1utils-1.41 +DISTNAME= t1utils-1.42 CATEGORIES= fonts converters -MASTER_SITES= http://www.lcdf.org/~eddietwo/type/ +MASTER_SITES= https://www.lcdf.org/~eddietwo/type/ MAINTAINER= jonb@NetBSD.org HOMEPAGE= https://www.lcdf.org/~eddietwo/type/ Index: pkgsrc/fonts/t1utils/distinfo diff -u pkgsrc/fonts/t1utils/distinfo:1.14 pkgsrc/fonts/t1utils/distinfo:1.15 --- pkgsrc/fonts/t1utils/distinfo:1.14 Mon Sep 4 12:46:41 2017 +++ pkgsrc/fonts/t1utils/distinfo Thu Dec 31 22:40:17 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.14 2017/09/04 12:46:41 wiz Exp $ +$NetBSD: distinfo,v 1.15 2020/12/31 22:40:17 fcambus Exp $ -SHA1 (t1utils-1.41.tar.gz) = e275e36cadd9fb4544d725428b0413cc2db0e623 -RMD160 (t1utils-1.41.tar.gz) = 922d63805ae4c943118709353f20fc9ce45190bb -SHA512 (t1utils-1.41.tar.gz) = b532d3af38a73903a512eb1297ba7510747dcbe8362acc4a0f20f2a3c786d82d8f5b22997ed3867114f33153a34cdd71c4c8e6a093db3cecc3825b6e4725a00b -Size (t1utils-1.41.tar.gz) = 176552 bytes +SHA1 (t1utils-1.42.tar.gz) = 1011806fe3ba888548fddf941d1c70f095af8b13 +RMD160 (t1utils-1.42.tar.gz) = 31f54ef1e53e942a629000466af118fe66ecc30b +SHA512 (t1utils-1.42.tar.gz) = 507b3179dad9479948331fc655d8d6d970a77923f55f5bee4ed5ae9c2222e27f410e62d96c4f27ecae9392335ca1df1f8bbb7ba7087a6268aeeee99d40aa42ed +Size (t1utils-1.42.tar.gz) = 184666 bytes --_----------=_1609454417168470--