Received: by mail.netbsd.org (Postfix, from userid 605) id 78F5584F10; Wed, 21 Dec 2022 19:15:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A744984DB9 for ; Wed, 21 Dec 2022 19:15:25 +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 t00mS7zouUWr for ; Wed, 21 Dec 2022 19:15:25 +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 1E57D84CD8 for ; Wed, 21 Dec 2022 19:15:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0DAF4FA90; Wed, 21 Dec 2022 19:15:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_167165012575010" MIME-Version: 1.0 Date: Wed, 21 Dec 2022 19:15:25 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/print/tex-europasscv To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20221221191525.0DAF4FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_167165012575010 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Dec 21 19:15:24 UTC 2022 Modified Files: pkgsrc/print/tex-europasscv: Makefile Log Message: tex-europasscv: add some missing dependencies. Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/print/tex-europasscv/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_167165012575010 Content-Disposition: inline Content-Length: 1704 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/tex-europasscv/Makefile diff -u pkgsrc/print/tex-europasscv/Makefile:1.9 pkgsrc/print/tex-europasscv/Makefile:1.10 --- pkgsrc/print/tex-europasscv/Makefile:1.9 Tue Dec 1 22:47:05 2020 +++ pkgsrc/print/tex-europasscv/Makefile Wed Dec 21 19:15:24 2022 @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2020/12/01 22:47:05 nikita Exp $ +# $NetBSD: Makefile,v 1.10 2022/12/21 19:15:24 wiz Exp $ DISTNAME= europasscv PKGNAME= tex-${DISTNAME}-2020.10.31.56829 +PKGREVISION= 1 TEXLIVE_REV= 56829 MAINTAINER= pkgsrc-users@NetBSD.org @@ -12,17 +13,21 @@ LICENSE= lppl-1.3c DEPENDS+= tex-colortbl-[0-9]*:../../print/tex-colortbl DEPENDS+= tex-enumitem-[0-9]*:../../print/tex-enumitem DEPENDS+= tex-fancyhdr-[0-9]*:../../print/tex-fancyhdr +DEPENDS+= tex-tex-gyre-[0-9]*:../../fonts/tex-tex-gyre +DEPENDS+= tex-tex-gyre-math-[0-9]*:../../fonts/tex-tex-gyre-math DEPENDS+= tex-geometry-[0-9]*:../../print/tex-geometry DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics DEPENDS+= tex-hyperref-[0-9]*:../../print/tex-hyperref DEPENDS+= tex-setspace-[0-9]*:../../print/tex-setspace DEPENDS+= tex-soul-[0-9]*:../../print/tex-soul +DEPENDS+= tex-substr-[0-9]*:../../print/tex-substr DEPENDS+= tex-tabu-[0-9]*:../../print/tex-tabu DEPENDS+= tex-totpages-[0-9]*:../../print/tex-totpages DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools DEPENDS+= tex-url-[0-9]*:../../print/tex-url DEPENDS+= tex-xcolor-[0-9]*:../../print/tex-xcolor -DEPENDS+= tex-xifthen-[0-9}]*:../../devel/tex-xifthen +DEPENDS+= tex-xifthen-[0-9]*:../../devel/tex-xifthen +DEPENDS+= tex-xstring-[0-9]*:../../print/tex-xstring TEXLIVE_UNVERSIONED= yes .include "../../print/texlive/package.mk" --_----------=_167165012575010--