Received: by mail.netbsd.org (Postfix, from userid 605) id 2280E84D9A; Wed, 11 Dec 2019 14:57:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A0F7884D92 for ; Wed, 11 Dec 2019 14:57:44 +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 XLRqGqX_dDbp for ; Wed, 11 Dec 2019 14:57:44 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 24B9A84D4C for ; Wed, 11 Dec 2019 14:57:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 22958FA97; Wed, 11 Dec 2019 14:57:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1576076264144130" MIME-Version: 1.0 Date: Wed, 11 Dec 2019 14:57:44 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/fonts/fntsample To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20191211145744.22958FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1576076264144130 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Wed Dec 11 14:57:44 UTC 2019 Modified Files: pkgsrc/fonts/fntsample: Makefile distinfo Log Message: (fonts/fntsample) Updated to 5.3 Changes in version 5.3 * Support reproducible builds with PDF output (Khaled Hosny) To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 pkgsrc/fonts/fntsample/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/fonts/fntsample/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1576076264144130 Content-Disposition: inline Content-Length: 2142 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.35 pkgsrc/fonts/fntsample/Makefile:1.36 --- pkgsrc/fonts/fntsample/Makefile:1.35 Sat Nov 2 22:24:40 2019 +++ pkgsrc/fonts/fntsample/Makefile Wed Dec 11 14:57:43 2019 @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.35 2019/11/02 22:24:40 rillig Exp $ +# $NetBSD: Makefile,v 1.36 2019/12/11 14:57:43 mef Exp $ # -DISTNAME= fntsample-5.2 -PKGREVISION= 4 +VERSION= 5.3 +DISTNAME= fntsample-${VERSION} CATEGORIES= fonts MASTER_SITES= ${MASTER_SITE_GITHUB:=eugmes/} -GITHUB_TAG= release/${PKGVERSION_NOREV} +GITHUB_TAG= release/${VERSION} BLOCKS_TXT= Blocks-20190308.txt DISTFILES= ${DEFAULT_DISTFILES} ${BLOCKS_TXT} Index: pkgsrc/fonts/fntsample/distinfo diff -u pkgsrc/fonts/fntsample/distinfo:1.5 pkgsrc/fonts/fntsample/distinfo:1.6 --- pkgsrc/fonts/fntsample/distinfo:1.5 Sat Jul 20 19:17:55 2019 +++ pkgsrc/fonts/fntsample/distinfo Wed Dec 11 14:57:43 2019 @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.5 2019/07/20 19:17:55 tnn Exp $ +$NetBSD: distinfo,v 1.6 2019/12/11 14:57:43 mef Exp $ SHA1 (Blocks-20190308.txt) = eb65255e32bca86611f5fd9b45e4daa16ddff072 RMD160 (Blocks-20190308.txt) = 98b04f33af81c08f81659062b7ebb0e16f9e0a33 SHA512 (Blocks-20190308.txt) = 2cd8a92ec3feabd77ddd48f7553287c057b9ff968244a91a29754837fe4e02175a0fd9d848bdab946fc44bd249442fe5862bb892d0e714ee3dadd571f1f7b77c Size (Blocks-20190308.txt) = 10086 bytes -SHA1 (fntsample-5.2.tar.gz) = aa4e179f45113b0517f81038cf0d491591ca4e80 -RMD160 (fntsample-5.2.tar.gz) = b02651b7025f305b7bab1a32f467d300649c1199 -SHA512 (fntsample-5.2.tar.gz) = f80304471c214fb974623df26c6397a1b675a48aa54104217cbca6fdbc28ca746c37470ba97e6f4f5c2ce18ca233900bbf58dffc0480d3454c6c975090926a03 -Size (fntsample-5.2.tar.gz) = 55990 bytes +SHA1 (fntsample-5.3.tar.gz) = af3cd3434321c87d8fa584b93e07630b9a620f83 +RMD160 (fntsample-5.3.tar.gz) = 20dfc32f6de931b90f2e110804151f9dcae4dfec +SHA512 (fntsample-5.3.tar.gz) = 8490ce8746debf1e056ebed71fe5b4023e2ba6905bec100687c69b062bc31fbdfa98ba57ebdc05d7399c3d2ce946513c70f1eb38d842324710065976ed0aa341 +Size (fntsample-5.3.tar.gz) = 56508 bytes --_----------=_1576076264144130--