Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9A69D8599E for ; Mon, 30 Oct 2023 12:40:14 +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 7gvQS0W6hA6t for ; Mon, 30 Oct 2023 12:40:14 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 16E1384C2C for ; Mon, 30 Oct 2023 12:40:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 144F1FADC; Mon, 30 Oct 2023 12:40:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169866961459160" MIME-Version: 1.0 Date: Mon, 30 Oct 2023 12:40:14 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/meta-pkgs/bulk-small To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20231030124014.144F1FADC@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169866961459160 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Mon Oct 30 12:40:14 UTC 2023 Modified Files: pkgsrc/meta-pkgs/bulk-small: Makefile Log Message: bulk-small: Additions requested on tech-pkg@. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 pkgsrc/meta-pkgs/bulk-small/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169866961459160 Content-Disposition: inline Content-Length: 1938 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/meta-pkgs/bulk-small/Makefile diff -u pkgsrc/meta-pkgs/bulk-small/Makefile:1.52 pkgsrc/meta-pkgs/bulk-small/Makefile:1.53 --- pkgsrc/meta-pkgs/bulk-small/Makefile:1.52 Mon Oct 30 12:20:42 2023 +++ pkgsrc/meta-pkgs/bulk-small/Makefile Mon Oct 30 12:40:13 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2023/10/30 12:20:42 nia Exp $ +# $NetBSD: Makefile,v 1.53 2023/10/30 12:40:13 nia Exp $ DISTNAME= bulk-small-20231022 CATEGORIES= meta-pkgs @@ -77,8 +77,11 @@ DEPENDS+= stunnel-[0-9]*:../../security/ DEPENDS+= bash-[0-9]*:../../shells/bash DEPENDS+= tcsh-[0-9]*:../../shells/tcsh DEPENDS+= zsh-[0-9]*:../../shells/zsh +DEPENDS+= htop-[0-9]*:../../sysutils/htop +DEPENDS+= fvwm-[0-9]*:../../wm/fvwm DEPENDS+= bozohttpd-[0-9]*:../../www/bozohttpd DEPENDS+= curl-[0-9]*:../../www/curl +DEPENDS+= lynx-[0-9]*:../../www/lynx DEPENDS+= xlockmore-lite-[0-9]*:../../x11/xlockmore-lite # @@ -87,6 +90,7 @@ DEPENDS+= xlockmore-lite-[0-9]*:../../x1 # DEPENDS+= perl>=5:../../lang/perl5 DEPENDS+= python311-[0-9]*:../../lang/python311 +DEPENDS+= ${PYPKGPREFIX}-pip-[0-9]*:../../devel/py-pip # # 3. Archivers and build tools. @@ -188,7 +192,6 @@ TRANSITIVE+= pinentry-[0-9]*:../../secur TRANSITIVE+= libksba-[0-9]*:../../security/libksba # via gnupg2 TRANSITIVE+= docbook-xml-[0-9]*:../../textproc/docbook-xml TRANSITIVE+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl -TRANSITIVE+= lynx-[0-9]*:../../www/lynx # required by misc/screen TRANSITIVE+= help2man-[0-9]*:../../converters/help2man # via autoconf @@ -271,6 +274,9 @@ TRANSITIVE+= docbook-xsl-[0-9]*:../../te TRANSITIVE+= libgcrypt-[0-9]*:../../security/libgcrypt TRANSITIVE+= libgpg-error-[0-9]*:../../security/libgpg-error +# required by wm/fvwm +TRANSITIVE+= libstroke-[0-9]*:../../devel/libstroke + # Provide a way to hide these when doing dependency analysis. .if !defined(SUPPRESS_TRANSITIVE) DEPENDS+= ${TRANSITIVE} --_----------=_169866961459160--