Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=2penI5k4; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=VvI3FYca Received: by mail.netbsd.org (Postfix, from userid 605) id B15B684D68; Mon, 25 Mar 2024 10:58:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1711364314; bh=6NOfO4iPzhWXzX3gonZ/wFzP6e5OY5jHmH447Ljx/us=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=2penI5k4qcNm73XOOl76hGy++51vU4nAtHC9Q0jbou4nu6dH8fRNfA23HYqIBEoD/ ypid0TD2QYEhsfI4NQKGLF6wtznkTzsyG8BBggrLICAY8PSmXdwZfIhS6FvmBTaTCu EX80OA5zB9WVMA6EdUMxRvW7zyoxhttdI965qKKk= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A2AFB84D50 for ; Mon, 25 Mar 2024 10:58:33 +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 ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id o302Bfg3vqiU for ; Mon, 25 Mar 2024 10:58:33 +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 D437584D29 for ; Mon, 25 Mar 2024 10:58:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1711364313; bh=6NOfO4iPzhWXzX3gonZ/wFzP6e5OY5jHmH447Ljx/us=; h=Date:From:Subject:To:Reply-To; b=VvI3FYcaCbIRmGppY+b0v11WH/334PYgsbZJUoa8Nmnyh7KjA6aOY2EqM8MlkSdEx Ta98Z4n2QWeRaivD1WqCzZg0oUR7JlAMS4mBPbMis+J/+WqELcPsBle97E1tzeTOBH Dnzl2oZ1i2e36oFTJXzMM6qny7ikmLH6P1Ueontk= Received: by cvs.NetBSD.org (Postfix, from userid 500) id CA659FA2C; Mon, 25 Mar 2024 10:58:32 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171136431238560" MIME-Version: 1.0 Date: Mon, 25 Mar 2024 10:58:32 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/meta-pkgs/texlive-collection-binextra To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20240325105832.CA659FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171136431238560 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Mon Mar 25 10:58:32 UTC 2024 Modified Files: pkgsrc/meta-pkgs/texlive-collection-binextra: Makefile Log Message: texlive-collection-binextra: update to revision 70681 To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 \ pkgsrc/meta-pkgs/texlive-collection-binextra/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171136431238560 Content-Disposition: inline Content-Length: 999 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/meta-pkgs/texlive-collection-binextra/Makefile diff -u pkgsrc/meta-pkgs/texlive-collection-binextra/Makefile:1.29 pkgsrc/meta-pkgs/texlive-collection-binextra/Makefile:1.30 --- pkgsrc/meta-pkgs/texlive-collection-binextra/Makefile:1.29 Thu Mar 21 20:00:51 2024 +++ pkgsrc/meta-pkgs/texlive-collection-binextra/Makefile Mon Mar 25 10:58:32 2024 @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.29 2024/03/21 20:00:51 markd Exp $ +# $NetBSD: Makefile,v 1.30 2024/03/25 10:58:32 markd Exp $ DISTNAME= collection-binextra PKGNAME= texlive-${DISTNAME}-2024pre1 CATEGORIES= meta-pkgs MASTER_SITES= # empty -TEXLIVE_REV= 69527 +TEXLIVE_REV= 70681 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://www.tug.org/texlive/ @@ -55,6 +55,7 @@ DEPENDS+= gsftopkk>=1.19.2nb4:../../font # depend hook-pre-commit-pkg # depend installfont # depend ketcindy +# depend l3sys-query DEPENDS+= lacheck-[0-9]*:../../print/lacheck # depend latex-git-log # depend latex-papersize --_----------=_171136431238560--