Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=RatptY0f; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=OiWHncyy Received: by mail.netbsd.org (Postfix, from userid 605) id 835E484DA5; Wed, 20 Mar 2024 10:06:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1710929177; bh=azrwHCWW3e2E3ZW03EkJSEDl5/zEkg68trVC9hWZBO8=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=RatptY0fNft3gwuUTLUSX+ZEi6nN2CxQsl2B7tGtrK8fBNPW0+n5OIHUpuHlClbkD Eq8ZpD+mZANXIw6gJHZfvVeU4fA2x7opgArSBPghoYQDIObhLQM7dzONjd4LuOgf8F oDX0TnUBx9+0pUURGaVSrJRE3sNmOP+HguvE2nH8= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7340584D52 for ; Wed, 20 Mar 2024 10:06:16 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id Xk8SbQsU8cn6 for ; Wed, 20 Mar 2024 10:06: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 B981E84D07 for ; Wed, 20 Mar 2024 10:06:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1710929175; bh=azrwHCWW3e2E3ZW03EkJSEDl5/zEkg68trVC9hWZBO8=; h=Date:From:Subject:To:Reply-To; b=OiWHncyybp/bROT/IxNoy9B5lhfHQ7tZJZU/NrrDLBniU8+uCPwZ4funO9qiZZuyF 2lE+5zKD/XP1UPirwFuhokqQ8BZ7gc/flzf5yHpwCCYCOuqPRjkW0vkTfHsU6nFosE VgdzBQskRZ2d0EvHWA8qm8rYYM5pXBKMbHv4EZEk= Received: by cvs.NetBSD.org (Postfix, from userid 500) id A52FCFA2C; Wed, 20 Mar 2024 10:06:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1710929175222970" MIME-Version: 1.0 Date: Wed, 20 Mar 2024 10:06:15 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/graphics To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20240320100615.A52FCFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1710929175222970 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: markd Date: Wed Mar 20 10:06:15 UTC 2024 Modified Files: pkgsrc/graphics/tex-epstopdf: Makefile distinfo pkgsrc/graphics/tex-epstopdf-doc: Makefile distinfo Log Message: tex-epstopdf{,-doc}: updte to 2.33 epstopdf 2.33 fixes an error failing to recognize PATH elements on Cygwin (separator is : on Cygwin, not 😉. Thanks to Alois Steindl. epstopdf 2.32 corrects the path for the Ghostscript that TeX Live provides on Windows, and gives a better error message if either kpsewhich or gs is not found in the current PATH. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 pkgsrc/graphics/tex-epstopdf/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/graphics/tex-epstopdf/distinfo cvs rdiff -u -r1.11 -r1.12 pkgsrc/graphics/tex-epstopdf-doc/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/graphics/tex-epstopdf-doc/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1710929175222970 Content-Disposition: inline Content-Length: 3463 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/tex-epstopdf/Makefile diff -u pkgsrc/graphics/tex-epstopdf/Makefile:1.23 pkgsrc/graphics/tex-epstopdf/Makefile:1.24 --- pkgsrc/graphics/tex-epstopdf/Makefile:1.23 Sun Apr 9 05:25:13 2023 +++ pkgsrc/graphics/tex-epstopdf/Makefile Wed Mar 20 10:06:15 2024 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.23 2023/04/09 05:25:13 markd Exp $ +# $NetBSD: Makefile,v 1.24 2024/03/20 10:06:15 markd Exp $ DISTNAME= epstopdf -PKGNAME= tex-${DISTNAME}-2.31 -TEXLIVE_REV= 66695 +PKGNAME= tex-${DISTNAME}-2.33 +TEXLIVE_REV= 68301 MAINTAINER= minskim@NetBSD.org HOMEPAGE= https://ctan.org/pkg/epstopdf Index: pkgsrc/graphics/tex-epstopdf/distinfo diff -u pkgsrc/graphics/tex-epstopdf/distinfo:1.12 pkgsrc/graphics/tex-epstopdf/distinfo:1.13 --- pkgsrc/graphics/tex-epstopdf/distinfo:1.12 Sun Apr 9 05:25:13 2023 +++ pkgsrc/graphics/tex-epstopdf/distinfo Wed Mar 20 10:06:15 2024 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2023/04/09 05:25:13 markd Exp $ +$NetBSD: distinfo,v 1.13 2024/03/20 10:06:15 markd Exp $ -BLAKE2s (epstopdf.r66695.tar.xz) = bb3d78a9112a06ce755cd1db1155e655535ad0f29642d1c0b337cb50804d81e4 -SHA512 (epstopdf.r66695.tar.xz) = 6cf52419bb325f0c210aa7831d6ee9b5c4f6b0c07ab0faf9952679ac7a61c6571aa61dd97a63543aee4df1d69567a7a5d02210a129727a220f4711d6bf2cc26e -Size (epstopdf.r66695.tar.xz) = 12836 bytes +BLAKE2s (epstopdf.r68301.tar.xz) = b2ca638057cbeddeb1203055420cd5a7bd624393979c9041bbd52c583497e572 +SHA512 (epstopdf.r68301.tar.xz) = fcba30848cb2a5bfb12cf89e1ee6d54bb89e7516789738e1fc7d9b1d47c403ff6ef1d679c9fed214669e8d06fc5e76eec2af0ef513d2649cd1d44b535287455b +Size (epstopdf.r68301.tar.xz) = 13580 bytes SHA1 (patch-bin_epstopdf) = ec3597532d057d7147aa6e9fb66be248098fb190 Index: pkgsrc/graphics/tex-epstopdf-doc/Makefile diff -u pkgsrc/graphics/tex-epstopdf-doc/Makefile:1.11 pkgsrc/graphics/tex-epstopdf-doc/Makefile:1.12 --- pkgsrc/graphics/tex-epstopdf-doc/Makefile:1.11 Sun Apr 9 05:25:13 2023 +++ pkgsrc/graphics/tex-epstopdf-doc/Makefile Wed Mar 20 10:06:15 2024 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2023/04/09 05:25:13 markd Exp $ +# $NetBSD: Makefile,v 1.12 2024/03/20 10:06:15 markd Exp $ DISTNAME= epstopdf.doc -PKGNAME= tex-${DISTNAME:S/./-/}-2.31 -TEXLIVE_REV= 66695 +PKGNAME= tex-${DISTNAME:S/./-/}-2.33 +TEXLIVE_REV= 68301 MAINTAINER= minskim@NetBSD.org HOMEPAGE= https://ctan.org/pkg/epstopdf Index: pkgsrc/graphics/tex-epstopdf-doc/distinfo diff -u pkgsrc/graphics/tex-epstopdf-doc/distinfo:1.12 pkgsrc/graphics/tex-epstopdf-doc/distinfo:1.13 --- pkgsrc/graphics/tex-epstopdf-doc/distinfo:1.12 Sun Apr 9 05:25:13 2023 +++ pkgsrc/graphics/tex-epstopdf-doc/distinfo Wed Mar 20 10:06:15 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2023/04/09 05:25:13 markd Exp $ +$NetBSD: distinfo,v 1.13 2024/03/20 10:06:15 markd Exp $ -BLAKE2s (epstopdf.doc.r66695.tar.xz) = eeb1417b434ca0cdfc7d2be087b95888df8e4ab12c18248adb4a4588896c7b88 -SHA512 (epstopdf.doc.r66695.tar.xz) = dfd26542d3be0037c43f5029de776d86d2d4c8215e18d845eedeb5090200ba4ae148cd51c42b4611509a35419e7a45b74e8f3ce4650c7a408dda5b029ac07a13 -Size (epstopdf.doc.r66695.tar.xz) = 30880 bytes +BLAKE2s (epstopdf.doc.r68301.tar.xz) = 4792980f23c6794d8a30acb9fe5e0819e3a4d2442573b45532d5a7ad4f07593e +SHA512 (epstopdf.doc.r68301.tar.xz) = 9d9068ce64a2e14ad72de11c6a608bf9379240c0fab77a7bd29fbf2774515c5eff12b375a592d3ad6c8accb06021309768c3965284d18b89fb0a57487e2dba06 +Size (epstopdf.doc.r68301.tar.xz) = 28860 bytes --_----------=_1710929175222970--