Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0959984D84 for ; Tue, 26 Sep 2023 08:34:26 +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 DuMmvB3YM698 for ; Tue, 26 Sep 2023 08:34:25 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5D84D84D55 for ; Tue, 26 Sep 2023 08:34:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 56774FBDB; Tue, 26 Sep 2023 08:34:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169571726518330" MIME-Version: 1.0 Date: Tue, 26 Sep 2023 08:34:25 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/meta-pkgs/bulk-small To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230926083425.56774FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169571726518330 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Sep 26 08:34:25 UTC 2023 Modified Files: pkgsrc/meta-pkgs/bulk-small: Makefile Log Message: bulk-small: fix another path To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 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. --_----------=_169571726518330 Content-Disposition: inline Content-Length: 909 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.48 pkgsrc/meta-pkgs/bulk-small/Makefile:1.49 --- pkgsrc/meta-pkgs/bulk-small/Makefile:1.48 Fri Sep 22 21:42:24 2023 +++ pkgsrc/meta-pkgs/bulk-small/Makefile Tue Sep 26 08:34:25 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2023/09/22 21:42:24 gutteridge Exp $ +# $NetBSD: Makefile,v 1.49 2023/09/26 08:34:25 wiz Exp $ DISTNAME= bulk-small-20230915 CATEGORIES= meta-pkgs @@ -207,7 +207,7 @@ TRANSITIVE+= xxhash-[0-9]*:../../devel/x TRANSITIVE+= lzip-[0-9]*:../../archivers/lzip # via libpsl TRANSITIVE+= libidn2-[0-9]*:../../devel/libidn2 TRANSITIVE+= libunistring-[0-9]*:../../textproc/libunistring # via libidn2 -TRANSITIVE+= libpsl-[0-9]*:../../textproc/libpsl +TRANSITIVE+= libpsl-[0-9]*:../../www/libpsl # required by pkgtools/pkgin TRANSITIVE+= libfetch-[0-9]*:../../net/libfetch --_----------=_169571726518330--