Received: by mail.netbsd.org (Postfix, from userid 605) id C565184FC4; Sun, 13 May 2018 12:53:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4E88E84E45 for ; Sun, 13 May 2018 12:53:20 +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 Q0_oYUvxSaWy for ; Sun, 13 May 2018 12:53:19 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C9D0B84CD0 for ; Sun, 13 May 2018 12:53:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C08B2FBEC; Sun, 13 May 2018 12:53:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1526215999211110" MIME-Version: 1.0 Date: Sun, 13 May 2018 12:53:19 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/print/tex4ht To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20180513125319.C08B2FBEC@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. --_----------=_1526215999211110 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:53:19 UTC 2018 Modified Files: pkgsrc/print/tex4ht: Makefile distinfo Log Message: tex4ht: update to 0.0.20170523nb1 texlive 2018 version To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/print/tex4ht/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/print/tex4ht/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1526215999211110 Content-Disposition: inline Content-Length: 1851 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/tex4ht/Makefile diff -u pkgsrc/print/tex4ht/Makefile:1.7 pkgsrc/print/tex4ht/Makefile:1.8 --- pkgsrc/print/tex4ht/Makefile:1.7 Wed Sep 6 16:49:47 2017 +++ pkgsrc/print/tex4ht/Makefile Sun May 13 12:53:19 2018 @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.7 2017/09/06 16:49:47 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2018/05/13 12:53:19 markd Exp $ -DISTNAME= texlive-20170524-source +DISTNAME= texlive-20180414-source PKGNAME= tex4ht-0.0.20170523 +PKGREVISION= 1 CATEGORIES= print -MASTER_SITES= ftp://tug.org/historic/systems/texlive/2017/ +MASTER_SITES= ftp://tug.org/historic/systems/texlive/2018/ EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/print/tex4ht/distinfo diff -u pkgsrc/print/tex4ht/distinfo:1.5 pkgsrc/print/tex4ht/distinfo:1.6 --- pkgsrc/print/tex4ht/distinfo:1.5 Tue Jun 20 20:50:50 2017 +++ pkgsrc/print/tex4ht/distinfo Sun May 13 12:53:19 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2017/06/20 20:50:50 markd Exp $ +$NetBSD: distinfo,v 1.6 2018/05/13 12:53:19 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 --_----------=_1526215999211110--