Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 62CD884F0D for ; Sat, 17 Jun 2023 01:21:45 +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 qwlj6U7nM1Yi for ; Sat, 17 Jun 2023 01:21:44 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id AC62684CD8 for ; Sat, 17 Jun 2023 01:21:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D3939FA89; Sat, 17 Jun 2023 01:21:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168696490360630" MIME-Version: 1.0 Date: Sat, 17 Jun 2023 01:21:43 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/print/tex-hyperref To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20230617012143.D3939FA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_168696490360630 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Sat Jun 17 01:21:43 UTC 2023 Modified Files: pkgsrc/print/tex-hyperref: Makefile Log Message: tex-hyperref: add dependency on tex-etoolbox To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 pkgsrc/print/tex-hyperref/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_168696490360630 Content-Disposition: inline Content-Length: 998 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/tex-hyperref/Makefile diff -u pkgsrc/print/tex-hyperref/Makefile:1.29 pkgsrc/print/tex-hyperref/Makefile:1.30 --- pkgsrc/print/tex-hyperref/Makefile:1.29 Sun Jun 11 06:42:07 2023 +++ pkgsrc/print/tex-hyperref/Makefile Sat Jun 17 01:21:43 2023 @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.29 2023/06/11 06:42:07 markd Exp $ +# $NetBSD: Makefile,v 1.30 2023/06/17 01:21:43 markd Exp $ DISTNAME= hyperref PKGNAME= tex-${DISTNAME}-7.00y +PKGREVISION= 1 TEXLIVE_REV= 67233 MAINTAINER= minskim@NetBSD.org @@ -13,6 +14,7 @@ DEPENDS+= tex-atbegshi-[0-9]*:../../prin DEPENDS+= tex-auxhook-[0-9]*:../../print/tex-auxhook DEPENDS+= tex-bitset-[0-9]*:../../print/tex-bitset DEPENDS+= tex-etexcmds-[0-9]*:../../print/tex-etexcmds +DEPENDS+= tex-etoolbox-[0-9]*:../../print/tex-etoolbox DEPENDS+= tex-gettitlestring-[0-9]*:../../print/tex-gettitlestring DEPENDS+= tex-graphics>=1.0onb1:../../print/tex-graphics DEPENDS+= tex-hycolor-[0-9]*:../../print/tex-hycolor --_----------=_168696490360630--