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 4039E1A921F for ; Thu, 7 Apr 2022 05:10:41 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 9D5B084FBB; Thu, 7 Apr 2022 05:10:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D832784EC0 for ; Thu, 7 Apr 2022 05:10:39 +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 y7L9XDUW5Xaw for ; Thu, 7 Apr 2022 05:10:39 +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 3A63F84CDC for ; Thu, 7 Apr 2022 05:10:39 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2E449FB24; Thu, 7 Apr 2022 05:10:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1649308239262420" MIME-Version: 1.0 Date: Thu, 7 Apr 2022 05:10:39 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/fonts To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20220407051039.2E449FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1649308239262420 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Thu Apr 7 05:10:39 UTC 2022 Modified Files: pkgsrc/fonts/tex-augie: Makefile distinfo pkgsrc/fonts/tex-augie-doc: Makefile distinfo Log Message: tex-augie{,-doc}: update to 2021 changes unknown To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/fonts/tex-augie/Makefile \ pkgsrc/fonts/tex-augie/distinfo cvs rdiff -u -r1.3 -r1.4 pkgsrc/fonts/tex-augie-doc/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/fonts/tex-augie-doc/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1649308239262420 Content-Disposition: inline Content-Length: 3611 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/fonts/tex-augie/Makefile diff -u pkgsrc/fonts/tex-augie/Makefile:1.4 pkgsrc/fonts/tex-augie/Makefile:1.5 --- pkgsrc/fonts/tex-augie/Makefile:1.4 Sun May 10 04:31:38 2020 +++ pkgsrc/fonts/tex-augie/Makefile Thu Apr 7 05:10:38 2022 @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2020/05/10 04:31:38 markd Exp $ +# $NetBSD: Makefile,v 1.5 2022/04/07 05:10:38 markd Exp $ DISTNAME= augie -PKGNAME= tex-${DISTNAME}-2014 -PKGREVISION= 1 -TEXLIVE_REV= 18948 +PKGNAME= tex-${DISTNAME}-2021 +TEXLIVE_REV= 61719 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://ctan.org/pkg/augie @@ -12,6 +11,5 @@ LICENSE= lppl-1.3c TEX_MAP_FILES+= augie.map -TEXLIVE_UNVERSIONED= yes .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/fonts/tex-augie/distinfo diff -u pkgsrc/fonts/tex-augie/distinfo:1.4 pkgsrc/fonts/tex-augie/distinfo:1.5 --- pkgsrc/fonts/tex-augie/distinfo:1.4 Tue Oct 26 10:27:31 2021 +++ pkgsrc/fonts/tex-augie/distinfo Thu Apr 7 05:10:38 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2021/10/26 10:27:31 nia Exp $ +$NetBSD: distinfo,v 1.5 2022/04/07 05:10:38 markd Exp $ -BLAKE2s (tex-augie-18948/augie.tar.xz) = 8a5ac3d05fb4717052d7ccd4018a20083de372544e30b6ed6162e8de00c83ff7 -SHA512 (tex-augie-18948/augie.tar.xz) = 886e85ff963469effff9ce93d493cf661d48042019bae787b172a33c7b2aee4e7d9b5f16b61b88b283bd11643141948137d0794f97cbc33e3d87abf06e9108f4 -Size (tex-augie-18948/augie.tar.xz) = 62100 bytes +BLAKE2s (augie.r61719.tar.xz) = d129ca56cebec7e4ea226662da15f9f42330884553db29bc26cb157493aec47e +SHA512 (augie.r61719.tar.xz) = a862fc140ee85e9f48908e7251dca78f6f328bb194bc1031ce7b521feabc62bb148764e7574341b9ba39a1bc76bb4a718c3cfa45bba7480aff168eb17661d74a +Size (augie.r61719.tar.xz) = 62124 bytes Index: pkgsrc/fonts/tex-augie-doc/Makefile diff -u pkgsrc/fonts/tex-augie-doc/Makefile:1.3 pkgsrc/fonts/tex-augie-doc/Makefile:1.4 --- pkgsrc/fonts/tex-augie-doc/Makefile:1.3 Sat Jan 18 23:31:11 2020 +++ pkgsrc/fonts/tex-augie-doc/Makefile Thu Apr 7 05:10:38 2022 @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.3 2020/01/18 23:31:11 rillig Exp $ +# $NetBSD: Makefile,v 1.4 2022/04/07 05:10:38 markd Exp $ DISTNAME= augie.doc -PKGNAME= tex-${DISTNAME:S/./-/}-2014 -TEXLIVE_REV= 18948 +PKGNAME= tex-${DISTNAME:S/./-/}-2021 +TEXLIVE_REV= 61719 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://ctan.org/pkg/augie COMMENT= Documentation for tex-augie LICENSE= lppl-1.3c -TEXLIVE_UNVERSIONED= yes .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/fonts/tex-augie-doc/distinfo diff -u pkgsrc/fonts/tex-augie-doc/distinfo:1.4 pkgsrc/fonts/tex-augie-doc/distinfo:1.5 --- pkgsrc/fonts/tex-augie-doc/distinfo:1.4 Tue Oct 26 10:27:31 2021 +++ pkgsrc/fonts/tex-augie-doc/distinfo Thu Apr 7 05:10:38 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2021/10/26 10:27:31 nia Exp $ +$NetBSD: distinfo,v 1.5 2022/04/07 05:10:38 markd Exp $ -BLAKE2s (tex-augie-18948/augie.doc.tar.xz) = 3e5a3ab361b72fc50a6d6bd41229cf36c84000da8d3ed1b3db459a2e652ccd4b -SHA512 (tex-augie-18948/augie.doc.tar.xz) = ea7010833a47c0d8e0b59a949d84d50e3e959dc9fe67bbc0a03336f7ffacf25ca249b6e94dbc57e1653eb971cb3fb027a23cdb4ba6d40087d4b02f86881260c1 -Size (tex-augie-18948/augie.doc.tar.xz) = 3332 bytes +BLAKE2s (augie.doc.r61719.tar.xz) = 493b04c90965c7c1f65a6f797c273dbcd2d645586b0809ec89a3d7e460b88150 +SHA512 (augie.doc.r61719.tar.xz) = 434c1d88522ae41e8a41fbeda6685a059fafb8f6cdec26d8737b5f6a6ddcf1e4f2a443ffdffa6b62a74f4abd2ed2e947176f59e64bf5691debeb62d9d54e719b +Size (augie.doc.r61719.tar.xz) = 3324 bytes --_----------=_1649308239262420--