Received: by mail.netbsd.org (Postfix, from userid 605) id AF61184FCB; Sun, 13 May 2018 12:26:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3165A84FC4 for ; Sun, 13 May 2018 12:26:16 +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 hpPpEwUGrTkm for ; Sun, 13 May 2018 12:26:15 +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 ABA3B84CD0 for ; Sun, 13 May 2018 12:26:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A30D0FBEC; Sun, 13 May 2018 12:26:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1526214375177290" MIME-Version: 1.0 Date: Sun, 13 May 2018 12:26:15 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/print/dviljk To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20180513122615.A30D0FBEC@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. --_----------=_1526214375177290 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:26:15 UTC 2018 Modified Files: pkgsrc/print/dviljk: Makefile distinfo Log Message: dviljk: update to 2.6.5nb9 texlive 2018 version To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/print/dviljk/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/print/dviljk/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1526214375177290 Content-Disposition: inline Content-Length: 1866 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/dviljk/Makefile diff -u pkgsrc/print/dviljk/Makefile:1.13 pkgsrc/print/dviljk/Makefile:1.14 --- pkgsrc/print/dviljk/Makefile:1.13 Wed Sep 6 16:49:29 2017 +++ pkgsrc/print/dviljk/Makefile Sun May 13 12:26:15 2018 @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.13 2017/09/06 16:49:29 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2018/05/13 12:26:15 markd Exp $ -DISTNAME= texlive-20170524-source +DISTNAME= texlive-20180414-source PKGNAME= dviljk-2.6.5 -PKGREVISION= 8 +PKGREVISION= 9 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= minskim@NetBSD.org Index: pkgsrc/print/dviljk/distinfo diff -u pkgsrc/print/dviljk/distinfo:1.10 pkgsrc/print/dviljk/distinfo:1.11 --- pkgsrc/print/dviljk/distinfo:1.10 Tue Jun 20 20:50:49 2017 +++ pkgsrc/print/dviljk/distinfo Sun May 13 12:26:15 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2017/06/20 20:50:49 markd Exp $ +$NetBSD: distinfo,v 1.11 2018/05/13 12:26:15 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 --_----------=_1526214375177290--