Received: by mail.netbsd.org (Postfix, from userid 605) id 5618384FCC; Sun, 13 May 2018 12:29:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C79B684FC4 for ; Sun, 13 May 2018 12:29:07 +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 uVLyyktnCfXj for ; Sun, 13 May 2018 12:29:07 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4483284CD0 for ; Sun, 13 May 2018 12:29:07 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EE7CFFBEC; Sun, 13 May 2018 12:29:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1526214540101800" MIME-Version: 1.0 Date: Sun, 13 May 2018 12:29:00 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/print/dvipdfmx To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20180513122900.EE7CFFBEC@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. --_----------=_1526214540101800 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:29:00 UTC 2018 Modified Files: pkgsrc/print/dvipdfmx: Makefile distinfo Log Message: dvipdfmx: update to 20180217 texlive 2018 version To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 pkgsrc/print/dvipdfmx/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/print/dvipdfmx/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1526214540101800 Content-Disposition: inline Content-Length: 2087 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/dvipdfmx/Makefile diff -u pkgsrc/print/dvipdfmx/Makefile:1.49 pkgsrc/print/dvipdfmx/Makefile:1.50 --- pkgsrc/print/dvipdfmx/Makefile:1.49 Tue Jun 20 20:50:49 2017 +++ pkgsrc/print/dvipdfmx/Makefile Sun May 13 12:29:00 2018 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.49 2017/06/20 20:50:49 markd Exp $ +# $NetBSD: Makefile,v 1.50 2018/05/13 12:29:00 markd Exp $ -DISTNAME= texlive-20170524-source -PKGNAME= dvipdfmx-20170318 +DISTNAME= texlive-20180414-source +PKGNAME= dvipdfmx-20180217 CATEGORIES= print converters -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/dvipdfmx/distinfo diff -u pkgsrc/print/dvipdfmx/distinfo:1.16 pkgsrc/print/dvipdfmx/distinfo:1.17 --- pkgsrc/print/dvipdfmx/distinfo:1.16 Tue Jun 20 20:50:49 2017 +++ pkgsrc/print/dvipdfmx/distinfo Sun May 13 12:29:00 2018 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.16 2017/06/20 20:50:49 markd Exp $ +$NetBSD: distinfo,v 1.17 2018/05/13 12:29:00 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 SHA1 (patch-Makefile.in) = 526a2eab50395bcc9c0f2aa11a0d20034f93a02b SHA1 (patch-ac) = 2bbaa28a6cf16c8a14b0f190387d6443c6b260d9 SHA1 (patch-ad) = a9d724566920535e28204cf8014467297f3f7bcb --_----------=_1526214540101800--