Received: by mail.netbsd.org (Postfix, from userid 605) id 626E384D73; Tue, 3 Dec 2019 09:32:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E0FCC84D3F for ; Tue, 3 Dec 2019 09:32:01 +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 KKhd9nPMbuh4 for ; Tue, 3 Dec 2019 09:32:01 +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 46A1D84CE7 for ; Tue, 3 Dec 2019 09:32:01 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 402C2FA97; Tue, 3 Dec 2019 09:32:01 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1575365521203540" MIME-Version: 1.0 Date: Tue, 3 Dec 2019 09:32:01 +0000 From: "David A. Holland" Subject: CVS commit: pkgsrc/fonts/tex-libertine To: pkgsrc-changes@NetBSD.org Reply-To: dholland@netbsd.org X-Mailer: log_accum Message-Id: <20191203093201.402C2FA97@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. --_----------=_1575365521203540 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: dholland Date: Tue Dec 3 09:32:01 UTC 2019 Modified Files: pkgsrc/fonts/tex-libertine: Makefile Log Message: add missing deps in tex-libertine so it actually works To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/fonts/tex-libertine/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1575365521203540 Content-Disposition: inline Content-Length: 893 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/fonts/tex-libertine/Makefile diff -u pkgsrc/fonts/tex-libertine/Makefile:1.5 pkgsrc/fonts/tex-libertine/Makefile:1.6 --- pkgsrc/fonts/tex-libertine/Makefile:1.5 Sun Aug 4 04:39:42 2019 +++ pkgsrc/fonts/tex-libertine/Makefile Tue Dec 3 09:32:01 2019 @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2019/08/04 04:39:42 markd Exp $ +# $NetBSD: Makefile,v 1.6 2019/12/03 09:32:01 dholland Exp $ DISTNAME= libertine PKGNAME= tex-${DISTNAME}-5.3.0.51174 +PKGREVISION= 1 TEXLIVE_REV= 51174 MAINTAINER= pkgsrc-users@NetBSD.org @@ -11,5 +12,9 @@ LICENSE= gnu-gpl-v2 AND ofl-v1.1 AND lpp TEX_MAP_FILES+= libertine.map +DEPENDS+= tex-boondox-[0-9]*:../../fonts/tex-boondox +DEPENDS+= tex-fontaxes-[0-9]*:../../print/tex-fontaxes +DEPENDS+= tex-mweights-[0-9]*:../../print/tex-mweights + .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1575365521203540--