Received: by mail.netbsd.org (Postfix, from userid 605) id 45A2884D74; Thu, 12 May 2022 06:10:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 81CF884D2F for ; Thu, 12 May 2022 06:10:12 +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 rdh96rQk84GG for ; Thu, 12 May 2022 06:10:12 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E89DD84D28 for ; Thu, 12 May 2022 06:10:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 84555FA94; Thu, 12 May 2022 06:10:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_165233583199540" MIME-Version: 1.0 Date: Thu, 12 May 2022 06:10:31 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/fonts/fntsample To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220512061031.84555FA94@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_165233583199540 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu May 12 06:10:31 UTC 2022 Modified Files: pkgsrc/fonts/fntsample: Makefile distinfo Log Message: fntsample: update unicode tables to 14.0 Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 pkgsrc/fonts/fntsample/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/fonts/fntsample/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_165233583199540 Content-Disposition: inline Content-Length: 2108 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/fonts/fntsample/Makefile diff -u pkgsrc/fonts/fntsample/Makefile:1.43 pkgsrc/fonts/fntsample/Makefile:1.44 --- pkgsrc/fonts/fntsample/Makefile:1.43 Fri Feb 18 20:46:44 2022 +++ pkgsrc/fonts/fntsample/Makefile Thu May 12 06:10:31 2022 @@ -1,13 +1,12 @@ -# $NetBSD: Makefile,v 1.43 2022/02/18 20:46:44 fcambus Exp $ -# +# $NetBSD: Makefile,v 1.44 2022/05/12 06:10:31 wiz Exp $ -VERSION= 5.4 -DISTNAME= fntsample-${VERSION} +DISTNAME= fntsample-5.4 +PKGREVISION= 1 CATEGORIES= fonts MASTER_SITES= ${MASTER_SITE_GITHUB:=eugmes/} -GITHUB_TAG= release/${VERSION} +GITHUB_TAG= release/${PKGVERSION_NOREV} -BLOCKS_TXT= Blocks-20190308.txt +BLOCKS_TXT= Blocks-20220122.txt DISTFILES= ${DEFAULT_DISTFILES} ${BLOCKS_TXT} SITES.${BLOCKS_TXT}= -http://unicode.org/Public/UNIDATA/Blocks.txt Index: pkgsrc/fonts/fntsample/distinfo diff -u pkgsrc/fonts/fntsample/distinfo:1.9 pkgsrc/fonts/fntsample/distinfo:1.10 --- pkgsrc/fonts/fntsample/distinfo:1.9 Fri Feb 18 20:46:44 2022 +++ pkgsrc/fonts/fntsample/distinfo Thu May 12 06:10:31 2022 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.9 2022/02/18 20:46:44 fcambus Exp $ +$NetBSD: distinfo,v 1.10 2022/05/12 06:10:31 wiz Exp $ -BLAKE2s (Blocks-20190308.txt) = 5f76d535e9d7a4beeab8610f5b54489b7a2405682b172dc6fce5c5683fc815cd -SHA512 (Blocks-20190308.txt) = 65b5e88b51b52cb05cc36c8bf285cf78b5da0a2e8f034ad2bbe38333df3011c4ff2df4319ff4467164b1378fcf6645ad8ce50ef521e0af5a11c940a89c4c9f62 -Size (Blocks-20190308.txt) = 10720 bytes +BLAKE2s (Blocks-20220122.txt) = 5f76d535e9d7a4beeab8610f5b54489b7a2405682b172dc6fce5c5683fc815cd +SHA512 (Blocks-20220122.txt) = 65b5e88b51b52cb05cc36c8bf285cf78b5da0a2e8f034ad2bbe38333df3011c4ff2df4319ff4467164b1378fcf6645ad8ce50ef521e0af5a11c940a89c4c9f62 +Size (Blocks-20220122.txt) = 10720 bytes BLAKE2s (fntsample-5.4.tar.gz) = 6e671d6fa9972af09f3c79fd178f59fff72545b606dd9844a959c99aeaa59cd1 SHA512 (fntsample-5.4.tar.gz) = 1355ab6bfa7da442e497cc64ed9a6063e4aea9ae8ef7b3a594df9a7d2cc355eb6c9338f680da50c9bd6414c2337bc17fe451acddcee0a8c7da274dd2f6bba605 Size (fntsample-5.4.tar.gz) = 62162 bytes --_----------=_165233583199540--