Received: by mail.netbsd.org (Postfix, from userid 605) id 6721284FC6; Sun, 13 May 2018 12:16:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D0B9F84FC4 for ; Sun, 13 May 2018 12:16:18 +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 wER-F4Yv3IiN for ; Sun, 13 May 2018 12:16:18 +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 5A2AB84CD0 for ; Sun, 13 May 2018 12:16:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 54DBBFBEC; Sun, 13 May 2018 12:16:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_152621377813490" MIME-Version: 1.0 Date: Sun, 13 May 2018 12:16:18 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/fonts/ttfdump To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20180513121618.54DBBFBEC@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. --_----------=_152621377813490 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Sun May 13 12:16:18 UTC 2018 Modified Files: pkgsrc/fonts/ttfdump: Makefile distinfo Log Message: ttfdump: update to 0.5.5nb5 texlive 2018 version To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/fonts/ttfdump/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/fonts/ttfdump/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_152621377813490 Content-Disposition: inline Content-Length: 1867 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/fonts/ttfdump/Makefile diff -u pkgsrc/fonts/ttfdump/Makefile:1.7 pkgsrc/fonts/ttfdump/Makefile:1.8 --- pkgsrc/fonts/ttfdump/Makefile:1.7 Tue Aug 1 14:58:58 2017 +++ pkgsrc/fonts/ttfdump/Makefile Sun May 13 12:16:18 2018 @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.7 2017/08/01 14:58:58 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2018/05/13 12:16:18 markd Exp $ -DISTNAME= texlive-20170524-source +DISTNAME= texlive-20180414-source PKGNAME= ttfdump-0.5.5 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= fonts -MASTER_SITES= ftp://tug.org/historic/systems/texlive/2017/ +MASTER_SITES= ftp://tug.org/historic/systems/texlive/2018/ EXTRACT_SUFX= .tar.xz MAINTAINER= minskim@NetBSD.org Index: pkgsrc/fonts/ttfdump/distinfo diff -u pkgsrc/fonts/ttfdump/distinfo:1.6 pkgsrc/fonts/ttfdump/distinfo:1.7 --- pkgsrc/fonts/ttfdump/distinfo:1.6 Tue Jun 20 20:50:49 2017 +++ pkgsrc/fonts/ttfdump/distinfo Sun May 13 12:16:18 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2017/06/20 20:50:49 markd Exp $ +$NetBSD: distinfo,v 1.7 2018/05/13 12:16:18 markd Exp $ -SHA1 (texlive-20170524-source.tar.xz) = 1c1383ddb1b871c6b8ce49a4ae3c1a33d454a7b6 -RMD160 (texlive-20170524-source.tar.xz) = a8430c19fe1727cf308fe03e5838105260c0d71e -SHA512 (texlive-20170524-source.tar.xz) = 18c18940992ab94ce22e22ccd4ad798253ea14ac2ab296a10ea5e9a8da9f33989f2e2641b42b564d1d5fb53bd371da3e68726b676d706b469016ad146cd19daa -Size (texlive-20170524-source.tar.xz) = 63483372 bytes +SHA1 (texlive-20180414-source.tar.xz) = 81bdd9999b6ab860d1d3c388cf27062aba960255 +RMD160 (texlive-20180414-source.tar.xz) = 0ff63bbd7f8a0fb6417089f5d1ae1e4124a1dd95 +SHA512 (texlive-20180414-source.tar.xz) = ecac9b8203d2747be7ba7f82d68096d859fb35713276106d7049035dd3a8cfca07f8a8648982f0317b3812f8480db7326714de32f95998e3e6f73571de2aa140 +Size (texlive-20180414-source.tar.xz) = 49770944 bytes --_----------=_152621377813490--