Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 930EE84D44 for ; Mon, 4 Sep 2023 11:20:12 +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 dq6uydVGKe_p for ; Mon, 4 Sep 2023 11:20:12 +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 2044B84C2C for ; Mon, 4 Sep 2023 11:20:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 14382FBDB; Mon, 4 Sep 2023 11:20:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169382641211570" MIME-Version: 1.0 Date: Mon, 4 Sep 2023 11:20:12 +0000 From: "Paolo Vincenzo Olivo" Subject: CVS commit: pkgsrc/meta-pkgs To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: vins@netbsd.org X-Mailer: log_accum Message-Id: <20230904112012.14382FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169382641211570 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: vins Date: Mon Sep 4 11:20:12 UTC 2023 Modified Files: pkgsrc/meta-pkgs: Makefile Log Message: + opensmtpd-filters To generate a diff of this commit: cvs rdiff -u -r1.126 -r1.127 pkgsrc/meta-pkgs/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169382641211570 Content-Disposition: inline Content-Length: 631 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/meta-pkgs/Makefile diff -u pkgsrc/meta-pkgs/Makefile:1.126 pkgsrc/meta-pkgs/Makefile:1.127 --- pkgsrc/meta-pkgs/Makefile:1.126 Fri Aug 25 17:14:07 2023 +++ pkgsrc/meta-pkgs/Makefile Mon Sep 4 11:20:11 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.126 2023/08/25 17:14:07 gdt Exp $ +# $NetBSD: Makefile,v 1.127 2023/09/04 11:20:11 vins Exp $ # COMMENT= Collections of other packages @@ -39,6 +39,7 @@ SUBDIR+= nagios SUBDIR+= netbsd-doc SUBDIR+= netbsd-doc-print SUBDIR+= netbsd-www +SUBDIR+= opensmtpd-filters SUBDIR+= php56-extensions SUBDIR+= php74-extensions SUBDIR+= php80-extensions --_----------=_169382641211570--