Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9AFA48523C for ; Mon, 13 Nov 2023 23:17:42 +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 OU5cRAR7H0mo for ; Mon, 13 Nov 2023 23:17:42 +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 EB40B84E62 for ; Mon, 13 Nov 2023 23:17:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E8C87FA3D; Mon, 13 Nov 2023 23:17:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1699917461229600" MIME-Version: 1.0 Date: Mon, 13 Nov 2023 23:17:41 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/meta-pkgs/bulk-large To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20231113231741.E8C87FA3D@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1699917461229600 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Mon Nov 13 23:17:41 UTC 2023 Modified Files: pkgsrc/meta-pkgs/bulk-large: Makefile Log Message: bulk-large: Catch up with squirrelmail rename. To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73 pkgsrc/meta-pkgs/bulk-large/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1699917461229600 Content-Disposition: inline Content-Length: 988 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/meta-pkgs/bulk-large/Makefile diff -u pkgsrc/meta-pkgs/bulk-large/Makefile:1.72 pkgsrc/meta-pkgs/bulk-large/Makefile:1.73 --- pkgsrc/meta-pkgs/bulk-large/Makefile:1.72 Mon Oct 30 13:02:49 2023 +++ pkgsrc/meta-pkgs/bulk-large/Makefile Mon Nov 13 23:17:41 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.72 2023/10/30 13:02:49 nia Exp $ +# $NetBSD: Makefile,v 1.73 2023/11/13 23:17:41 jperkin Exp $ DISTNAME= bulk-large-20231030 CATEGORIES= meta-pkgs @@ -82,7 +82,7 @@ DEPENDS+= gimp-[0-9]*:../../graphics/gim DEPENDS+= graphviz-[0-9]*:../../graphics/graphviz DEPENDS+= claws-mail-[0-9]*:../../mail/claws-mail DEPENDS+= ${PHP_PKG_PREFIX}-roundcube-[0-9]*:../../mail/roundcube -DEPENDS+= squirrelmail-[0-9]*:../../mail/squirrelmail +DEPENDS+= ${PHP_PKG_PREFIX}-squirrelmail-[0-9]*:../../mail/squirrelmail DEPENDS+= thunderbird-[0-9]*:../../mail/thunderbird DEPENDS+= thunderbird-l10n-[0-9]*:../../mail/thunderbird-l10n DEPENDS+= R-[0-9]*:../../math/R --_----------=_1699917461229600--